summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan3-18/+12
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan3-14/+14
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2-16/+4
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan2-22/+31
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2-10/+16
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan1-26/+26
2011-12-18Bluetooth: move hci_task_lock to mutexGustavo F. Padovan1-9/+9
2011-12-18Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan1-11/+1
2011-12-18Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan1-46/+20
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan1-39/+31
2011-12-18Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan1-4/+0
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan2-7/+9
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan1-4/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan8-97/+97
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann1-9/+10
2011-12-17Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-36/+36
2011-12-17Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan1-8/+2
2011-12-17Bluetooth: Use chan instead of l2cap_pi macroGustavo F. Padovan1-1/+1
2011-12-17Bluetooth: remove struct hci_chan_hashGustavo F. Padovan2-14/+8
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-8/+7
2011-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville9-261/+746
2011-12-03Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko1-1/+1
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2-4/+4
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan3-8/+7
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-12-02Bluetooth: remove old codeAndrei Emeltchenko1-12/+0
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+10
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes2-0/+7
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko1-0/+19
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix1-6/+16
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix1-1/+9
2011-12-01Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix1-0/+58
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-1/+73
2011-11-24Bluetooth: Add user readable debug for state changesGustavo F. Padovan1-0/+29
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville3-0/+3
2011-11-21Bluetooth: Use queue in the device listAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2-4/+5
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-17Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2-7/+4
2011-11-17Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-17Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-17Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-17Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko1-2/+3
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-2/+8
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-91/+224