summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-07Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassemblyLaxman Acharya
2026-08-07Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255Ali Ahmet Memis
2026-08-07Bluetooth: MGMT: free the HCI command when it is cancelledLinmao Li
2026-08-07Bluetooth: MGMT: free the mesh send cancel command when it is cancelledLinmao Li
2026-08-07Bluetooth: hci_sync: free the advertising instance on the failure and cancel ...Linmao Li
2026-08-07Bluetooth: hci_conn: fix the SCO setup context lifetimeLinmao Li
2026-08-07Bluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye
2026-08-07Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]Zijun Hu
2026-08-07Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDORZijun Hu
2026-08-07Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error codeZijun Hu
2026-08-07Bluetooth: coredump: Expose header size and end marker to driversZijun Hu
2026-08-07Bluetooth: hci_event: validate LE Set CIG Parameters responseLaxman Acharya Padhya
2026-08-07Bluetooth: add annotations for l2cap_data locking contextPauli Virtanen
2026-08-07Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_indPauli Virtanen
2026-08-07Bluetooth: hci_event: fix LE list UAF on resetChengfeng Ye
2026-08-07Bluetooth: Add MGMT Load Connection Subrate commandLuiz Augusto von Dentz
2026-08-07Bluetooth: Add MGMT Shorter Connection Interval settingLuiz Augusto von Dentz
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz
2026-08-07Bluetooth: hci_core: Simplify hci_recv_frame() by hci_acl_handle()Zijun Hu
2026-08-07Bluetooth: coredump: Introduce and apply hci_devcd_state_name()Zijun Hu
2026-08-07Bluetooth: fix BT dependency for submodulesIva Kasprzaková
2026-08-07Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()Zijun Hu
2026-08-07Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()Zijun Hu
2026-08-07Bluetooth: hci_sync: Simplify hci_reset_sync()Zijun Hu
2026-08-07Bluetooth: hci_sync: Introduce __hci_reset_sync() for device driversZijun Hu
2026-08-07Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()Siwei Zhang
2026-08-07Bluetooth: simplify force_no_mitm_write() with kstrtobool_from_user()Dmitry Antipov
2026-08-07Bluetooth: enable context analysisPauli Virtanen
2026-08-07Bluetooth: RFCOMM: Add minimal context analysis annotationsPauli Virtanen
2026-08-07Bluetooth: L2CAP: Add minimal context analysis annotationsPauli Virtanen
2026-08-07Bluetooth: hci_core: Add minimal context analysis annotationsPauli Virtanen
2026-08-07Bluetooth: af_bluetooth: Add minimal context analysis annotationsPauli Virtanen
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06af_unix: Unlink scc_entry in unix_del_edge().Kuniyuki Iwashima
2026-08-06tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect pathTejas Birajdar
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea
2026-08-06sctp: clear control chunk transport if it is being removedXin Long
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar