summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-16ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing
2025-07-16ipv6: mcast: Simplify mld_clear_{report|query}()Yue Haibing
2025-07-15ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev()Yue Haibing
2025-07-15ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()Yue Haibing
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers