summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet
2026-05-06ipv6: fix potential UAF caused by ip6_forward_proxy_check()Eric Dumazet
2026-05-06Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima
2026-05-05ipv6: default IPV6_SIT to mAlyssa Ross
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-02ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie
2026-05-01ipv6: update route serial number on NETDEV_CHANGESagarika Sharma
2026-05-01Merge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-04-30ipv6: Implement limits on extension header parsingDaniel Borkmann
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera
2026-04-28net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer
2026-04-27ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2026-04-22seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso
2026-04-20xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito
2026-04-18ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet
2026-04-17ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-13udp: Force compute_score to always inlineGabriel Krisman Bertazi
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-12gre: Count GRE packet dropsGal Pressman
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang
2026-04-09ipv6: sit: remove redundant ret = 0 assignmentYue Haibing
2026-04-09ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-08net: ioam6: fix OOB and missing lockJustin Iurman
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang
2026-04-07seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
2026-04-06ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing
2026-04-03ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-02ipv6: avoid overflows in ip6_datagram_send_ctl()Eric Dumazet
2026-04-01ipv6: move ip6_dst_hoplimit() to net/ipv6/ip6_output.cEric Dumazet
2026-04-01ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu
2026-03-31net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang