aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-21Merge tag 'for-net-2025-11-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-95/+115
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka2-14/+96
2025-11-20devlink: refactor devlink_nl_param_value_fill_one()Daniel Zahka1-31/+39
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka2-9/+13
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla1-0/+8
2025-11-20net: atm: fix incorrect cleanup function call in error pathSayooj K Karun1-1/+1
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet4-4/+26
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet1-7/+2
2025-11-20Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz1-24/+7
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen4-67/+94
2025-11-20Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
2025-11-20Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz1-4/+12
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-201/+232
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-191/+216
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-11-20wifi: mac80211: refactor CMAC packet handlersChien Wong4-131/+37
2025-11-20wifi: mac80211: refactor CMAC crypt functionsChien Wong3-50/+19
2025-11-20wifi: mac80211: utilize the newly defined CMAC constantsChien Wong4-25/+25
2025-11-20wifi: mac80211: fix CMAC functions not handling errorsChien Wong3-30/+61
2025-11-20l2tp: reset skb control buffer on xmitDavid Bauer1-3/+3
2025-11-20wifi: cfg80211: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-3/+3
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan1-1/+1
2025-11-19mptcp: fix duplicate reset on fastclosePaolo Abeni1-13/+23
2025-11-19mptcp: decouple mptcp fastclose from tcp closePaolo Abeni2-5/+10
2025-11-19mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7
2025-11-19mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-11-19mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-0/+32
2025-11-19mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-11-19libceph: Switch to use %ptSpAndy Shevchenko1-4/+2
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera1-0/+4
2025-11-18af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima3-21/+11
2025-11-18af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima1-3/+0
2025-11-18af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima1-13/+8
2025-11-18af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima3-8/+6
2025-11-18af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima3-14/+19
2025-11-18af_unix: Simplify GC state.Kuniyuki Iwashima1-9/+12
2025-11-18af_unix: Count cyclic SCC.Kuniyuki Iwashima1-10/+21
2025-11-18af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima1-2/+1
2025-11-18mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-18net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-18kcm: Fix typo and add hyphen in Kconfig help textThorsten Blum1-2/+2
2025-11-18tcp: Don't reinitialise tw->tw_transparent in tcp_time_wait().Kuniyuki Iwashima1-1/+0
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski6-16/+44
2025-11-18Merge tag 'ipsec-next-2025-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-19/+24