summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann1-2/+15
2018-05-23Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc1-1/+7
2018-03-01Bluetooth: Prevent stack info leak from the EFS element.Ben Seri1-9/+11
2017-10-04Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri1-37/+43
2017-10-04Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen1-6/+5
2017-10-04Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen1-7/+10
2017-10-04Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen1-11/+22
2017-09-01Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld1-17/+18
2017-05-17Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc1-1/+2
2016-12-23Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery1-8/+12
2016-08-20Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-01-23bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2015-12-09Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg1-5/+7
2015-12-09Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2015-10-23Bluetooth: Delay check for conn->smp in smp_conn_security()Johan Hedberg1-6/+6
2015-08-17Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg1-0/+4
2015-08-03Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann1-7/+19
2015-05-14Bluetooth: Fix remote name event return directly.Wesley Kuo1-2/+4
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta1-1/+2
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann1-1/+2
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-2/+105
2015-04-08Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann1-147/+1
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann1-3/+3
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann1-6/+8
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann1-2/+2
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2-3/+3
2015-04-04Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk3-4/+15
2015-04-04Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-04Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2-0/+8
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk1-1/+1
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann1-6/+19
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2-51/+65
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2-51/+58
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg1-5/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg2-15/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg1-14/+14
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg4-44/+81
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg1-0/+6
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann1-9/+34
2015-04-02Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann1-4/+31
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann1-1/+11
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann1-0/+26
2015-03-31Bluetooth: Refactor HCI request variables into own structJohan Hedberg4-12/+12
2015-03-31Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg3-28/+28
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann1-1/+0
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann1-37/+34
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann1-8/+6