aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-2/+1
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski1-1/+1
2025-09-26Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-19/+31
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert1-2/+0
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet1-2/+3
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima2-12/+1
2025-09-22tcp: Remove osk from __inet_hash() arg.Kuniyuki Iwashima1-1/+1
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni2-4/+19
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski2-4/+8
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-0/+11
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-3/+3
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet2-2/+2
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet5-7/+7
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet5-7/+8
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen2-0/+3
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-0/+30
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+8
2025-09-11ipv6: udp: fix typos in commentsAlok Tiwari1-3/+3
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal1-0/+30
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet2-3/+6
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-19/+24
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet1-22/+22
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-23/+21
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing1-56/+48
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-12/+25
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing1-4/+2
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal1-12/+25
2025-09-01inet: ping: remove ping_hash()Eric Dumazet1-1/+0
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse1-2/+4
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-1/+0
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet1-14/+15
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet1-14/+21
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet6-13/+14
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet1-0/+1
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-2/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet3-8/+8
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers1-5/+9
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers3-191/+30
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima6-40/+34
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima1-2/+1
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima1-1/+0
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima1-2/+1
2025-08-25ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing1-36/+31
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+1
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal1-3/+2
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-1/+1