Age | Commit message (Expand) | Author |
2024-11-14 | Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() | Andrej Shadura |
2024-11-14 | Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packet | Luiz Augusto von Dentz |
2024-11-14 | Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet | Luiz Augusto von Dentz |
2024-11-14 | Bluetooth: hci_conn: Use disable_delayed_work_sync | Luiz Augusto von Dentz |
2024-11-14 | Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions | Markus Elfring |
2024-11-12 | Bluetooth: hci_core: Fix calling mgmt_device_connected | Luiz Augusto von Dentz |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-10-30 | Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs | Sungwoo Kim |
2024-10-30 | jiffies: Define secs_to_jiffies() | Easwar Hariharan |
2024-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2024-10-24 | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-10-23 | Bluetooth: ISO: Fix UAF on iso_sock_timeout | Luiz Augusto von Dentz |
2024-10-23 | Bluetooth: SCO: Fix UAF on sco_sock_timeout | Luiz Augusto von Dentz |
2024-10-23 | Bluetooth: hci_core: Disable works on hci_unregister_dev | Luiz Augusto von Dentz |
2024-10-16 | Bluetooth: bnep: fix wild-memory-access in proto_unregister | Ye Bin |
2024-10-16 | Bluetooth: Remove debugfs directory on module init failure | Aaron Thompson |
2024-10-16 | Bluetooth: Call iso_exit() on module unload | Aaron Thompson |
2024-10-16 | Bluetooth: ISO: Fix multiple init when debugfs is disabled | Aaron Thompson |
2024-10-15 | Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() | Ignat Korchagin |
2024-10-15 | Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre... | Ignat Korchagin |
2024-10-04 | Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync | Luiz Augusto von Dentz |
2024-10-04 | Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change | Luiz Augusto von Dentz |
2024-10-03 | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-09-27 | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE | Luiz Augusto von Dentz |
2024-09-27 | Bluetooth: L2CAP: Fix uaf in l2cap_connect | Luiz Augusto von Dentz |
2024-09-27 | Bluetooth: MGMT: Fix possible crash on mgmt_index_removed | Luiz Augusto von Dentz |
2024-09-10 | Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL | Luiz Augusto von Dentz |
2024-09-10 | Bluetooth: CMTP: Mark BT_CMTP as DEPRECATED | Luiz Augusto von Dentz |
2024-09-10 | Bluetooth: replace deprecated strncpy with strscpy_pad | Justin Stitt |
2024-09-10 | Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED | Luiz Augusto von Dentz |
2024-09-10 | Bluetooth: Use led_set_brightness() in LED trigger activate() callback | Hans de Goede |
2024-09-10 | Bluetooth: hci_conn: Remove redundant memset after kzalloc | Kuan-Wei Chiu |
2024-08-30 | Bluetooth: MGMT: Ignore keys being loaded with invalid type | Luiz Augusto von Dentz |
2024-08-30 | Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE" | Luiz Augusto von Dentz |
2024-08-30 | Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT | Luiz Augusto von Dentz |
2024-08-30 | Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once | Luiz Augusto von Dentz |
2024-08-23 | Bluetooth: hci_core: Fix not handling hibernation actions | Luiz Augusto von Dentz |
2024-08-15 | Bluetooth: MGMT: Add error handling to pair_device() | Griffin Kroah-Hartman |
2024-08-15 | Bluetooth: SMP: Fix assumption of Central always being Initiator | Luiz Augusto von Dentz |
2024-08-15 | Bluetooth: hci_core: Fix LE quote calculation | Luiz Augusto von Dentz |
2024-08-15 | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in | Luiz Augusto von Dentz |
2024-08-07 | Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor | Anton Khirnov |
2024-08-07 | Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() | Dmitry Antipov |
2024-07-26 | Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning | Luiz Augusto von Dentz |
2024-07-26 | Bluetooth: hci_sync: Fix suspending with wrong filter policy | Luiz Augusto von Dentz |
2024-07-15 | Bluetooth: Remove hci_request.{c,h} | Luiz Augusto von Dentz |
2024-07-15 | Bluetooth: hci_sync: Remove remaining dependencies of hci_request | Luiz Augusto von Dentz |
2024-07-15 | Bluetooth: hci_sync: Move handling of interleave_scan | Luiz Augusto von Dentz |
2024-07-15 | Bluetooth: hci_core: Don't use hci_prepare_cmd | Luiz Augusto von Dentz |