summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-21Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz1-24/+7
2025-11-21Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen4-67/+94
2025-11-21Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
2025-11-21Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz1-4/+12
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-20l2tp: reset skb control buffer on xmitDavid Bauer1-3/+3
2025-11-20mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan1-1/+1
2025-11-20mptcp: fix duplicate reset on fastclosePaolo Abeni1-13/+23
2025-11-20mptcp: decouple mptcp fastclose from tcp closePaolo Abeni2-5/+10
2025-11-20mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7
2025-11-20mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-11-20mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-0/+32
2025-11-20mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-11-19af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima1-2/+1
2025-11-19mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski6-16/+44
2025-11-19devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory1-1/+3
2025-11-15net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-11-15mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet1-7/+12
2025-11-15Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-10/+16
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan1-0/+3
2025-11-14net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang1-0/+3
2025-11-14mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+4
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-107/+239
2025-11-13mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer2-8/+16
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+1
2025-11-12Merge tag 'wireless-2025-11-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-6/+18
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-12net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-12Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-64/+134
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-14/+35
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-11wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-11net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-11tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-11net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan1-0/+1
2025-11-11net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-11net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski1-2/+4
2025-11-11net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira1-0/+5
2025-11-11sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-11Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz3-21/+21
2025-11-11Bluetooth: 6lowpan: add missing l2cap_chan_lock()Pauli Virtanen1-0/+8
2025-11-11Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-11-11Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1