summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Fix clearing remote OOB data through mgmtJohan Hedberg2014-11-151-0/+7
* Bluetooth: Fix invalid response for 'Start Discovery' commandSzymon Janc2014-11-031-21/+35
* Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta2014-10-251-13/+38
* Bluetooth: Remove redundant check on hci_conn's device classAlfonso Acosta2014-10-251-2/+1
* Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta2014-10-251-6/+18
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-251-7/+6
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-6/+13
* Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()Johan Hedberg2014-09-081-5/+1
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-081-4/+8
* Bluetooth: Create unified helper function for updating page scanJohan Hedberg2014-08-141-60/+12
* Bluetooth: Add convenience function to check for pending power offJohan Hedberg2014-08-141-24/+28
OpenPOWER on IntegriCloud