aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski
2015-06-18Bluetooth: Use zalloc when possibleJohan Hedberg
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel
2015-06-09Bluetooth: Don't call shutdown when leaving user channelLoic Poulain
2015-05-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-15Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis
2015-05-14Bluetooth: Fix remote name event return directly.Wesley Kuo
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray
2015-03-22Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-11Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann