summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2020-08-27gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson
2020-08-11ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang
2020-08-11ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-07-31udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-07-22ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-07-22ipv6: Fix use of anycast address with loopbackDavid Ahern
2020-07-22ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern
2020-07-09seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam
2020-06-30ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-06-30mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai
2020-06-17ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-16ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik
2020-05-14esp6: calculate transport_header correctly when sel.family != AF_INET6Xin Long
2020-05-12netlabel: cope with NULL catmapPaolo Abeni
2020-05-07Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-05-06seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-04-22xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-04-21esp6: support ipv6 nexthdrs process for beet gso segmentXin Long
2020-04-20ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-04-20xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long
2020-04-18ipv6: rpl: fix full address compressionAlexander Aring
2020-04-15ipv6: remove redundant assignment to variable errColin Ian King
2020-04-15esp6: get the right proto for transport mode in esp6_gso_encapXin Long
2020-04-07net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard
2020-04-06ipv6: rpl: fix loop iterationAlexander Aring
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring
2020-03-29net: add net available in build_stateAlexander Aring
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring
2020-03-29addrconf: add functionality to check on rpl requirementsAlexander Aring
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-26ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski
2020-03-26esp6: add gso_segment for esp6 beet modeXin Long
2020-03-23Remove DST_HOSTDavid Laight
2020-03-16vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller