summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2012-11-09Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg-0/+1
2012-11-09Bluetooth: Notify about device registration before power onMarcel Holtmann-2/+2
2012-11-09Bluetooth: Fix error status when pairing failsPaulo Sérgio-1/+1
2012-11-09Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg-5/+6
2012-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-2/+4
2012-10-12userns: Properly print bluetooth socket uidsEric W. Biederman-1/+1
2012-10-12Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg-2/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-147/+541
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-5/+5
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-65/+195
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+33
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-65/+195
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-65/+195
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+19
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang-14/+14
2012-09-18Bluetooth: Update management interface revisionJohan Hedberg-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg-0/+84
2012-09-18Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes-0/+2
2012-09-18Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko-1/+1
2012-09-18Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek-0/+10
2012-09-18Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek-0/+6
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman-11/+16
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+16
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-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-11/+16
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-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman-19/+43
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+43
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: L2CAP - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause-0/+1
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause-0/+1
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