summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Bluetooth: Fix some code style issues in hci_core.cSzymon Janc1-4/+3
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo1-6/+16
2011-02-16Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan1-0/+2
2011-02-16Bluetooth: Treat LE and ACL links separately on timeoutVille Tervo1-7/+7
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo1-4/+70
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko1-3/+9
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-0/+1
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg1-0/+85
2011-02-08Bluetooth: Remove page timeout setting from HCI init sequenceJohan Hedberg1-4/+0
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg1-0/+5
2011-02-08Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg1-8/+9
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg1-0/+19
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg1-0/+10
2011-02-08Bluetooth: Add support for set_powered management commandJohan Hedberg1-2/+2
2011-02-08Bluetooth: Add support for management powered eventJohan Hedberg1-0/+4
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg1-2/+62
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko1-2/+5
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg1-0/+4
2010-12-23Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg1-3/+12
2010-12-23Bluetooth: Add management events for controller addition & removalJohan Hedberg1-0/+2
2010-12-02Bluetooth: clean up hci codeAndrei Emeltchenko1-24/+42
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg1-1/+0
2010-08-01Bluetooth: Use list_head for HCI blacklist headDavid Miller1-1/+1
2010-07-27Bluetooth: Test 'count' value before enter the loopGustavo F. Padovan1-4/+4
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamSuraj Sumangala1-0/+35
2010-07-21Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helperSuraj Sumangala1-74/+11
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsSuraj Sumangala1-0/+109
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblySuraj Sumangala1-3/+3
2010-07-21Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg1-0/+3
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann1-0/+14
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan1-2/+2
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan1-8/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann1-1/+5
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann1-4/+4
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann1-6/+12
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann1-0/+23
2009-08-23Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner1-1/+1
2009-06-08Bluetooth: Add native RFKILL soft-switch support for all devicesMarcel Holtmann1-1/+40
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-6/+1
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum1-1/+1
2008-09-12[Bluetooth] Fix regression from using default link policyMarcel Holtmann1-0/+3
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann1-2/+5
2008-07-14[Bluetooth] Make use of the default link policy settingsMarcel Holtmann1-11/+24
2008-03-06bluetooth: hci_core: defer hci_unregister_sysfs()Dave Young1-2/+2
2008-02-18[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macrosS.Çağlar Onur1-2/+3
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann1-0/+22
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann1-21/+27