summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu1-2/+2
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu4-11/+20
2019-12-13net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu1-6/+13
2019-12-05net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi1-18/+18
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu1-3/+16
2019-11-12ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet1-3/+10
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2-2/+2
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-10-29net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long1-1/+3
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-07udp: fix gso_segs calculationsJosh Hunt1-0/+2
2019-10-07ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn2-2/+5
2019-09-21ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long1-1/+1
2019-09-19ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET1-1/+1
2019-09-10mld: fix memory leak in mld_del_delrec()Eric Dumazet1-2/+3
2019-09-06ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern1-1/+1
2019-09-06ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu1-1/+2
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin1-2/+6
2019-08-09ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan1-4/+2
2019-08-09ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan1-1/+2
2019-07-28ipv6: Unlink sibling route in case of failureIdo Schimmel1-1/+17
2019-07-28ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern1-1/+1
2019-07-10netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault1-3/+7
2019-07-10netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault1-7/+5
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+1
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-04ipv6: Fix redirect with VRFDavid Ahern1-0/+6
2019-06-04ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-06-04inet: switch IP ID generator to siphashEric Dumazet1-14/+16
2019-05-25xfrm: clean up xfrm protocol checksCong Wang1-1/+1
2019-05-25xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun1-0/+4
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet2-3/+16
2019-05-25ipv6: fix src addr routing with the exception tableWei Wang1-24/+27
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-05-05ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-05-05ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet2-10/+3
2019-05-05ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-05-04netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu1-0/+6
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-189/+71
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-174/+66
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4