aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: never linger on process exitVladimir Davydov2014-09-133-4/+8
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-07-111-2/+5
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-07-111-1/+1
* Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-06-091-3/+6
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-033-7/+0
* Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-271-1/+1
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-271-0/+3
* Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-191-20/+65
* Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-05-131-0/+1
* Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-05-131-2/+2
* Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-02-201-1/+1
* Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-02-201-0/+13
* Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-02-061-1/+1
* Bluetooth: Add missing lock nesting notationGustavo Padovan2013-01-031-2/+2
* Bluetooth: Avoid calling undefined smp_conn_security()Ben Hutchings2012-11-161-0/+2
* Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-301-2/+4
* Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-10-101-0/+4
* Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-10-103-8/+9
* Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-09-191-0/+1
* Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-09-191-0/+1
* Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-09-191-1/+1
* Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-09-191-0/+1
* Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-09-191-0/+1
* Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-09-191-0/+1
* Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-09-121-6/+8
* Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-09-122-1/+8
* Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-04-221-0/+7
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-04-131-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-041-1/+1
|\
| * 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/linvil...John W. Linville2011-12-213-2/+13
|\ \ | |/
| * Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau2011-12-181-0/+1
| * Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau2011-12-181-1/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-093-8/+7
|\ \ | |/
| * Bluetooth: Correct version check in hci_setupAndrei Emeltchenko2011-12-031-1/+1
| * Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3
| * Bluetooth: cmtp: Fix module referenceDavid Herrmann2011-11-211-2/+3
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-092-9/+9
|\ \ | |/
| * Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek2011-11-071-8/+8
| * Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa2011-11-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-073-5/+8
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-023-5/+8
| |\
| | * Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg2011-10-311-2/+0
| | * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-311-1/+1
| | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-2/+7
* | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-312-0/+2
|/ /
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-243-1/+11
|\ \
| * | bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore2011-10-183-1/+11
| |/