summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg2014-11-181-7/+7
* Bluetooth: Convert IRK list to RCUJohan Hedberg2014-11-151-0/+1
* Bluetooth: Convert LTK list to RCUJohan Hedberg2014-11-151-0/+1
* Bluetooth: Add hci_conn_lookup_type() helper functionMarcel Holtmann2014-11-031-0/+20
* Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann2014-11-021-0/+1
* Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta2014-10-251-0/+1
* Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta2014-10-251-0/+2
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-251-3/+2
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-1/+0
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-2/+1
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-081-1/+0
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-1/+1
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+1
* Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg2014-09-081-2/+2
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-0/+2
|\
| * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+2
* | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-1/+0
* | Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-141-0/+1
* | Bluetooth: Create unified helper function for updating page scanJohan Hedberg2014-08-141-0/+5
* | Bluetooth: Add convenience function to check for pending power offJohan Hedberg2014-08-141-0/+1
|/
* Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-261-0/+2
* Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-0/+1
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+1
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+2
* Bluetooth: Track number of LE slave connectionsJohan Hedberg2014-07-161-0/+5
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-1/+2
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+3
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-1/+1
* Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-8/+1
* Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-11/+0
* Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-9/+0
* Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-111-0/+1
* Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-1/+1
* Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+1
* Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+1
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-10/+5
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-1/+0
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+2
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-2/+1
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-1/+3
* Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2014-07-061-1/+0
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-051-0/+1
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-2/+3
* Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg2014-07-041-1/+0
* Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2014-07-041-1/+0
* Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg2014-07-041-1/+0
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-041-1/+1