summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | | Bluetooth: use inclusive language in SMPArchie Pusaka2021-06-263-40/+42
* | | Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka2021-06-261-7/+7
* | | Bluetooth: use inclusive language to describe CPBArchie Pusaka2021-06-262-9/+9
* | | Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz2021-06-261-0/+3
* | | Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An2021-06-261-0/+2
* | | Bluetooth: disable filter dup when scan for adv monitorYun-Hao Chung2021-06-261-5/+41
* | | Bluetooth: Translate additional address type during le_conn_compSathish Narasimman2021-06-261-0/+17
* | | Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing2021-06-261-4/+6
* | | Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz2021-06-261-2/+2
* | | Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz2021-06-261-2/+2
* | | Bluetooth: Remove spurious error messageSzymon Janc2021-06-261-9/+5
* | | Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-06-261-8/+8
* | | Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K2021-06-261-3/+3
* | | Bluetooth: 6lowpan: remove unused functionJiapeng Chong2021-06-261-36/+0
* | | Bluetooth: Add ncmd=0 recovery handlingManish Mandlik2021-06-262-10/+41
* | | Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-06-261-0/+3
* | | Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo2021-06-261-0/+5
* | | Bluetooth: Return whether a connection is outboundYu Liu2021-06-263-6/+10
* | | Bluetooth: use flexible-array member instead of zero-length arrayQiheng Lin2021-06-261-3/+3
* | | Bluetooth: 6lowpan: delete unneeded variable initializationKai Ye2021-06-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-3/+3
|\ \ \
| * | | Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz2021-06-141-3/+3
| | |/ | |/|
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-3/+8
|\| |
| * | Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-05-311-2/+2
| * | Bluetooth: fix the erroneous flush_work() orderLin Ma2021-05-271-1/+6
| |/
* / Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-026-13/+13
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2917-123/+286
|\
| * Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann2021-04-083-1/+18
| * Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorMarcel Holtmann2021-04-081-0/+2
| * Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann2021-04-065-0/+62
| * Bluetooth: LL privacy allow RPASathish Narasimman2021-04-061-0/+4
| * Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman2021-04-061-2/+4
| * Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler2021-04-061-1/+0
| * Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler2021-04-061-9/+7
| * Bluetooth: use the correct print format for L2CAP debug statementsKai Ye2021-04-061-8/+8
| * Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz2021-04-021-2/+2
| * Bluetooth: Check inquiry status before sending oneArchie Pusaka2021-04-021-0/+3
| * Bluetooth: Coding style fixMeng Yu2021-04-025-13/+11
| * Bluetooth: Remove 'return' in void functionMeng Yu2021-04-022-4/+0
| * Bluetooth: Increment management interface revisionMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: Move the advertisement monitor events to correct listMarcel Holtmann2021-03-261-2/+2
| * Bluetooth: Add missing entries for PHY configuration commandsMarcel Holtmann2021-03-261-0/+2
| * Bluetooth: Fix wrong opcode error for read advertising featuresMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: Fix mgmt status for LL Privacy experimental featureMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
| * Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-241-2/+2
| * Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-231-2/+2
| * Bluetooth: check for zapped sk before connectingArchie Pusaka2021-03-231-0/+8
| * Bluetooth: fix set_ecdh_privkey() prototypeArnd Bergmann2021-03-221-1/+1
| * Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-03-221-0/+2