summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim-2/+2
2012-02-15Bluetooth: Fix potential deadlockAndre Guedes-2/+2
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila-0/+2
2012-02-15Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes-1/+1
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek-3/+3
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg-1/+1
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller-1/+1
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-2/+2
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-269/+299
2012-01-02Bluetooth: Rename extfeaturesAndre Guedes-2/+2
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan-8/+8
2011-12-22Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan-7/+0
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix-0/+7
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim-8/+21
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim-79/+59
2011-12-22Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko-0/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim-22/+0
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan-1/+1
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan-1/+1
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan-0/+15
2011-12-20Bluetooth: Clean up magic pointersAndrei Emeltchenko-1/+6
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko-0/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-1/+1
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-155/+187
2011-12-19Bluetooth: Add missing mgmt_confirm_name command definitionJohan Hedberg-0/+10
2011-12-19Bluetooth: Fix mgmt_(block,unblock)_device opcodesJohan Hedberg-2/+2
2011-12-19Bluetooth: Add missing confirm_name field to mgmt_ev_device_foundJohan Hedberg-0/+1
2011-12-18Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko-0/+13
2011-12-18Bluetooth: Update ordering and opcodes of mgmt messagesJohan Hedberg-66/+81
2011-12-18Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg-0/+2
2011-12-18Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg-5/+4
2011-12-18Bluetooth: Move mgmt_set_fast_connectable to the right locationJohan Hedberg-5/+2
2011-12-18Bluetooth: Update mgmt_read_info and related mgmt messagesJohan Hedberg-11/+19
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan-3/+0
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan-1/+2
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan-1/+1
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan-1/+1
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan-1/+1
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan-14/+31
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan-1/+1
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan-8/+9
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan-1/+1
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan-3/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan-5/+3
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann-1/+2
2011-12-16Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan-1/+0
2011-12-16Bluetooth: Initialize LE connection countGustavo F. Padovan-0/+1
2011-12-16Bluetooth: remove lock from struct conn_hashGustavo F. Padovan-1/+0
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan-31/+2
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-13/+109