summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-08-19tcp: Simplify error path in inet_csk_accept().Kuniyuki Iwashima
2025-08-19mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready().Kuniyuki Iwashima
2025-08-19mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima
2025-08-19net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe
2025-08-19ipv6: ip6_gre: replace strcpy with strscpy for tunnel nameMiguel GarcĂ­a
2025-08-19net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callersStanislav Fomichev
2025-08-19netfilter: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev
2025-08-19xfrm: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev
2025-08-19net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch
2025-08-19net: Make nexthop-dumps scale linearly with the number of nexthopsChristoph Paasch
2025-08-19net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau
2025-08-18mptcp: disable add_addr retransmission when timeout is 0Geliang Tang
2025-08-18mptcp: remove duplicate sk_reset_timer callGeliang Tang
2025-08-18mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)
2025-08-18mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch
2025-08-18ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-08-15net: bridge: remove unused argument of br_multicast_query_expired()Wang Liang
2025-08-15Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov
2025-08-15Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz