summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2019-03-11tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch-8/+1
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault-2/+13
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet-2/+2
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long-0/+4
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh-0/+5
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin-0/+4
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire-3/+6
2019-03-06ipv4/route: fail early when inet dev is missingPaolo Abeni-4/+5
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann-1/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-902/+6
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+61
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel-1/+1
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu-5/+14
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal-99/+0
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal-100/+0
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal-91/+0
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore-1/+2
2019-02-27ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern-4/+5
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu-4/+8
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal-9/+5
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal-346/+2
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal-58/+0
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal-202/+2
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern-0/+4
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet-7/+6
2019-02-26tcp: use tcp_md5_needed for timewait socketsEric Dumazet-8/+13
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet-4/+4
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet-1/+2
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov-33/+13
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey-7/+32
2019-02-25net: Add __icmp_send helper.Nazarov Sergey-3/+4
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao-18/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo-10/+6
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu-11/+27
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu-0/+18
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang-3/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+23
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet-0/+1
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni-2/+4
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi-16/+17
2019-02-21net: remove unneeded switch fall-throughLi RongQing-1/+0
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair-27/+48
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn-1/+10
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-8/+3
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet-1/+1
2019-02-16netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+22