aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko1-0/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville4-155/+187
2011-12-19Bluetooth: Add missing mgmt_confirm_name command definitionJohan Hedberg1-0/+10
2011-12-19Bluetooth: Fix mgmt_(block,unblock)_device opcodesJohan Hedberg1-2/+2
2011-12-19Bluetooth: Add missing confirm_name field to mgmt_ev_device_foundJohan Hedberg1-0/+1
2011-12-18Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko2-0/+13
2011-12-18Bluetooth: Update ordering and opcodes of mgmt messagesJohan Hedberg1-66/+81
2011-12-18Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg1-0/+2
2011-12-18Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg2-5/+4
2011-12-18Bluetooth: Move mgmt_set_fast_connectable to the right locationJohan Hedberg1-5/+2
2011-12-18Bluetooth: Update mgmt_read_info and related mgmt messagesJohan Hedberg2-11/+19
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan1-3/+0
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan1-1/+2
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan1-14/+31
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan1-8/+9
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-16Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-1/+0
2011-12-16Bluetooth: Initialize LE connection countGustavo F. Padovan1-0/+1
2011-12-16Bluetooth: remove lock from struct conn_hashGustavo F. Padovan1-1/+0
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-31/+2
2011-12-06Merge 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-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-0/+1
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2-1/+2
2011-11-10Bluetooth: 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