summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc1-1/+2
2016-11-20Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery1-7/+12
2016-11-20Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2015-12-30bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2014-09-14Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-07-11Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-07-11Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-06-09Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa3-7/+0
2013-07-27Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-07-27Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-06-19Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-20/+65
2013-05-13Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-05-13Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-02-20Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1
2013-02-20Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg1-0/+13
2013-02-06Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-01-03Bluetooth: Add missing lock nesting notationGustavo Padovan1-2/+2
2012-11-16Bluetooth: Avoid calling undefined smp_conn_security()Ben Hutchings1-0/+2
2012-10-31Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
2012-10-10Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-10-10Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes3-8/+9
2012-09-19Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-09-19Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-09-19Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-09-19Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-09-12Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-09-12Bluetooth: Fix legacy pairing with some devicesSzymon Janc2-1/+8
2012-04-23Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-04-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-24Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan1-1/+1
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+13
2011-12-19Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan1-1/+1
2011-12-19Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau1-0/+1
2011-12-19Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau1-1/+11
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-8/+7
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-9/+9
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-8/+8
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+8
2011-11-07Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa1-1/+1
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-5/+8
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker2-0/+2
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg1-2/+0