summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2026-02-03ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet6-16/+19
2026-02-03ipv6: use SKB_DROP_REASON_PKT_TOO_BIG in ip6_xmit()Eric Dumazet1-1/+1
2026-02-03ipv6: use __skb_push() in ip6_xmit()Eric Dumazet1-2/+2
2026-02-03ipv6: add some unlikely()/likely() clauses in ip6_output.cEric Dumazet1-12/+12
2026-02-03ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet3-35/+41
2026-02-02xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet1-0/+2
2026-01-30ipv6: optimize fl6_update_dst()Eric Dumazet1-7/+7
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang1-1/+2
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi1-0/+27
2026-01-29ipv6: remove __inet6_csk_dst_check()Eric Dumazet1-7/+1
2026-01-28ipv6: Switch to higher-level SHA-1 functionsEric Biggers1-8/+13
2026-01-26ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-01-22gro: inline tcp6_gro_complete()Eric Dumazet3-14/+11
2026-01-22gro: inline tcp6_gro_receive()Eric Dumazet4-17/+18
2026-01-22tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet1-1/+1
2026-01-21ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet1-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+7
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-2/+2
2026-01-14ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima1-2/+2
2026-01-14dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-2/+2
2026-01-14ipv6: Allow for nexthop device mismatch with "onlink"Ido Schimmel1-5/+2
2026-01-10ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-07udp: udplite is unlikelyEric Dumazet1-2/+3
2026-01-07ipv6: preserve insertion order for same-scope addressesYumei Huang1-1/+1
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2025-12-23erspan: Initialize options_len before referencing options.Frode Nordahl1-2/+4
2025-12-22ip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2025-12-04xfrm: Fix inner mode lookup in tunnel mode GSO segmentationJianbo Liu1-2/+2
2025-11-26tcp: introduce icsk->icsk_keepalive_timerEric Dumazet1-2/+2
2025-11-26tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet1-2/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-11-19ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
2025-11-15ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski1-1/+1
2025-11-08tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima1-1/+0
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook6-14/+16
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-3/+3
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-2/+4
2025-10-30ipv6: icmp: Add RFC 5837 supportIdo Schimmel2-2/+213
2025-10-25neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima1-4/+4
2025-10-18tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers1-82/+37
2025-10-18ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima2-29/+28