| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ip6_gre: fix possible use-after-free in ip6erspan_rcv | Lorenzo Bianconi | 2019-04-08 | 1 | -7/+13 |
* | ipv6: sit: reset ip header pointer in ipip6_rcv | Lorenzo Bianconi | 2019-04-04 | 1 | -0/+4 |
* | ipv6: Fix dangling pointer when ipv6 fragment | Junwei Hu | 2019-04-03 | 1 | -1/+3 |
* | ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type | Sheena Mira-ato | 2019-04-02 | 1 | -2/+2 |
* | ila: Fix rhashtable walker list corruption | Herbert Xu | 2019-03-27 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-03-21 | 1 | -0/+6 |
|\ |
|
| * | netfilter: ip6t_srh: fix NULL pointer dereferences | Kangjie Lu | 2019-03-18 | 1 | -0/+6 |
* | | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL | Xin Long | 2019-03-20 | 1 | -8/+10 |
* | | tcp: do not use ipv6 header for ipv4 flow | Eric Dumazet | 2019-03-19 | 1 | -4/+4 |
|/ |
|
* | net: sit: fix UBSAN Undefined behaviour in check_6rd | Miaohe Lin | 2019-03-11 | 1 | -2/+3 |
* | fou, fou6: avoid uninit-value in gue_err() and gue6_err() | Eric Dumazet | 2019-03-08 | 1 | -2/+2 |
* | net: ignore sysctl_devconf_inherit_init_net without SYSCTL | Arnd Bergmann | 2019-03-04 | 1 | -1/+2 |
* | ip6mr: Do not call __IP6_INC_STATS() from preemptible context | Ido Schimmel | 2019-03-04 | 1 | -4/+4 |
* | net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE | Francesco Ruggeri | 2019-03-03 | 2 | -0/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2019-03-02 | 8 | -985/+4 |
|\ |
|
| * | netfilter: nf_tables: merge ipv4 and ipv6 nat chain types | Florian Westphal | 2019-03-01 | 3 | -95/+0 |
| * | netfilter: nf_tables: nat: merge nft_masq protocol specific modules | Florian Westphal | 2019-03-01 | 3 | -101/+0 |
| * | netfilter: nf_tables: nat: merge nft_redir protocol specific modules | Florian Westphal | 2019-03-01 | 3 | -92/+0 |
| * | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h | Florian Westphal | 2019-02-27 | 2 | -9/+5 |
| * | netfilter: nat: merge nf_nat_ipv4,6 into nat core | Florian Westphal | 2019-02-27 | 3 | -383/+2 |
| * | netfilter: nat: move nlattr parse and xfrm session decode to core | Florian Westphal | 2019-02-27 | 1 | -60/+0 |
| * | netfilter: nat: merge ipv4 and ipv6 masquerade functionality | Florian Westphal | 2019-02-27 | 3 | -250/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-03-02 | 2 | -1/+7 |
|\ \
| |/
|/| |
|
| * | net: sit: fix memory leak in sit_init_net() | Mao Wenan | 2019-03-02 | 1 | -0/+1 |
| * | ipv4: Add ICMPv6 support when parse route ipproto | Hangbin Liu | 2019-03-01 | 1 | -1/+2 |
| * | ipv6: Return error for RTA_VIA attribute | David Ahern | 2019-02-26 | 1 | -0/+4 |
* | | net: remove unused struct inet_frag_queue.fragments field | Peter Oskolkov | 2019-02-26 | 2 | -2/+0 |
* | | tcp: clean up SOCK_DEBUG() | Yafang Shao | 2019-02-25 | 1 | -2/+0 |
* | | ipv6: icmp: use percpu allocation | Kefeng Wang | 2019-02-24 | 1 | -6/+5 |
* | | ipv6: icmp: use icmpv6_sk_exit() | Kefeng Wang | 2019-02-24 | 1 | -14/+11 |
* | | ila: Fix uninitialised return value in ila_xlat_nl_cmd_flush | Herbert Xu | 2019-02-24 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 6 | -34/+55 |
|\| |
|
| * | udpv6: fix possible user after free in error handler | Paolo Abeni | 2019-02-22 | 1 | -4/+6 |
| * | fou6: fix proto error handler argument type | Paolo Abeni | 2019-02-22 | 1 | -1/+1 |
| * | udpv6: add the required annotation to mib type | Paolo Abeni | 2019-02-22 | 1 | -1/+1 |
| * | net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 | Kalash Nainwal | 2019-02-22 | 1 | -1/+1 |
| * | ipv6: route: purge exception on removal | Paolo Abeni | 2019-02-22 | 1 | -1/+12 |
| * | net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version | Lorenzo Bianconi | 2019-02-22 | 1 | -0/+3 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2019-02-21 | 2 | -2/+2 |
| |\ |
|
| | * | xfrm: destroy xfrm_state synchronously on net exit path | Cong Wang | 2019-02-05 | 1 | -1/+1 |
| | * | esp: Skip TX bytes accounting when sending from a request socket | Martin Willi | 2019-01-28 | 1 | -1/+1 |
| * | | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap | Lorenzo Bianconi | 2019-02-21 | 1 | -18/+18 |
| * | | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink() | Paolo Abeni | 2019-02-21 | 1 | -1/+5 |
| * | | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() | Paolo Abeni | 2019-02-21 | 1 | -5/+6 |
* | | | rhashtable: Remove obsolete rhashtable_walk_init function | Herbert Xu | 2019-02-22 | 1 | -12/+3 |
* | | | net: remove unneeded switch fall-through | Li RongQing | 2019-02-21 | 1 | -1/+0 |
* | | | ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs | Callum Sinclair | 2019-02-21 | 1 | -27/+51 |
* | | | gso: validate gso_type on ipip style tunnels | Willem de Bruijn | 2019-02-20 | 1 | -3/+30 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-20 | 1 | -14/+20 |
|\| | |
|
| * | | net: ip6_gre: initialize erspan_ver just for erspan tunnels | Lorenzo Bianconi | 2019-02-15 | 1 | -14/+20 |