summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann1-10/+2
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann1-3/+2
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-11/+2
2012-02-13Bluetooth: Remove unused hci-destruct cbDavid Herrmann1-5/+1
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann1-2/+4
2012-02-13Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes1-1/+1
2012-02-13Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko1-0/+1
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-3/+3
2012-02-13Bluetooth: Process num completed data blocks eventAndrei Emeltchenko1-0/+13
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg1-1/+7
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg1-0/+9
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg1-8/+8
2012-02-13Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg1-1/+1
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-7/+22
2012-02-13Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg1-0/+13
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg1-6/+4
2012-01-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-2/+2
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-269/+299
2012-01-03Bluetooth: Rename extfeaturesAndre Guedes1-2/+2
2011-12-23Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan1-8/+8
2011-12-23Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan1-7/+0
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2-0/+7
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim1-8/+21
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-79/+59
2011-12-22Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko1-0/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-22/+0
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan1-0/+15
2011-12-20Bluetooth: Clean up magic pointersAndrei Emeltchenko1-1/+6
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko1-0/+4
2011-12-20module_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-19Bluetooth: 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