summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan1-3/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-5/+3
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann1-1/+2
2011-12-17Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-1/+0
2011-12-17Bluetooth: Initialize LE connection countGustavo F. Padovan1-0/+1
2011-12-17Bluetooth: remove lock from struct conn_hashGustavo F. Padovan1-1/+0
2011-12-17Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-31/+2
2011-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville5-13/+109
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko1-0/+5
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+9
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes2-0/+10
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko2-0/+8
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-0/+5
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2-12/+14
2011-11-21Bluetooth: Add MGMT event for Passkey EntryBrian Gix1-0/+5
2011-11-16Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2-1/+2
2011-11-16Bluetooth: Add MGMT opcodes for Passkey EntryBrian Gix1-0/+11
2011-11-16Bluetooth: Add HCI defines for User Passkey entryBrian Gix1-0/+13
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-0/+3
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-0/+17
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg1-2/+2
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes1-0/+1
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes1-1/+1
2011-11-11Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-0/+1
2011-11-11Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2-1/+2
2011-11-11Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg1-0/+4
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2-8/+10
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville5-109/+534
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg1-0/+2
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg1-28/+33
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2-15/+18
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2-10/+10
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg1-2/+1
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg1-0/+1
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2-0/+7
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes1-0/+1
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes1-0/+2
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2-1/+8
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau1-0/+4
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau1-2/+52
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau1-0/+1
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau1-0/+1
2011-11-07Bluetooth: Add BT_CHANNEL_POLICY socket optionMat Martineau1-0/+27
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2-1/+43
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-0/+1
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg1-0/+1
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2-1/+5
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-0/+3
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann1-1/+1