summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-09-231-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-09-232-15/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-09-231-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-06-201-0/+1
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-05-021-31/+46
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-05-021-0/+6
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-09-251-2/+2
* Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2018-06-161-1/+2
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-02-131-9/+11
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2018-01-011-0/+3
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2018-01-011-0/+3
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-10-121-37/+43
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-10-121-2/+3
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-08-261-1/+2
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2016-11-201-8/+12
* Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-11-201-1/+1
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-041-0/+3
* Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann2015-12-131-0/+14
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2015-01-051-1/+1
* Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-10-301-1/+4
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-10-301-5/+1
* Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman2014-09-171-2/+5
* Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-09-171-1/+1
* Bluetooth: never linger on process exitVladimir Davydov2014-09-173-4/+8
* Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg2014-09-171-9/+8
* Bluetooth: Fix merge of advertising data and scan response dataMarcel Holtmann2014-09-171-2/+2
* Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski2014-06-201-1/+11
* Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg2014-06-201-0/+20
* Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg2014-06-201-5/+12
* Bluetooth: Fix overriding higher security level in SMPJohan Hedberg2014-06-201-9/+14
* Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-131-5/+0
* Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-06-131-1/+6
* Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto2014-06-131-1/+7
* Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg2014-06-131-3/+1
* Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg2014-06-131-44/+49
* Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg2014-06-131-0/+4
* Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg2014-06-131-2/+7
* Bluetooth: Add clarifying comment for conn->auth_typeJohan Hedberg2014-06-131-1/+5
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-06-131-2/+5
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-06-131-1/+1
* Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg2014-06-131-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1213-263/+800
|\
| * net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-3/+3
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-056-37/+60
| |\
| | * Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-021-1/+4
| | * Bluetooth: Fix missing check for FIPS security levelJohan Hedberg2014-06-021-1/+2
| | * Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg2014-05-311-3/+4
| | * Bluetooth: l2cap: Set more channel defaultsJukka Rissanen2014-05-301-0/+6
| | * Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen2014-05-301-30/+35
| | * Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg2014-05-301-0/+1