summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-306-65/+195
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-286-65/+195
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-246-65/+195
| | |\
| | | * Bluetooth: Update management interface revisionJohan Hedberg2012-09-181-1/+1
| | | * Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-182-0/+84
| | | * Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko2012-09-081-0/+3
| | | * Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-09-081-1/+0
| | | * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-3/+1
| | | * Bluetooth: Remove unneeded zero initAndrei Emeltchenko2012-09-081-1/+1
| | | * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| | | * Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-211-7/+8
| | | * Bluetooth: debug: Correct the PSM printingSyam Sidhardhan2012-08-211-1/+1
| | | * Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-212-7/+28
| | | * Bluetooth: Fix minor coding style in hci_event.cMikel Astiz2012-08-211-4/+4
| | | * Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko2012-08-211-2/+2
| | | * Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko2012-08-151-4/+2
| | | * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| | | * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| | | * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| | | * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| | | * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| | | * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| | | * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+2
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-076-29/+53
| | |\ \ | | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-287-15/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-223-1/+19
| |\ \ \
| | * | | Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes2012-09-181-0/+2
| | * | | Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko2012-09-181-1/+1
| | * | | Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek2012-09-181-0/+10
| | * | | Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek2012-09-181-0/+6
| | | |/ | | |/|
| * | | net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-214-14/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-154-11/+16
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-074-11/+16
| |\ \ \ | | |/ /
| | * | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
| | * | Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-273-8/+9
| | * | Bluetooth: Fix use-after-free bug in SMPAndre Guedes2012-08-151-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-228-19/+43
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
| * | Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
| * | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-151-1/+1
| * | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-08-151-0/+1
| * | Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
| * | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-08-151-0/+1
| |/
| * Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery2012-08-061-1/+1
| * Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko2012-08-061-1/+4
| * Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany2012-08-061-0/+2
| * Bluetooth: Fix using a NULL inquiry cache entryRam Malovany2012-08-061-5/+11
| * Bluetooth: Fix using NULL inquiry entryRam Malovany2012-08-061-0/+3
| * Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-08-062-1/+7
| * Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan2012-08-061-10/+9
OpenPOWER on IntegriCloud