aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-20/+81
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-1/+2
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+73
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes1-14/+1
2011-07-06Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-1/+1
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+193
2011-06-17Bluetooth: Fix locking in blacklist codeGustavo F. Padovan1-13/+25
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku1-0/+79
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes1-0/+22
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh1-2/+2
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes1-0/+14
2011-06-08Bluetooth: LE advertising cacheAndre Guedes1-0/+64
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-2/+2
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+66
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville1-9/+66
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg1-9/+12
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg1-4/+5
2011-04-28Bluetooth: Fix connection key type updating for buggy controllersJohan Hedberg1-1/+4
2011-04-28Bluetooth: Fix old_key_type logic for non-persistent keysJohan Hedberg1-1/+1
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg1-2/+52
2011-04-28Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz1-1/+1
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-3/+2
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2011-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-3/+2
2011-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-0/+1
2011-04-18Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+72
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-04Bluetooth: Remove gfp_mask param from hci_reassembly()Gustavo F. Padovan1-6/+5
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-2/+8
2011-03-31Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner1-1/+3
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan1-1/+5
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc1-0/+67
2011-03-31Bluetooth: remove unnecessary function declarationGustavo F. Padovan1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner1-1/+3
2011-03-24Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan1-1/+5
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