summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-4/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-071-0/+2
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-212-2/+5
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-211-1/+1
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-191-1/+1
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-09-101-2/+3
* ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-09-061-1/+1
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-09-061-1/+2
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-161-2/+6
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-091-4/+2
* ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-08-091-1/+2
* ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-281-1/+17
* ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-281-1/+1
* netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-07-101-3/+7
* netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-07-101-7/+5
* bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-07-031-1/+1
* bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-07-031-1/+1
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+4
* 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/+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
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-04-271-189/+71
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-174/+66
* 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