aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-37/+24
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+2
|\
| * Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan2013-01-111-0/+2
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-0/+7
|\ \ | |/
| * Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-04-221-0/+7
* | samsung update 1codeworkx2012-06-021-6/+260
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-9/+66
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-04-291-9/+66
| |\
| | * Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg2011-04-281-9/+12
| | * Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg2011-04-281-4/+5
| | * Bluetooth: Fix connection key type updating for buggy controllersJohan Hedberg2011-04-281-1/+4
| | * Bluetooth: Fix old_key_type logic for non-persistent keysJohan Hedberg2011-04-281-1/+1
| | * Bluetooth: Fix link key persistent storage criteriaJohan Hedberg2011-04-281-2/+52
| | * Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz2011-04-281-1/+1
| | * Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-04-201-0/+1
| | |\
| * | \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-3/+2
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-3/+2
|\ \ \
| * \ \ 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 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-7/+72
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bluetooth: Remove gfp_mask param from hci_reassembly()Gustavo F. Padovan2011-04-041-6/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-2/+8
| |\ \
| | * | Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner2011-03-311-1/+3
| | * | Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-311-1/+5
| * | | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-311-0/+67
| * | | Bluetooth: remove unnecessary function declarationGustavo F. Padovan2011-03-311-1/+0
| |/ /
* | | 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