summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-081-2/+2
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-081-0/+4
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
* tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
* iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-902/+6
|\
| * netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-99/+0
| * netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-013-100/+0
| * netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-013-91/+0
| * netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-272-9/+5
| * netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-273-346/+2
| * netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-58/+0
| * netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-202/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-027-20/+61
|\ \
| * | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-012-5/+14
| * | netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-271-1/+2
| * | ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
| * | ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| * | net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-252-7/+32
| * | net: Add __icmp_send helper.Nazarov Sergey2019-02-251-3/+4
* | | net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel2019-03-021-1/+1
* | | route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-273-4/+8
| |/ |/|
* | tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
* | tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
* | tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-263-4/+4
* | tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-261-1/+2
* | net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-262-33/+13
* | tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-18/+1
* | tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* | ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu2019-02-241-11/+27
* | ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-241-0/+18
* | ipv4: icmp: use icmp_sk_exit()Kefeng Wang2019-02-241-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-244-19/+23
|\|
| * tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-231-0/+1
| * udp: fix possible user after free in error handlerPaolo Abeni2019-02-221-2/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-211-1/+1
| |\
| | * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
| * | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-211-16/+17
* | | net: remove unneeded switch fall-throughLi RongQing2019-02-211-1/+0
* | | ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2019-02-211-27/+48
* | | gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-201-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-1/+6
|\| |
| * | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
| * | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-182-8/+3
|\ \ \
| * | | netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun2019-02-161-1/+1
| * | | netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-131-7/+2