summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-111-5/+8
* ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-111-2/+10
* 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
* 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/+3Star
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-051-20/+18Star
* netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-05-041-0/+6
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-04-271-189/+71Star
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-174/+66Star
* route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-271-0/+4
* net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-04-201-0/+3
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-1/+1
* 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
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-231-1/+1
* ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-03-191-1/+5
* ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-03-191-5/+6
* ipv6: route: purge exception on removalPaolo Abeni2019-03-191-1/+12
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-101-0/+1
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-101-1/+2
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-101-4/+4
* netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-271-1/+3
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-271-1/+2
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-271-3/+1Star
* bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-02-271-4/+4
* net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-231-14/+20
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-121-0/+3
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-02-061-4/+3Star
* net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-061-4/+0Star
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-02-061-0/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3