summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-151-0/+4
* udpv6: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
* net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-081-7/+13
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-031-1/+3
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-021-2/+2
* ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-211-0/+6
|\
| * netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-03-181-0/+6
* | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-03-201-8/+10
* | tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-4/+4
|/
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-081-2/+2
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+2
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-032-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-985/+4
|\
| * netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-95/+0
| * netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-013-101/+0
| * netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-013-92/+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-383/+2
| * netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-60/+0
| * netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-250/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-1/+7
|\ \ | |/ |/|
| * net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-011-1/+2
| * ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
* | net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-262-2/+0
* | tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-2/+0
* | ipv6: icmp: use percpu allocationKefeng Wang2019-02-241-6/+5
* | ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang2019-02-241-14/+11
* | ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu2019-02-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-246-34/+55
|\|
| * udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-221-4/+6
| * fou6: fix proto error handler argument typePaolo Abeni2019-02-221-1/+1
| * udpv6: add the required annotation to mib typePaolo Abeni2019-02-221-1/+1
| * net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-02-221-1/+1
| * ipv6: route: purge exception on removalPaolo Abeni2019-02-221-1/+12
| * net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-212-2/+2
| |\
| | * xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-1/+1
| | * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
| * | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
| * | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
| * | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
* | | rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-221-12/+3
* | | 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/+51
* | | gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-201-3/+30