aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 4-23/+25
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 3-6/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 17-259/+960
2020-05-29Bluetooth: Acquire sk_lock.slock without disabling interruptsGravatar Sebastian Andrzej Siewior 1-5/+2
2020-05-20Bluetooth: Fix assuming EIR flags can result in SSP authenticationGravatar Luiz Augusto von Dentz 1-2/+0
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmGravatar Luiz Augusto von Dentz 1-25/+3
2020-05-18Bluetooth: Add SCO fallback for invalid LMP parameters errorGravatar Hsin-Yu Chao 1-0/+1
2020-05-18Bluetooth: Fix for GAP/SEC/SEM/BI-10-CGravatar Łukasz Rymanowski 1-0/+4
2020-05-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 10-141/+363
2020-05-13Bluetooth: L2CAP: add support for waiting disconnection respGravatar Archie Pusaka 1-7/+23
2020-05-13Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteGravatar Sonny Sasaka 1-2/+17
2020-05-13Bluetooth: Add hook for driver to prevent wake from suspendGravatar Abhishek Pandit-Subedi 1-2/+4
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEGravatar Abhishek Pandit-Subedi 2-2/+2
2020-05-13Bluetooth: Modify LE window and interval for suspendGravatar Abhishek Pandit-Subedi 1-1/+1
2020-05-13Bluetooth: Fix incorrect type for window and intervalGravatar Abhishek Pandit-Subedi 1-1/+1
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledGravatar Marcel Holtmann 3-0/+127
2020-05-11Bluetooth: Add support for experimental features configurationGravatar Marcel Holtmann 1-0/+58
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportGravatar Marcel Holtmann 1-4/+4
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionGravatar Marcel Holtmann 1-5/+7
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportGravatar Marcel Holtmann 1-111/+110
2020-05-11Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listGravatar Marcel Holtmann 1-0/+1
2020-05-11Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Gravatar Konstantin Forostyan 1-2/+2
2020-05-11Bluetooth: Fix advertising handle is set to 0Gravatar Tedd Ho-Jeong An 1-3/+3
2020-05-08Bluetooth: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-5/+1
2020-05-04net: partially revert dynamic lockdep key changesGravatar Cong Wang 1-0/+8
2020-04-28Bluetooth: allow scatternet connections if supported.Gravatar Alain Michaud 1-1/+3
2020-04-16Bluetooth: Enhanced Connection Complete event belongs to LL PrivacyGravatar Marcel Holtmann 1-8/+0
2020-04-15Bluetooth: Enable LE Enhanced Connection Complete event.Gravatar Marcel Holtmann 1-0/+8
2020-04-15Bluetooth: Use extra variable to make code more readableGravatar Marcel Holtmann 1-1/+3
2020-04-09Bluetooth: log advertisement packet length if it gets correctedGravatar Daniels Umanovskis 1-1/+2
2020-04-08Bluetooth: Always request for user confirmation for Just Works (LE SC)Gravatar Sonny Sasaka 1-1/+4
2020-04-07Bluetooth: Simplify / fix return values from tk_requestGravatar Guenter Roeck 1-5/+4
2020-04-07Bluetooth: debugfs option to unset MITM flagGravatar Archie Pusaka 2-5/+56
2020-04-05Bluetooth: Increment management interface revisionGravatar Marcel Holtmann 1-1/+1
2020-04-05Bluetooth: Add support for reading security informationGravatar Marcel Holtmann 1-0/+53
2020-04-05Bluetooth: Add support for Read Local Simple Pairing OptionsGravatar Marcel Holtmann 2-0/+25
2020-04-05Bluetooth: Add framework for Microsoft vendor extensionGravatar Miao-chen Chou 6-0/+177
2020-04-05Bluetooth: Move debugfs configuration above the selftestsGravatar Marcel Holtmann 1-8/+8
2020-04-05Bluetooth: add support to notify using SCO air modeGravatar Sathish Narsimman 2-5/+43
2020-04-03Bluetooth: fixing minor typo in commentGravatar Alain Michaud 1-1/+1
2020-04-03Bluetooth: Prioritize SCO trafficGravatar Abhishek Pandit-Subedi 1-49/+57
2020-04-02Bluetooth: Always request for user confirmation for Just WorksGravatar Sonny Sasaka 1-2/+10
2020-04-02Bluetooth: Add BT_MODE socket optionGravatar Luiz Augusto von Dentz 1-1/+112
2020-04-02Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSGravatar Luiz Augusto von Dentz 1-4/+21
2020-03-25Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsGravatar Luiz Augusto von Dentz 1-10/+127
2020-03-25Bluetooth: don't assume key size is 16 when the command failsGravatar Alain Michaud 1-4/+4
2020-03-24Bluetooth: L2CAP: Add get_peer_pid callbackGravatar Luiz Augusto von Dentz 1-0/+8
2020-03-23Bluetooth: Fix incorrect branch in connection completeGravatar Abhishek Pandit-Subedi 1-8/+9
2020-03-23Bluetooth: Restore running state if suspend failsGravatar Abhishek Pandit-Subedi 1-19/+20
2020-03-18Bluetooth: Do not cancel advertising when starting a scanGravatar Dmitry Grinberg 1-17/+0