aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-04-221-0/+7
* Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-1/+1
|\
| * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-311-1/+1
* | Bluetooth: Add mgmt events for blacklistingAntti Julku2011-09-211-26/+8
* | Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-211-8/+0
* | Bluetooth: make use of connection number to optimize the schedulerLuiz Augusto von Dentz2011-09-211-0/+15
|/
* Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc2011-08-111-2/+4
* Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter2011-08-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-151-20/+81
|\
| * Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-1/+2
| * Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes2011-07-081-0/+73
| * Bluetooth: Fix potential deadlock in hci_coreAndre Guedes2011-07-071-4/+4
| * Bluetooth: Remove enable_smp parameterAndre Guedes2011-07-061-14/+1
| * Bluetooth: Add lmp_host_le_capable() macroAndre Guedes2011-07-061-1/+1
| * Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-06-301-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-241-2/+193
|\ \ | |/
| * Bluetooth: Fix locking in blacklist codeGustavo F. Padovan2011-06-171-13/+25
| * Bluetooth: Move blacklisting functions to hci_coreAntti Julku2011-06-161-0/+79
| * Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes2011-06-131-0/+22
| * Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-06-081-2/+2
| * Bluetooth: Advertising entries lifetimeAndre Guedes2011-06-081-0/+14
| * Bluetooth: LE advertising cacheAndre Guedes2011-06-081-0/+64
* | net: Remove unnecessary semicolonsJoe Perches2011-06-051-2/+2
|/
* 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