summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar
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-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit
2025-08-26devlink: Move health reporter recovery abort logic to a separate functionShahar Shitrit
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima
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-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-08-21Merge tag 'nf-next-25-08-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
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-21tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum
2025-08-20net: openvswitch: Use for_each_cpu() where appropriateYury Norov (NVIDIA)
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-20net, hsr: reject HSR frame if skb can't hold tagJakub Acs
2025-08-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-20net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He
2025-08-20netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratchSebastian Andrzej Siewior
2025-08-20netfilter: nft_set_pipapo: Store real pointer, adjust later.Sebastian Andrzej Siewior
2025-08-20netfilter: nft_set_pipapo: use avx2 algorithm for insertions tooFlorian Westphal
2025-08-20netfilter: nft_set_pipapo_avx2: split lookup function in two partsFlorian Westphal
2025-08-20netfilter: nft_set_pipapo_avx2: Drop the comment regarding protectionSebastian Andrzej Siewior
2025-08-20netfilter: ctnetlink: remove refcounting in dying list dumpingFlorian Westphal
2025-08-19sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_algEric Biggers
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima