summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Ignore unknown advertising packet typesJohan Hedberg2016-04-081-0/+13
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-3/+3
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-2/+2
* Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-101-2/+2
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-2/+2
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+8
|\
| * Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-2/+2
| * Bluetooth: Fix double scan updatesJakub Pawlowski2015-10-161-1/+6
* | Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc2015-09-181-0/+21
|/
* Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak2015-08-281-2/+10
* Bluetooth: advertisement handling in new connect procedureJakub Pawlowski2015-08-101-22/+29
* Bluetooth: add hci_lookup_le_connectJakub Pawlowski2015-08-101-2/+2
* Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang2015-07-301-49/+0
* Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang2015-07-301-59/+0
* Bluetooth: Move get info completed callback to a2mp.cArron Wang2015-07-301-4/+1
* Bluetooth: Move high speed specific event under BT_HS optionArron Wang2015-07-301-20/+24
* Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg2015-06-121-2/+1
* Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg2015-06-121-0/+87
* Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg2015-06-121-12/+12
* Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-091-1/+2
* Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann2015-04-091-2/+105
* Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-11/+0
* Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-021-3/+54
* Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-021-12/+0
* Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-021-24/+52
* Bluetooth: Add clarifying comment to command status handlingJohan Hedberg2015-04-021-0/+6
* Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-301-2/+2
* Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann2015-03-291-1/+0
* Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg2015-03-281-10/+10
* Bluetooth: Add simultaneous dual mode scanJakub Pawlowski2015-03-171-2/+20
* Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann2015-03-161-2/+0
* Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann2015-03-161-29/+25
* Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-131-2/+1
* Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-131-8/+8
* Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-131-7/+7
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-46/+46
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-021-19/+19
|\
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+1
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-18/+18
* | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-2/+2
|/
* Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann2015-02-011-17/+21
* Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann2015-02-011-0/+19
* Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann2015-01-311-1/+18
* Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc2015-01-291-1/+2
* Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2015-01-281-1/+3
* Bluetooth: Fix notifying discovery state upon resetJohan Hedberg2015-01-281-1/+2
* Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann2015-01-281-0/+13
* Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann2015-01-281-6/+16