summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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: use constant time memory comparison for secret valuesJason A. Donenfeld2017-07-271-17/+18
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-05-201-1/+2
* Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-08-201-1/+1
* Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-04-121-0/+4
* Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-03-031-0/+3
* Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-03-031-1/+3
* Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-03-032-26/+18
* Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2016-03-031-1/+5
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-031-1/+6
|\
| * Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-111-1/+6
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-3/+3
|/
* Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
* Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
* Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-1/+8
* Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
* bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring2015-10-271-1/+1
* Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak2015-10-271-0/+5
* Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann2015-10-261-11/+19
* Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann2015-10-261-16/+9
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-264-17/+17
* Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2015-10-262-2/+2
* Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak2015-10-251-0/+5
* Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak2015-10-251-0/+2
* Bluetooth: Fix crash on SCO disconnectKuba Pawlak2015-10-251-0/+2
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2015-10-221-1/+1
* Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-222-104/+11
* Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2015-10-222-0/+97
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-223-0/+30
* Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg2015-10-221-0/+10
* Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-212-19/+3
* Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg2015-10-211-1/+0
* Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg2015-10-211-6/+7
* Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg2015-10-211-23/+32
* Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+1
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-213-11/+11
* Bluetooth: Add le_addr_type() helper functionJohan Hedberg2015-10-211-38/+18
* Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-9/+43
* Bluetooth: Introduce driver specific post init callbackMarcel Holtmann2015-10-211-1/+4
* Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins2015-10-211-1/+10
* Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins2015-10-211-17/+27
* Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins2015-10-211-14/+18
* 6lowpan: cleanup lowpan_header_decompressAlexander Aring2015-10-211-19/+1
* 6lowpan: cleanup lowpan_header_compressAlexander Aring2015-10-211-2/+1
* bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring2015-10-211-30/+27