summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-65/+195
2012-09-18Bluetooth: Update management interface revisionJohan Hedberg-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg-0/+84
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko-1/+0
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko-3/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-29/+53
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes-0/+4
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes-8/+9
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes-5/+6
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan-7/+8
2012-08-21Bluetooth: debug: Correct the PSM printingSyam Sidhardhan-1/+1
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz-7/+28
2012-08-21Bluetooth: Fix minor coding style in hci_event.cMikel Astiz-4/+4
2012-08-21Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko-2/+2
2012-08-15Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko-4/+2
2012-08-15Bluetooth: Fix use-after-free bug in SMPAndre Guedes-3/+3
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes-14/+19
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes-10/+22
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes-24/+29
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes-9/+9
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes-2/+2
2012-08-06Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery-1/+1
2012-08-06Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko-1/+4
2012-08-06Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany-0/+2
2012-08-06Bluetooth: Fix using a NULL inquiry cache entryRam Malovany-5/+11
2012-08-06Bluetooth: Fix using NULL inquiry entryRam Malovany-0/+3
2012-08-06Bluetooth: Fix legacy pairing with some devicesSzymon Janc-1/+7
2012-08-06Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan-10/+9
2012-08-06Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes-13/+9
2012-08-06Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes-2/+2
2012-08-06Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes-8/+3
2012-08-06Bluetooth: Refactor hci_cs_le_create_connAndre Guedes-14/+16
2012-08-06Bluetooth: Remove unneeded codeAndre Guedes-10/+0
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes-0/+5
2012-08-06Bluetooth: Trivial refactoringAndre Guedes-2/+1
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO-0/+9
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO-2/+12
2012-08-06Bluetooth: Added /proc/net/l2cap via bt_procfs_init()Masatake YAMATO-2/+18
2012-08-06Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO-1/+21
2012-08-06Bluetooth: Added /proc/net/hci via bt_procfs_init()Masatake YAMATO-2/+11
2012-08-06Bluetooth: Added /proc/net/cmtp via bt_procfs_init()Masatake YAMATO-2/+21
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO-2/+20
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO-0/+141
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery-5/+7
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery-0/+15
2012-08-06Bluetooth: Remove locking in hci_user_passkey_request_evtAndre Guedes-4/+0