summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-20wifi: mac80211: utilize the newly defined CMAC constantsChien Wong
2025-11-20wifi: mac80211: fix CMAC functions not handling errorsChien Wong
2025-11-20l2tp: reset skb control buffer on xmitDavid Bauer
2025-11-20wifi: cfg80211: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing
2025-11-19mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan
2025-11-19mptcp: fix duplicate reset on fastclosePaolo Abeni
2025-11-19mptcp: decouple mptcp fastclose from tcp closePaolo Abeni
2025-11-19mptcp: do not fallback when OoO is presentPaolo Abeni
2025-11-19mptcp: fix premature close in case of fallbackPaolo Abeni
2025-11-19mptcp: avoid unneeded subflow-level dropsPaolo Abeni
2025-11-19mptcp: fix ack generation for fallback mskPaolo Abeni
2025-11-19libceph: Switch to use %ptSpAndy Shevchenko
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera
2025-11-18af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima
2025-11-18af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima
2025-11-18af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima
2025-11-18af_unix: Simplify GC state.Kuniyuki Iwashima
2025-11-18af_unix: Count cyclic SCC.Kuniyuki Iwashima
2025-11-18af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima
2025-11-18mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet
2025-11-18net: __alloc_skb() cleanupEric Dumazet
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet
2025-11-18kcm: Fix typo and add hyphen in Kconfig help textThorsten Blum
2025-11-18tcp: Don't reinitialise tw->tw_transparent in tcp_time_wait().Kuniyuki Iwashima
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-11-18Merge tag 'ipsec-next-2025-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-11-18devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung
2025-11-18scm: Convert put_cmsg() to scoped user accessChristophe Leroy
2025-11-17convert rpc_pipefsAl Viro
2025-11-17tcp: reduce tcp_comp_sack_slack_ns default value to 10 usecEric Dumazet
2025-11-16sunrpc: allocate a separate bvec array for socket sendsJeff Layton
2025-11-16SUNRPC: Improve "fragment too large" warningChuck Lever
2025-11-16svcrdma: Release transport resources synchronouslyChuck Lever
2025-11-14bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-11-14net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-11-14mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet
2025-11-14tcp: gro: inline tcp_gro_pull_header()Eric Dumazet
2025-11-14ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet