summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-09-261-1/+1
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-281-1/+2
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2018-04-131-2/+15
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-04-081-1/+7
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-171-9/+11
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43
* Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-08-301-6/+5
* Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-08-301-7/+10
* Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-08-301-11/+22
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2017-08-111-0/+3
* Bluetooth: Fix potential NULL dereferenceJohan Hedberg2017-08-111-4/+3
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2017-08-111-0/+3
* Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-07-271-2/+3
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-05-201-1/+2
* Bluetooth: make hci_test_bit's addr constJiri Slaby2017-02-081-2/+2
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2016-12-231-8/+12
* Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-08-221-1/+1
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-151-0/+3
* Bluetooth: Fix valid Identity Address checkJohan Hedberg2015-03-061-1/+5
* Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg2015-01-161-1/+6
* Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann2015-01-161-3/+6
* Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann2015-01-161-0/+2
* Bluetooth: Fix check for direct advertisingJohan Hedberg2015-01-161-1/+1
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2015-01-161-1/+1
* Bluetooth: 6lowpan: fix skb_unshare behaviourAlexander Aring2015-01-161-6/+2
* Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen2014-10-021-3/+10
* Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen2014-10-021-11/+5
* Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen2014-10-021-2/+6
* Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen2014-10-021-0/+2
* Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg2014-10-021-5/+8
* Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen2014-09-291-1/+2
* Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 headerJukka Rissanen2014-09-291-52/+83
* Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen2014-09-291-0/+6
* Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
* Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11
* Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-1/+1
* Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-241-10/+4
* Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
* Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-20/+0
* Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
* Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann2014-09-151-0/+3
* Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg2014-09-121-0/+1
* Bluetooth: Expire RPA if encryption failsJohan Hedberg2014-09-111-0/+6
* Bluetooth: Avoid hard-coded IO capability values in SMPJohan Hedberg2014-09-111-2/+2
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2014-09-111-20/+33
* Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg2014-09-113-5/+10
* Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg2014-09-111-2/+10
* Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg2014-09-111-16/+1