summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-022-97/+56
|\
| * Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-272-2/+7
| * Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-201-1/+2
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-28/+16
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-24/+16
| * Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-34/+6
| * Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-9/+9
| * Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-021-3/+3
* | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-7/+3
|/
* Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg2015-02-021-4/+0
* Bluetooth: Add restarting to service discoveryJakub Pawlowski2015-02-021-0/+1
* Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2015-02-021-0/+5
* Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann2015-01-311-0/+1
* Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2015-01-281-0/+3
* Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2015-01-231-1/+0
* Bluetooth: Remove unused functionRickard Strandqvist2015-01-161-1/+0
* Bluetooth: Add missing response structure for HCI Delete Stored Link KeyMarcel Holtmann2015-01-121-0/+4
* Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann2015-01-121-0/+2
* Bluetooth: Add defintions for HCI Read Stored Link Key commandMarcel Holtmann2015-01-121-0/+11
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-1/+1
* Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann2015-01-031-0/+12
* Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-022-3/+1
* Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann2015-01-021-1/+0
* Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-021-0/+1
* Bluetooth: Introduce HCI_QUIRK_BROKEN_LOCAL_COMMANDS constantMarcel Holtmann2014-12-261-0/+10
* Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann2014-12-201-2/+0
* Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann2014-12-201-0/+1
* Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann2014-12-201-0/+6
* Bluetooth: Add structures for LE Data Length Extension featureMarcel Holtmann2014-12-201-0/+43
* Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-2/+0
* Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-191-2/+0
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-25/+0
* Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-191-1/+2
* Bluetooth: 6lowpan: Add IPSP PSM valueJukka Rissanen2014-12-191-0/+1
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-29/+0
|\
| * first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-29/+0
| * put iov_iter into msghdrAl Viro2014-12-091-1/+1
| * switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-3/+3
* | Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann2014-12-051-0/+1
* | Bluetooth: Add definitions for LE Direct Advertising Report eventMarcel Holtmann2014-12-051-0/+10
* | Bluetooth: Move LE advertising report defines to the right locationMarcel Holtmann2014-12-051-19/+19
* | Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann2014-12-051-0/+3
* | Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann2014-12-051-0/+8
* | Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski2014-12-051-0/+4
* | Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERYJakub Pawlowski2014-12-051-0/+9
* | Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI valueMarcel Holtmann2014-12-051-0/+1
* | Bluetooth: Store address type with OOB dataJohan Hedberg2014-12-031-3/+5
* | Bluetooth: Unify remote OOB data functionsJohan Hedberg2014-12-031-4/+2