summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2026-02-10ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet
2026-02-10ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida
2026-02-02ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet
2026-02-02ipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet
2026-02-02ipv6: use SKB_DROP_REASON_PKT_TOO_BIG in ip6_xmit()Eric Dumazet
2026-02-02ipv6: use __skb_push() in ip6_xmit()Eric Dumazet
2026-02-02ipv6: add some unlikely()/likely() clauses in ip6_output.cEric Dumazet
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet
2026-02-02xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet
2026-01-29ipv6: optimize fl6_update_dst()Eric Dumazet
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi
2026-01-28ipv6: remove __inet6_csk_dst_check()Eric Dumazet
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet
2026-01-20ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-01-13ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-13ipv6: Allow for nexthop device mismatch with "onlink"Ido Schimmel
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg
2025-12-23erspan: Initialize options_len before referencing options.Frode Nordahl
2025-12-22ip6_gre: make ip6gre_header() robustEric Dumazet
2025-12-04xfrm: Fix inner mode lookup in tunnel mode GSO segmentationJianbo Liu