summaryrefslogtreecommitdiff
path: root/net/ipv6 (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-02lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2023-11-09BACKPORT: net: ipv6: Fix processing of RAs in presence of VRFAlexander Grund
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2022-10-28udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2022-10-28inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2022-10-28inet: Fix missing return value in inet6_hashCraig Gallek
2022-10-28soreuseport: fast reuseport TCP socket selectionCraig Gallek
2022-10-28inet: create IPv6-equivalent inet_hash functionCraig Gallek
2022-10-28sock: struct proto hash function may errorCraig Gallek
2022-10-28bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2022-10-28ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2022-10-28udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2022-10-28soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2022-04-19FROMLIST: Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng
2022-04-19FROMLIST: bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng
2022-04-19FROMLIST: ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng
2022-04-19net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2022-04-19ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann
2022-04-19soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2022-04-19soreuseport: fast reuseport UDP socket selectionCraig Gallek
2022-02-03ipv6_tunnel: Rate limit warning messagesIdo Schimmel
2022-01-11ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-28net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-20ipv6: use prandom_u32() for ID generationWilly Tarreau
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-16net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2021-02-16net: ipv6: Use passed in table for nexthop lookupsDavid Ahern
2021-01-30ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2021-01-11net: ipv6: Use passed in table for nexthop lookupsDavid Ahern
2021-01-07ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-09-28Revert "ipv6: defrag: drop non-last frags smaller than min mtu"Sharath Chandra Vurukala
2020-08-21ipv6: check skb->protocol before lookup for nexthopWANG Cong
2020-08-21udp: drop corrupt packets earlier to avoid data corruptionDexuan Cui
2020-08-21ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun