summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-012-13/+1
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-07-261-0/+13
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-262-1/+13
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-07-261-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-07-261-4/+10
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-101-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-252-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-8/+0
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-314-0/+23
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2019-04-202-14/+11
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-104-6/+16
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-01-261-0/+6
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-263-10/+29
* Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
* Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1510-218/+1711
|\
| * Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+28
| * Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-062-6/+0
| * Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-011-2/+2
| * Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-07-301-1/+1
| * Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-1/+2
| * Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-302-11/+46
| * Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-302-3/+48
| * Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-306-3/+223
| * Bluetooth: Use ext adv for directed advJaganath Kanakkassery2018-07-301-22/+45
| * Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-304-2/+27
| * Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-304-34/+108
| * Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-305-25/+245
| * Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-302-2/+32
| * Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery2018-07-301-16/+45
| * Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-13/+37
| * Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-301-9/+28
| * Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-302-1/+25
| * Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-302-0/+208
| * Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+145
| * Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-301-4/+5
| * Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-07-181-1/+1
| * Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-07-161-1/+2
| * Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-063-18/+109
| * Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
| * Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-062-0/+61
| * Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-062-25/+136
| * Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-062-49/+46
| * Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-062-0/+22