summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-06-04ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu
2020-06-04xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-06-01ipv6: don't auto-add link-local address to lag portsJarod Wilson
2020-06-01netlabel: cope with NULL catmapPaolo Abeni
2020-05-21ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-05-21vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-05-21tcp: annotate tp->write_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2020-05-21tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2020-05-21ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-05-21net/ipv6: remove the old peer route if change it to a new oneHangbin Liu
2020-05-21net/ipv6: need update peer route when modify metricHangbin Liu
2020-05-21net/ipv6: use configured metric when add peer routeHangbin Liu
2020-05-21ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu
2020-05-15vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-05-15ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-05-15ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-05-04ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-04-16vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-04-16xfrm: support output_mark for offload ESP packetsUlrich Weber
2020-04-16net, ip6_tunnel: fix namespaces moveWilliam Dauchy
2020-04-16net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom
2020-04-16ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi
2020-03-07ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu
2020-03-07sit: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-09ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu
2019-12-29ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-12-16erspan: fix the tun_info options_len check for erspanXin Long
2019-11-25net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt
2019-10-07udp: fix gso_segs calculationsJosh Hunt
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-10-05ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-21ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long
2019-09-19ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski
2019-09-19net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski
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-09-06ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin