summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-301-0/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-221-6/+7
* esp6: get the right proto for transport mode in esp6_gso_encapXin Long2020-06-031-1/+8
* Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-201-2/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-1/+2
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-291-2/+0
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-291-7/+6
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-292-6/+7
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-04-297-12/+12
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-131-0/+4
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-021-1/+1
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-021-7/+25
* Revert "ipv6: Fix handling of LLA with VRF and sockets bound to VRF"Sasha Levin2020-03-251-2/+1
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-03-181-2/+8
* net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-181-4/+16
* net/ipv6: need update peer route when modify metricHangbin Liu2020-03-181-4/+15
* net/ipv6: use configured metric when add peer routeHangbin Liu2020-03-181-3/+3
* ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-181-0/+4
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-03-051-0/+1
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-03-051-3/+4
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-291-3/+0
* ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-291-1/+3
* ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2020-01-271-0/+1
* ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2020-01-271-1/+2
* inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2020-01-271-1/+1
* ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2020-01-271-0/+2
* net: always initialize pagedlenWillem de Bruijn2020-01-271-1/+2
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2020-01-091-1/+2
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-041-1/+2
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-2/+2
* ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-044-11/+20
* net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2019-12-131-6/+13
* net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-12-051-18/+18
* ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2019-12-011-1/+2
* netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2019-11-201-3/+16
* ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-121-3/+10
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-102-2/+2
* erspan: fix the tun_info options_len check for erspanXin Long2019-11-101-2/+2
* net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long2019-10-291-1/+3
* 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