summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-06-041-2/+2
* ipv6: Fix redirect with VRFDavid Ahern2019-06-041-0/+6
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-041-0/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-14/+16
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-1/+1
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-05-251-0/+4
* xfrm: Reset secpath in xfrm failureMyungho Jung2019-05-251-3/+5
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-252-3/+16
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-251-24/+27
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-051-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-051-6/+12
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-052-10/+3
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-051-20/+18
* netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-05-041-0/+6
* route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-271-0/+4
* net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-171-8/+13
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-171-0/+4
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-171-1/+3
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-171-2/+2
* ila: Fix rhashtable walker list corruptionHerbert Xu2019-04-031-0/+1
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-04-031-8/+10
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-191-2/+2
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-101-4/+4
* 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
* 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
* | net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-151-14/+20
* | ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-121-3/+1
* | net: fix IPv6 prefix route residueZhiqiang Liu2019-02-111-1/+2
* | netfilter: nat: fix spurious connection timeoutsFlorian Westphal2019-02-111-0/+1
* | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
* | netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-051-1/+3
* | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
* | net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
|/
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-271-4/+3