| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Use bt_dev_err and bt_dev_info when possible | Marcel Holtmann | 2017-10-30 | 1 | -22/+24 |
* | Bluetooth: fix spelling mistake: "advetising" -> "advertising" | Colin Ian King | 2017-02-16 | 1 | -1/+1 |
* | Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event | Szymon Janc | 2016-07-13 | 1 | -1/+15 |
* | Bluetooth: Rename HCI_BREDR into HCI_PRIMARY | Marcel Holtmann | 2016-07-09 | 1 | -1/+1 |
* | Bluetooth: Ignore unknown advertising packet types | Johan Hedberg | 2016-04-08 | 1 | -0/+13 |
* | Bluetooth: Change eir_has_data_type() to more generic eir_get_data() | Johan Hedberg | 2016-01-05 | 1 | -3/+3 |
* | Bluetooth: Move advertising instance management to hci_request.c | Johan Hedberg | 2015-12-10 | 1 | -2/+2 |
* | Bluetooth: Run page scan updates through hdev->req_workqueue | Johan Hedberg | 2015-12-10 | 1 | -2/+2 |
* | Bluetooth: Rename bt_cb()->req into bt_cb()->hci | Marcel Holtmann | 2015-10-26 | 1 | -2/+2 |
* | Bluetooth: Use hci_conn_hash_lookup_le() when possible | Johan Hedberg | 2015-10-21 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 1 | -3/+8 |
|\ |
|
| * | Bluetooth: Fix LE reconnection logic | Johan Hedberg | 2015-10-16 | 1 | -2/+2 |
| * | Bluetooth: Fix double scan updates | Jakub Pawlowski | 2015-10-16 | 1 | -1/+6 |
* | | Bluetooth: Fix reporting incorrect EIR in device found mgmt event | Szymon Janc | 2015-09-18 | 1 | -0/+21 |
|/ |
|
* | Bluetooth: Fix SCO link type handling on connection complete | Kuba Pawlak | 2015-08-28 | 1 | -2/+10 |
* | Bluetooth: advertisement handling in new connect procedure | Jakub Pawlowski | 2015-08-10 | 1 | -22/+29 |
* | Bluetooth: add hci_lookup_le_connect | Jakub Pawlowski | 2015-08-10 | 1 | -2/+2 |
* | Bluetooth: Move create/accept phy link completed callback to amp.c | Arron Wang | 2015-07-30 | 1 | -49/+0 |
* | Bluetooth: Move amp assoc read/write completed callback to amp.c | Arron Wang | 2015-07-30 | 1 | -59/+0 |
* | Bluetooth: Move get info completed callback to a2mp.c | Arron Wang | 2015-07-30 | 1 | -4/+1 |
* | Bluetooth: Move high speed specific event under BT_HS option | Arron Wang | 2015-07-30 | 1 | -20/+24 |
* | Bluetooth: Remove redundant check for ACL_LINK | Johan Hedberg | 2015-06-12 | 1 | -2/+1 |
* | Bluetooth: Read encryption key size for BR/EDR connections | Johan Hedberg | 2015-06-12 | 1 | -0/+87 |
* | Bluetooth: Move SC-only check outside of BT_CONFIG branch | Johan Hedberg | 2015-06-12 | 1 | -12/+12 |
* | Bluetooth: Fix encryption key size handling for LTKs | Johan Hedberg | 2015-06-09 | 1 | -1/+2 |
* | Bluetooth: Read LE remote features during connection establishment | Marcel Holtmann | 2015-04-09 | 1 | -2/+105 |
* | Bluetooth: Convert local OOB data reading to use HCI request | Johan Hedberg | 2015-04-02 | 1 | -11/+0 |
* | Bluetooth: Move hci_get_cmd_complete() to hci_event.c | Johan Hedberg | 2015-04-02 | 1 | -3/+54 |
* | Bluetooth: Remove unneeded recv_event variable | Johan Hedberg | 2015-04-02 | 1 | -12/+0 |
* | Bluetooth: Add second hci_request callback option for full skb | Johan Hedberg | 2015-04-02 | 1 | -24/+52 |
* | Bluetooth: Add clarifying comment to command status handling | Johan Hedberg | 2015-04-02 | 1 | -0/+6 |
* | Bluetooth: Refactor HCI request variables into own struct | Johan Hedberg | 2015-03-30 | 1 | -2/+2 |
* | Bluetooth: Remove superfluous extra empty line between functions | Marcel Holtmann | 2015-03-29 | 1 | -1/+0 |
* | Bluetooth: Fix race condition with HCI_RESET flag | Johan Hedberg | 2015-03-28 | 1 | -10/+10 |
* | Bluetooth: Add simultaneous dual mode scan | Jakub Pawlowski | 2015-03-17 | 1 | -2/+20 |
* | Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag | Marcel Holtmann | 2015-03-16 | 1 | -2/+0 |
* | Bluetooth: Fix BR/EDR out-of-band pairing with only initiator data | Marcel Holtmann | 2015-03-16 | 1 | -29/+25 |
* | Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field | Marcel Holtmann | 2015-03-13 | 1 | -1/+1 |
* | Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro | Marcel Holtmann | 2015-03-13 | 1 | -2/+1 |
* | Bluetooth: Introduce hci_dev_clear_flag helper macro | Marcel Holtmann | 2015-03-13 | 1 | -8/+8 |
* | Bluetooth: Introduce hci_dev_set_flag helper macro | Marcel Holtmann | 2015-03-13 | 1 | -7/+7 |
* | Bluetooth: Introduce hci_dev_test_flag helper macro | Marcel Holtmann | 2015-03-13 | 1 | -46/+46 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-03-02 | 1 | -19/+19 |
|\ |
|
| * | Bluetooth: Convert disconn_cfm to be triggered through hci_cb | Johan Hedberg | 2015-02-19 | 1 | -1/+1 |
| * | Bluetooth: Convert connect_cfm to be triggered through hci_cb | Johan Hedberg | 2015-02-19 | 1 | -18/+18 |
* | | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl | Eyal Birger | 2015-03-02 | 1 | -2/+2 |
|/ |
|
* | Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only mode | Marcel Holtmann | 2015-02-01 | 1 | -17/+21 |
* | Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode command | Marcel Holtmann | 2015-02-01 | 1 | -0/+19 |
* | Bluetooth: Fix OOB data present value for BR/EDR Secure Connections | Marcel Holtmann | 2015-01-31 | 1 | -1/+18 |
* | Bluetooth: Fix sending Read Remote Extended Features command | Szymon Janc | 2015-01-29 | 1 | -1/+2 |