summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2020-01-09Bluetooth: delete a stray unlockDan Carpenter1-3/+1
2019-12-31Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz1-0/+9
2019-12-31Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-12-31Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc1-0/+8
2019-12-31Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-11-20Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-01Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2-13/+1
2019-07-26Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc1-0/+13
2019-07-26Bluetooth: validate BLE connection interval updatescsonsino2-1/+13
2019-07-26Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa1-0/+6
2019-07-26Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer1-4/+10
2019-07-10Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-8/+0
2019-05-31Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita4-0/+23
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-05-10Bluetooth: hidp: fix buffer overflowYoung Xiao1-0/+1
2019-04-20Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2-14/+11
2019-04-03Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann1-0/+6
2019-04-03Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann1-31/+46
2019-03-27Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung1-2/+1
2019-03-10Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke4-6/+16
2019-01-26Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-09-11Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa1-1/+7
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg1-2/+6
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-218/+1711
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+28
2018-08-06Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2-6/+0
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-07-30Bluetooth: Add new quirk for non-persistent setup settingsSean Wang1-1/+2
2018-07-30Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2-11/+46
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2-3/+48
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery6-3/+223
2018-07-30Bluetooth: Use ext adv for directed advJaganath Kanakkassery1-22/+45
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery4-2/+27
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery4-34/+108
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery5-25/+245
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery2-2/+32
2018-07-30Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery1-16/+45
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery1-13/+37
2018-07-30Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery1-9/+28
2018-07-30Bluetooth: Implement PHY changed eventJaganath Kanakkassery2-1/+25
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2-0/+208
2018-07-30Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery1-0/+145