summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-01mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-12-01wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel1-0/+5
2025-12-01net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-12-01vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-12-01devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory1-1/+3
2025-12-01net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu2-4/+8
2025-12-01mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7
2025-12-01mptcp: decouple mptcp fastclose from tcp closePaolo Abeni2-5/+10
2025-12-01mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-0/+32
2025-12-01mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-12-01mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-12-01mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet1-7/+12
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+4
2025-12-01mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-11-24net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-11-24net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-24net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2025-11-24net: netpoll: Individualize the skb poolBreno Leitao1-18/+13
2025-11-24netpoll: remove netpoll_srcuEric Dumazet1-11/+4
2025-11-24wifi: mac80211: reject address change while connectingJohannes Berg1-3/+11
2025-11-24ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-24strparser: Fix signed/unsigned mismatch bugNate Karstens1-1/+1
2025-11-24netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso1-0/+30
2025-11-24espintcp: fix skb leaksSabrina Dubroca3-3/+9
2025-11-24net: dsa: improve shutdown sequenceVladimir Oltean1-0/+7
2025-11-24net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-11-24bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-11-24Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-11-24hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-11-24net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-24net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-24net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-24net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-11-24af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-24wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-24tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-24net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan1-0/+1
2025-11-24net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-24sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-24Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-11-24Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen1-4/+24
2025-11-24Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen1-0/+1
2025-11-24Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen1-0/+1
2025-11-24Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-3/+3
2025-11-24net: bridge: fix MST static key usageNikolay Aleksandrov3-2/+14
2025-11-24net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov3-6/+8
2025-11-24sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-11-24sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3