aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-221-3/+2
|\
| * Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes2011-04-181-3/+2
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner2011-03-241-1/+3
* | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-241-1/+5
|/
* Bluetooth: Fix some code style issues in hci_core.cSzymon Janc2011-02-171-4/+3
* Bluetooth: Use proper timer for hci command timoutVille Tervo2011-02-161-6/+16
* Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan2011-02-161-0/+2
* Bluetooth: Treat LE and ACL links separately on timeoutVille Tervo2011-02-161-7/+7
* Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-161-4/+70
* Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko2011-02-081-3/+9
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-081-0/+1
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-081-0/+85
* Bluetooth: Remove page timeout setting from HCI init sequenceJohan Hedberg2011-02-081-4/+0
* Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg2011-02-081-0/+5
* Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg2011-02-081-8/+9
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-081-0/+19
* Bluetooth: Implement set_pairable managment commandJohan Hedberg2011-02-081-0/+10
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-2/+2
* Bluetooth: Add support for management powered eventJohan Hedberg2011-02-081-0/+4
* Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2011-02-081-2/+62
* Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko2011-02-081-2/+5
* Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg2011-01-191-0/+4
* Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2010-12-221-3/+12
* Bluetooth: Add management events for controller addition & removalJohan Hedberg2010-12-221-0/+2
* Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-011-24/+42
* Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg2010-10-121-1/+0
* Bluetooth: Use list_head for HCI blacklist headDavid Miller2010-07-311-1/+1
* Bluetooth: Test 'count' value before enter the loopGustavo F. Padovan2010-07-271-4/+4
* Bluetooth: Implemented HCI frame reassembly for RX from streamSuraj Sumangala2010-07-211-0/+35
* Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helperSuraj Sumangala2010-07-211-74/+11
* Bluetooth: Implement hci_reassembly helper to reassemble RX packetsSuraj Sumangala2010-07-211-0/+109
* Bluetooth: Add one more buffer for HCI stream reassemblySuraj Sumangala2010-07-211-3/+3
* Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-211-0/+3
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-101-0/+14
* Bluetooth: Make hci_send_acl() voidGustavo F. Padovan2010-05-101-2/+2
* Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-101-8/+1
* Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2010-02-271-1/+5
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-4/+4
* Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-6/+12
* Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann2009-12-031-0/+23
* Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner2009-08-221-1/+1
* Bluetooth: Add native RFKILL soft-switch support for all devicesMarcel Holtmann2009-06-081-1/+40
* Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-6/+1
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-301-1/+1
* Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum2008-11-301-1/+1
* [Bluetooth] Fix regression from using default link policyMarcel Holtmann2008-09-121-0/+3