summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche2022-03-181-0/+2
* Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik2022-03-181-33/+37
* Bluetooth: msft: Clear tracked devices on resumeManish Mandlik2022-03-181-4/+15
* Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li2022-03-181-2/+2
* Bluetooth: Don't assign twice the same valueChristophe JAILLET2022-03-181-1/+0
* Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-03-181-1/+2
* Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas2022-03-181-0/+16
* Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King2022-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-27/+24
|\
| * Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz2022-03-031-26/+23
| * Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede2022-03-031-1/+1
* | bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-072-2/+2
* | Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)2022-03-041-0/+1
* | Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche2022-03-041-1/+3
* | Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche2022-03-041-7/+12
* | Bluetooth: make array bt_uuid_any static constColin Ian King2022-03-041-1/+3
* | Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET2022-03-041-1/+0
* | Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2022-03-042-17/+23
* | Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2022-03-042-10/+13
* | Bluetooth: mgmt: Remove unneeded variableMinghao Chi2022-03-041-5/+2
* | Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix2022-03-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-034-46/+87
|\|
| * Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix2022-03-011-36/+63
| * Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2022-02-241-6/+15
| * Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz2022-02-241-1/+4
| * Bluetooth: assign len after null checkWang Qing2022-02-241-1/+2
| * Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma2022-02-241-2/+2
| * Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-02-241-0/+1
* | Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-286-39/+350
|\ \ | |/ |/|
| * Bluetooth: Increment management interface revisionMarcel Holtmann2022-01-271-1/+1
| * Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz2022-01-271-0/+3
| * Bluetooth: hci_event: Fix HCI_EV_VENDOR max_lenLuiz Augusto von Dentz2022-01-251-3/+4
| * Bluetooth: hci_core: Rate limit the logging of invalid SCO handleLuiz Augusto von Dentz2022-01-251-2/+2
| * Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster2022-01-242-15/+49
| * Bluetooth: msft: fix null pointer deref on msft_monitor_device_evtSoenke Huster2022-01-231-0/+2
| * Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik2022-01-202-10/+125
| * Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik2022-01-202-8/+151
| * Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster2022-01-141-0/+13
| * Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()Dan Carpenter2022-01-111-3/+3
| * Bluetooth: hci_sync: Fix compilation warningLuiz Augusto von Dentz2022-01-101-2/+2
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-173-3/+3
|\ \ | |/ |/|
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-133-3/+3
* | Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()Dan Carpenter2022-01-071-2/+3
* | Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter2022-01-071-6/+8
* | Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz2022-01-061-10/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-314-0/+5
|\ \
| * | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-294-0/+5
* | | Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"Colin Ian King2021-12-231-1/+1
* | | Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz2021-12-222-47/+77