summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-02-11ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29xfrm: support output_mark for offload ESP packetsUlrich Weber
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy
2020-01-29net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom
2020-01-29ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi
2020-01-04ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu
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-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-11-21net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long
2019-10-22ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan
2019-10-04ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern
2019-10-04Revert "ipv6: Handle race in addrconf_dad_work"David Ahern
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt
2019-10-03udp: fix gso_segs calculationsJosh Hunt
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-01ipv6: Handle race in addrconf_dad_workDavid Ahern
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-20ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller