aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-02-031-1/+1
* | samsung update 1codeworkx2012-06-021-42/+291
|/
* Bluetooth: Fix timeout on scanning for the second timeOliver Neukum2011-10-031-9/+8
* Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo2011-06-101-8/+10
* Bluetooth: Add support for sending connection events for LE linksVinicius Costa Gomes2011-05-111-1/+4
* Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evtJohan Hedberg2011-04-281-1/+2
* Bluetooth: Fix link key persistent storage criteriaJohan Hedberg2011-04-281-1/+1
* Bluetooth: Fix logic in hci_pin_code_request_evtJohan Hedberg2011-04-281-2/+1
* Bluetooth: Fix reason code for pairing rejectionJohan Hedberg2011-04-281-1/+1
* Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg2011-04-281-2/+14
* Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requestsJohan Hedberg2011-04-281-2/+16
* Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg2011-04-281-1/+9
* Bluetooth: Add automated SSP user confirmation responsesJohan Hedberg2011-04-281-2/+35
* Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz2011-04-281-2/+10
* Bluetooth: Respect local MITM req in io_cap replyWaldemar Rymarkiewicz2011-04-281-1/+1
* Bluetooth: Ignore key unauthenticated for high securityWaldemar Rymarkiewicz2011-04-281-4/+16
* Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz2011-04-281-0/+4
* Bluetooth: Don't modify sec_level if auth failedWaldemar Rymarkiewicz2011-04-281-1/+0
* Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz2011-04-281-3/+4
* Bluetooth: Add discovering event to the Management interfaceJohan Hedberg2011-04-281-6/+34
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-04-201-2/+0
|\
| * Bluetooth: Fix refcount balance for hci connectionVille Tervo2011-04-181-2/+0
| * Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-241-1/+3
* | Bluetooth: Fix Out Of Band pairing when mgmt interface is disabledSzymon Janc2011-04-131-0/+4
* | Bluetooth: Add mgmt_remote_name eventJohan Hedberg2011-04-041-0/+3
* | Bluetooth: Add mgmt_device_found eventJohan Hedberg2011-04-041-8/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-1/+3
|\ \
| * | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-311-1/+3
| |/
* | Bluetooth: Enable support for out of band association modelSzymon Janc2011-03-311-1/+6
* | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-311-0/+35
* | Bluetooth: Add read_local_oob_data management commandSzymon Janc2011-03-311-0/+15
* | Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2011-03-311-3/+6
* | Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2011-03-311-2/+2
|/
* Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-211-3/+16
* Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-211-0/+50
* Bluetooth: Fix some code style issues in hci_event.cSzymon Janc2011-02-171-8/+10
* Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc2011-02-171-9/+0
* Bluetooth: Use proper timer for hci command timoutVille Tervo2011-02-161-0/+6
* Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-161-2/+8
* Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-161-0/+33
* Bluetooth: Add LE connect supportVille Tervo2011-02-161-0/+93
* Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko2011-02-081-8/+14
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-081-2/+28
* Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2011-02-081-0/+46
* Bluetooth: Add support for connect failed management eventJohan Hedberg2011-02-081-1/+4
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-081-1/+8
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-081-5/+11
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-081-0/+51
* Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg2011-02-081-1/+193