aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-20ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-08-19ipv6: ip6_gre: replace strcpy with strscpy for tunnel nameMiguel García1-5/+5
2025-08-19netfilter: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev1-1/+4
2025-08-18ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-15net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas1-19/+31
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecPaolo Abeni1-1/+1
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann1-0/+1
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2025-08-01ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-2/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds42-730/+899
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-1/+1
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-38/+57
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet2-9/+16
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet2-18/+20
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet1-5/+10
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-10/+9
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller2-1/+84
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso1-10/+9
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+6
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecPaolo Abeni3-1/+6
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing1-66/+34
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer2-9/+4
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov3-12/+7
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-4/+2