aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-04-02Revert "ipv6: Fix handling of LLA with VRF and sockets bound to VRF"Sasha Levin
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-03-20ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy
2020-01-29ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi
2020-01-27inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-07ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet
2019-09-19ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET
2019-09-10mld: fix memory leak in mld_del_delrec()Eric Dumazet
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-08-09ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan
2019-07-21netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault
2019-07-21netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-06-09ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning
2019-06-09inet: switch IP ID generator to siphashEric Dumazet
2019-05-25xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-05-08ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-05-08ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-04-27ipv6: frags: fix a lockdep false positiveEric Dumazet
2019-04-17ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-17ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-17ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-03-23esp: Skip TX bytes accounting when sending from a request socketMartin Willi
2019-03-19net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-19net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-13ipv6: Return error for RTA_VIA attributeDavid Ahern
2019-03-13net: sit: fix memory leak in sit_init_net()Mao Wenan