summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov
2025-09-11ipv6: udp: fix typos in commentsAlok Tiwari
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal
2025-09-01inet: ping: remove ping_hash()Eric Dumazet
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima
2025-08-25ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet
2025-08-20ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers
2025-08-19ipv6: ip6_gre: replace strcpy with strscpy for tunnel nameMiguel García
2025-08-19netfilter: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev
2025-08-18ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He
2025-08-15net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca
2025-08-01ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski