summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann2015-01-151-0/+9
* Bluetooth: Fix issue with switching BR/EDR back on when disabledMarcel Holtmann2015-01-151-0/+15
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-19/+25
* Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-021-7/+4
* Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg2014-12-191-40/+45
* Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-10/+109
* Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-22/+62
* Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-191-6/+6
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-0/+1
* Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-191-8/+8
* Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann2014-12-171-5/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-151-25/+60
|\
| * Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg2014-12-121-3/+15
| * Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg2014-12-121-0/+5
| * Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg2014-12-111-13/+25
| * Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg2014-12-111-2/+2
| * Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery2014-12-111-6/+12
| * Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann2014-12-081-1/+1
* | Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-091-322/+547
|\|
| * Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann2014-12-051-2/+10
| * Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann2014-12-051-1/+8
| * Bluetooth: Remove redundant reverse_base_uuid variableJohan Hedberg2014-12-051-10/+2
| * Bluetooth: Fix Get Conn Info to use cmd_complete callbackJohan Hedberg2014-12-051-51/+33
| * Bluetooth: Convert Get Clock Info to use cmd_complete callbackJohan Hedberg2014-12-051-24/+35
| * Bluetooth: Convert discovery commands to use cmd_complete callbackJohan Hedberg2014-12-051-11/+16
| * Bluetooth: Convert Unpair Device to use cmd_complete callbackJohan Hedberg2014-12-051-7/+3
| * Bluetooth: Convert Pair Device to use cmd_complete callbackJohan Hedberg2014-12-051-3/+5
| * Bluetooth: Use cmd_complete callback for authentication mgmt commandsJohan Hedberg2014-12-051-22/+14
| * Bluetooth: Convert Disconnect mgmt command to use cmd_complete callbackJohan Hedberg2014-12-051-14/+10
| * Bluetooth: Store parameter length with pending mgmt commandsJohan Hedberg2014-12-051-3/+3
| * Bluetooth: Add callback to create proper cmd_complete eventsJohan Hedberg2014-12-051-2/+17
| * Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann2014-12-051-2/+10
| * Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski2014-12-051-0/+106
| * Bluetooth: Add logic for UUID filter handlingJakub Pawlowski2014-12-051-0/+70
| * Bluetooth: Add framework for device found filtering based on UUIDMarcel Holtmann2014-12-051-2/+52
| * Bluetooth: Filter device found events based on RSSI thresholdMarcel Holtmann2014-12-051-0/+9
| * Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski2014-12-051-0/+2
| * Bluetooth: Split triggering of discovery commands into separate functionMarcel Holtmann2014-12-041-114/+100
| * Bluetooth: Use {start,stop}_discovery_complete handler for cmd_completeMarcel Holtmann2014-12-041-66/+31
| * Bluetooth: Simplify the error handling of Start Discovery commandMarcel Holtmann2014-12-041-11/+7
| * Bluetooth: Increment management interface revisionMarcel Holtmann2014-12-031-1/+1
| * Bluetooth: Add support for adding remote OOB data for LEJohan Hedberg2014-12-031-3/+11
| * Bluetooth: Store address type with OOB dataJohan Hedberg2014-12-031-5/+6
| * Bluetooth: Unify remote OOB data functionsJohan Hedberg2014-12-031-4/+5
| * Bluetooth: Add mgmt_set_secure_conn support for any LE adapterJohan Hedberg2014-12-031-9/+8
| * Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg2014-12-031-3/+2
| * Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg2014-12-031-7/+26
* | new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
|/
* Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg2014-11-181-14/+9
* Bluetooth: Fix BR/EDR-only address checks for remote OOB dataJohan Hedberg2014-11-181-0/+22