summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-302-10/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-302-4/+10
|\
| * xfrm: clean up xfrm protocol checksCong Wang2019-03-261-1/+1
| * xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-03-151-0/+4
| * xfrm: Reset secpath in xfrm failureMyungho Jung2019-03-081-3/+5
* | ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-04-291-6/+12
* | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra2019-04-291-6/+17
* | ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-291-2/+2
* | net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"Colin Ian King2019-04-181-1/+1
* | 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