aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-7/+72
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-04-04Bluetooth: Remove gfp_mask param from hci_reassembly()Gravatar Gustavo F. Padovan 1-6/+5
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar Gustavo F. Padovan 1-2/+8
2011-03-31Bluetooth: Fix warning with hci_cmd_timerGravatar Thomas Gleixner 1-1/+3
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGravatar Gustavo F. Padovan 1-1/+5
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsGravatar Szymon Janc 1-0/+67
2011-03-31Bluetooth: remove unnecessary function declarationGravatar Gustavo F. Padovan 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Bluetooth: Fix warning with hci_cmd_timerGravatar Thomas Gleixner 1-1/+3
2011-03-24Bluetooth: Fix HCI_RESET command synchronizationGravatar Gustavo F. Padovan 1-1/+5
2011-02-17Bluetooth: Fix some code style issues in hci_core.cGravatar Szymon Janc 1-4/+3
2011-02-16Bluetooth: Use proper timer for hci command timoutGravatar Ville Tervo 1-6/+16
2011-02-16Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGravatar Gustavo F. Padovan 1-0/+2
2011-02-16Bluetooth: Treat LE and ACL links separately on timeoutGravatar Ville Tervo 1-7/+7
2011-02-16Bluetooth: Use LE buffers for LE trafficGravatar Ville Tervo 1-4/+70
2011-02-08Bluetooth: Do not use assignments in IF conditionsGravatar Andrei Emeltchenko 1-3/+9
2011-02-08Bluetooth: Add set_io_capability management commandGravatar Johan Hedberg 1-0/+1
2011-02-08Bluetooth: Implement link key handling for the management interfaceGravatar Johan Hedberg 1-0/+85
2011-02-08Bluetooth: Remove page timeout setting from HCI init sequenceGravatar Johan Hedberg 1-4/+0
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqGravatar Johan Hedberg 1-0/+5
2011-02-08Bluetooth: Add special handling with __hci_request and HCI_INITGravatar Johan Hedberg 1-8/+9
2011-02-08Bluetooth: Implement UUID handling through the management interfaceGravatar Johan Hedberg 1-0/+19
2011-02-08Bluetooth: Implement set_pairable managment commandGravatar Johan Hedberg 1-0/+10
2011-02-08Bluetooth: Add support for set_powered management commandGravatar Johan Hedberg 1-2/+2
2011-02-08Bluetooth: Add support for management powered eventGravatar Johan Hedberg 1-0/+4
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersGravatar Johan Hedberg 1-2/+62
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsGravatar Andrei Emeltchenko 1-2/+5
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceGravatar Johan Hedberg 1-0/+4
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devGravatar Johan Hedberg 1-3/+12
2010-12-22Bluetooth: Add management events for controller addition & removalGravatar Johan Hedberg 1-0/+2
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-24/+42
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceGravatar Johan Hedberg 1-1/+0
2010-07-31Bluetooth: Use list_head for HCI blacklist headGravatar David Miller 1-1/+1
2010-07-27Bluetooth: Test 'count' value before enter the loopGravatar Gustavo F. Padovan 1-4/+4
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamGravatar Suraj Sumangala 1-0/+35
2010-07-21Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helperGravatar Suraj Sumangala 1-74/+11
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsGravatar Suraj Sumangala 1-0/+109
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblyGravatar Suraj Sumangala 1-3/+3
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-0/+3
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-2/+0
2010-05-10Bluetooth: Create per controller workqueueGravatar Marcel Holtmann 1-0/+14
2010-05-10Bluetooth: Make hci_send_acl() voidGravatar Gustavo F. Padovan 1-2/+2
2010-05-10Bluetooth: Make hci_send_sco() voidGravatar Gustavo F. Padovan 1-8/+1
2010-02-27Bluetooth: Add controller types for BR/EDR and 802.11 AMPGravatar Marcel Holtmann 1-1/+5
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-4/+4
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 1-6/+12
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionGravatar Marcel Holtmann 1-0/+23
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexGravatar Thomas Gleixner 1-1/+1
2009-06-08Bluetooth: Add native RFKILL soft-switch support for all devicesGravatar Marcel Holtmann 1-1/+40