summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Enhanced Connection Complete event belongs to LL PrivacyMarcel Holtmann2020-04-161-8/+0
* Bluetooth: Enable LE Enhanced Connection Complete event.Marcel Holtmann2020-04-151-0/+8
* Bluetooth: Use extra variable to make code more readableMarcel Holtmann2020-04-151-1/+3
* Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis2020-04-091-1/+2
* Bluetooth: Always request for user confirmation for Just Works (LE SC)Sonny Sasaka2020-04-081-1/+4
* Bluetooth: Simplify / fix return values from tk_requestGuenter Roeck2020-04-071-5/+4
* Bluetooth: debugfs option to unset MITM flagArchie Pusaka2020-04-072-5/+56
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-04-051-1/+1
* Bluetooth: Add support for reading security informationMarcel Holtmann2020-04-051-0/+53
* Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann2020-04-052-0/+25
* Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou2020-04-056-0/+177
* Bluetooth: Move debugfs configuration above the selftestsMarcel Holtmann2020-04-051-8/+8
* Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-052-5/+43
* Bluetooth: fixing minor typo in commentAlain Michaud2020-04-031-1/+1
* Bluetooth: Prioritize SCO trafficAbhishek Pandit-Subedi2020-04-031-49/+57
* Bluetooth: Always request for user confirmation for Just WorksSonny Sasaka2020-04-021-2/+10
* Bluetooth: Add BT_MODE socket optionLuiz Augusto von Dentz2020-04-021-1/+112
* Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2020-04-021-4/+21
* Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz2020-03-251-10/+127
* Bluetooth: don't assume key size is 16 when the command failsAlain Michaud2020-03-251-4/+4
* Bluetooth: L2CAP: Add get_peer_pid callbackLuiz Augusto von Dentz2020-03-241-0/+8
* Bluetooth: Fix incorrect branch in connection completeAbhishek Pandit-Subedi2020-03-231-8/+9
* Bluetooth: Restore running state if suspend failsAbhishek Pandit-Subedi2020-03-231-19/+20
* Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg2020-03-181-17/+0
* Bluetooth: L2CAP: remove set but not used variable 'credits'YueHaibing2020-03-141-2/+1
* Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()Dan Carpenter2020-03-121-1/+1
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-03-121-1/+2
* Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang2020-03-121-1/+13
* Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-112-0/+85
* Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi2020-03-111-54/+112
* Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-113-3/+149
* Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-113-0/+103
* Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingJoseph Hwang2020-03-111-1/+4
* Bluetooth: fix off by one in err_data_reporting cmd masks.Alain Michaud2020-03-111-2/+2
* Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann2020-03-111-1/+1
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-03-081-3/+1
* Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-082-0/+20
* Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-082-20/+548
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-03-081-1/+1
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-083-2/+125
* Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsLuiz Augusto von Dentz2020-03-081-16/+13
* Bluetooth: Fix calculation of SCO handle for packet processingMarcel Holtmann2020-03-071-2/+5
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-03-041-0/+6
* Bluetooth: Support querying for WBS support through MGMTAlain Michaud2020-02-281-0/+4
* Bluetooth: During le_conn_timeout disable EXT_ADVSathish Narsimman2020-02-281-3/+19
* Bluetooth: Remove adv set for directed advertisingSathish Narsimman2020-02-281-0/+10
* Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...Madhuparna Bhowmik2020-02-281-1/+1
* Bluetooth: Fix Suspicious RCU usage warningsMadhuparna Bhowmik2020-02-281-4/+4
* Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-8/+8
* Bluetooth: fix passkey uninitialized when usedHoward Chung2020-02-191-9/+11