summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds43-950/+520
8 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+1
9 daysudp: Force compute_score to always inlineGabriel Krisman Bertazi1-6/+7
10 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
10 daystcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+1
11 daysMerge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski3-4/+8
11 daysnet: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-1/+2
11 daystcp: change tcp_filter() to return the reason by valueEric Dumazet1-2/+4
11 daysnet: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet1-1/+2
11 daysgre: Count GRE packet dropsGal Pressman1-0/+1
11 daysMerge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+5
11 daystcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet1-1/+1
11 daystcp: return a drop_reason from tcp_add_backlog()Eric Dumazet1-1/+2
13 daysnetfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang1-2/+5
13 daysipv6: sit: remove redundant ret = 0 assignmentYue Haibing1-1/+1
13 daysipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni1-12/+19
14 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-27/+48
2026-04-09net: ioam6: fix OOB and missing lockJustin Iurman1-1/+5
2026-04-09Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+4
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang1-2/+1
2026-04-08seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-11/+23
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang1-1/+4
2026-04-07ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing1-6/+3
2026-04-04ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet1-11/+16
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov11-21/+63
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-13/+37
2026-04-02ipv6: avoid overflows in ip6_datagram_send_ctl()Eric Dumazet1-0/+10
2026-04-02ipv6: move ip6_dst_hoplimit() to net/ipv6/ip6_output.cEric Dumazet2-23/+21
2026-04-02ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu1-3/+11
2026-04-01net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang1-5/+0
2026-03-31ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni1-3/+3
2026-03-29tcp: use __jhash_final() in inet6_ehashfn()Eric Dumazet1-2/+2
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera2-54/+0
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera4-141/+1
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera1-11/+2
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera3-0/+15
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera2-49/+3
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera3-9/+3
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera2-12/+2
2026-03-28ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet1-0/+5
2026-03-28ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()Eric Dumazet1-0/+3
2026-03-27net/ipv6: ioam6: prevent schema length wraparound in trace fillPengpeng Hou1-2/+2
2026-03-27net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to...Yochai Eisenrich1-0/+3
2026-03-27seg6: add per-route tunnel source addressJustin Iurman1-31/+83
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+26
2026-03-26netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei1-0/+4
2026-03-24bpf: Remove inclusions of crypto/sha1.hEric Biggers1-0/+1
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-3/+6
2026-03-24ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima3-6/+6
2026-03-24ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.Kuniyuki Iwashima1-1/+12