summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-12-01mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan
2025-12-01net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-12-01vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-12-01af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima
2025-12-01devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory
2025-12-01net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-12-01net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu
2025-12-01xfrm: Check inner packet family directly from skb_dstJianbo Liu
2025-12-01xfrm: set err and extack on failure to create pcpu SASabrina Dubroca
2025-12-01xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca
2025-12-01xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca
2025-12-01mptcp: do not fallback when OoO is presentPaolo Abeni
2025-12-01mptcp: decouple mptcp fastclose from tcp closePaolo Abeni
2025-12-01mptcp: avoid unneeded subflow-level dropsPaolo Abeni
2025-12-01mptcp: fix premature close in case of fallbackPaolo Abeni
2025-12-01mptcp: fix duplicate reset on fastclosePaolo Abeni
2025-12-01mptcp: fix ack generation for fallback mskPaolo Abeni
2025-12-01mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet
2025-12-01mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen
2025-12-01mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen
2025-11-24wifi: mac80211: reject address change while connectingJohannes Berg
2025-11-24net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-24ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang
2025-11-24strparser: Fix signed/unsigned mismatch bugNate Karstens
2025-11-24bpf: Add bpf_prog_run_data_pointers()Eric Dumazet
2025-11-24netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko
2025-11-24Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen
2025-11-24hsr: Follow standard for HSRv0 supervision framesFelix Maurer
2025-11-24hsr: Fix supervision frame sending on HSRv0Felix Maurer
2025-11-24net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-11-24net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N
2025-11-24net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N
2025-11-24Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz
2025-11-24af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima
2025-11-24wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg
2025-11-24tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima
2025-11-24net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan
2025-11-24net/smc: fix mismatch between CLC header and proposalD. Wythe
2025-11-24net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski
2025-11-24sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet
2025-11-24Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz
2025-11-24Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen
2025-11-24Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen
2025-11-24Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen
2025-11-24Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen
2025-11-13Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov