Age | Commit message (Expand) | Author |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-10-23 | Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err | Marcel Ziswiler |
2023-10-23 | Bluetooth: Fix double free in hci_conn_cleanup | ZhengHan Wang |
2023-10-23 | Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUID | Claudia Draghicescu |
2023-10-23 | Bluetooth: Make handle of hci_conn be unique | Ziyang Xuan |
2023-10-23 | Bluetooth: ISO: Fix bcast listener cleanup | Iulia Tanasescu |
2023-10-23 | Bluetooth: msft: __hci_cmd_sync() doesn't return NULL | Dan Carpenter |
2023-10-23 | Bluetooth: ISO: Match QoS adv handle with BIG handle | Iulia Tanasescu |
2023-10-23 | Bluetooth: ISO: Allow binding a bcast listener to 0 bises | Iulia Tanasescu |
2023-10-23 | Bluetooth: ISO: Set CIS bit only for devices with CIS support | Vlad Pruteanu |
2023-10-23 | Bluetooth: ISO: Pass BIG encryption info through QoS | Iulia Tanasescu |
2023-10-23 | Bluetooth: ISO: Fix BIS cleanup | Iulia Tanasescu |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-13 | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name | Kees Cook |
2023-10-13 | Bluetooth: avoid memcmp() out of bounds warning | Arnd Bergmann |
2023-10-13 | Bluetooth: hci_sock: fix slab oob read in create_monitor_event | Edward AD |
2023-10-13 | Bluetooth: hci_event: Fix coding style | Luiz Augusto von Dentz |
2023-10-13 | Bluetooth: hci_event: Fix using memcmp when comparing keys | Luiz Augusto von Dentz |
2023-10-11 | Bluetooth: Fix a refcnt underflow problem for hci_conn | Ziyang Xuan |
2023-10-11 | Bluetooth: hci_sync: always check if connection is alive before deleting | Pauli Virtanen |
2023-10-11 | Bluetooth: Reject connection with the device which has same BD_ADDR | Lee, Chun-Yi |
2023-10-11 | Bluetooth: hci_event: Ignore NULL link key | Lee, Chun-Yi |
2023-10-11 | Bluetooth: ISO: Fix invalid context error | Iulia Tanasescu |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet |
2023-09-20 | Bluetooth: hci_codec: Fix leaking content of local_codecs | Luiz Augusto von Dentz |
2023-09-20 | Bluetooth: hci_core: Fix build warnings | Luiz Augusto von Dentz |
2023-09-20 | Bluetooth: Avoid redundant authentication | Ying Hsu |
2023-09-20 | Bluetooth: ISO: Fix handling of listen for unicast | Luiz Augusto von Dentz |
2023-09-20 | Bluetooth: Fix hci_link_tx_to RCU lock usage | Ying Hsu |
2023-09-20 | Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER | Luiz Augusto von Dentz |
2023-09-20 | Bluetooth: Delete unused hci_req_prepare_suspend() declaration | Yao Xiao |
2023-09-15 | Bluetooth: Do not include crypto/algapi.h | Herbert Xu |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-08-24 | Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED | Luiz Augusto von Dentz |
2023-08-24 | Bluetooth: ISO: Add support for periodic adv reports processing | Claudia Draghicescu |
2023-08-24 | Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early | Pauli Virtanen |
2023-08-24 | Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH | Luiz Augusto von Dentz |
2023-08-24 | Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync | Iulia Tanasescu |
2023-08-24 | Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL | Luiz Augusto von Dentz |
2023-08-24 | Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync | Luiz Augusto von Dentz |
2023-08-21 | net: annotate data-races around sk->sk_lingertime | Eric Dumazet |
2023-08-11 | tty: rfcomm: convert counts to size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) |
2023-08-11 | Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS ids | Pauli Virtanen |
2023-08-11 | Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters fails | Pauli Virtanen |
2023-08-11 | Bluetooth: Remove unnecessary NULL check before vfree() | Ziyang Xuan |
2023-08-11 | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor() | Manish Mandlik |
2023-08-11 | Bluetooth: Fix potential use-after-free when clear keys | Min Li |