aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Gravatar Eric Dumazet 1-9/+23
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayGravatar ZhangXiaoxu 1-1/+4
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Gravatar Eric Dumazet 1-5/+5
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Gravatar Eric Dumazet 1-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureGravatar Stephen Suryaputra 1-1/+9
2019-04-11dctcp: more accurate tracking of packets deliveryGravatar Eric Dumazet 1-28/+17
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvGravatar Lorenzo Bianconi 1-1/+3
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvGravatar Lorenzo Bianconi 1-5/+10
2019-04-04tcp: Ensure DCTCP reacts to lossesGravatar Koen De Schepper 1-18/+18
2019-04-01vrf: check accept_source_route on the original netdeviceGravatar Stephen Suryaputra 2-6/+5
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitGravatar Dust Li 1-1/+2
2019-03-11tcp: Don't access TCP_SKB_CB before initializing itGravatar Christoph Paasch 1-8/+1
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGravatar Guillaume Nault 2-2/+13
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Gravatar Eric Dumazet 1-2/+2
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceGravatar Xin Long 1-0/+4
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsGravatar Soheil Hassas Yeganeh 1-0/+5
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsGravatar Vasily Averin 1-0/+4
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitGravatar Alan Maguire 1-3/+6
2019-03-06ipv4/route: fail early when inet dev is missingGravatar Paolo Abeni 1-4/+5
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLGravatar Arnd Bergmann 1-1/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 8-902/+6
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-20/+61
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupGravatar Ido Schimmel 1-1/+1
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoGravatar Hangbin Liu 2-5/+14
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesGravatar Florian Westphal 3-99/+0
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesGravatar Florian Westphal 3-100/+0
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesGravatar Florian Westphal 3-91/+0
2019-02-27netlabel: fix out-of-bounds memory accessesGravatar Paul Moore 1-1/+2
2019-02-27ipv4: Pass original device to ip_rcv_finish_coreGravatar David Ahern 1-4/+5
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashGravatar wenxu 3-4/+8
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hGravatar Florian Westphal 2-9/+5
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreGravatar Florian Westphal 3-346/+2
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreGravatar Florian Westphal 1-58/+0
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityGravatar Florian Westphal 3-202/+2
2019-02-26ipv4: Return error for RTA_VIA attributeGravatar David Ahern 1-0/+4
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Gravatar Eric Dumazet 1-7/+6
2019-02-26tcp: use tcp_md5_needed for timewait socketsGravatar Eric Dumazet 1-8/+13
2019-02-26tcp: convert tcp_md5_needed to static_branch APIGravatar Eric Dumazet 3-4/+4
2019-02-26tcp: get rid of tcp_check_send_head()Gravatar Eric Dumazet 1-1/+2
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldGravatar Peter Oskolkov 2-33/+13
2019-02-25net: avoid use IPCB in cipso_v4_errorGravatar Nazarov Sergey 2-7/+32
2019-02-25net: Add __icmp_send helper.Gravatar Nazarov Sergey 1-3/+4
2019-02-25tcp: clean up SOCK_DEBUG()Gravatar Yafang Shao 1-18/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Gravatar Taehee Yoo 1-10/+6
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitGravatar wenxu 1-11/+27
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelGravatar wenxu 1-0/+18
2019-02-24ipv4: icmp: use icmp_sk_exit()Gravatar Kefeng Wang 1-3/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-19/+23
2019-02-23tcp: repaired skbs must init their tso_segsGravatar Eric Dumazet 1-0/+1
2019-02-22udp: fix possible user after free in error handlerGravatar Paolo Abeni 1-2/+4