summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: le_simult_central_peripheral experimental featureAlain Michaud2020-07-071-2/+23
| * | Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()Miao-chen Chou2020-07-071-2/+0
| * | Bluetooth: use configured default params for active scansAlain Michaud2020-07-071-5/+6
| * | Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud2020-07-073-1/+15
| * | Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi2020-06-241-0/+10
| * | Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-06-231-0/+5
| * | Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-06-222-12/+25
| * | Bluetooth: use configured params for ext advAlain Michaud2020-06-221-4/+3
| * | Bluetooth: Add hci_dev_lock to get/set device flagsAbhishek Pandit-Subedi2020-06-221-0/+8
| * | Bluetooth: mgmt: Use command complete on success for set system configMarcel Holtmann2020-06-181-3/+2
| * | Bluetooth: Terminate the link if pairing is cancelledManish Mandlik2020-06-183-9/+30
| * | Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou2020-06-184-6/+34
| * | Bluetooth: Notify adv monitor removed eventMiao-chen Chou2020-06-181-0/+16
| * | Bluetooth: Notify adv monitor added eventMiao-chen Chou2020-06-181-1/+17
| * | Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou2020-06-182-0/+66
| * | Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou2020-06-182-0/+140
| * | Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou2020-06-184-1/+73
| * | Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi2020-06-181-0/+128
| * | Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi2020-06-181-1/+2
| * | Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi2020-06-182-5/+8
| * | Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi2020-06-183-6/+65
| * | Bluetooth: mgmt: Add commands for runtime configurationMarcel Holtmann2020-06-183-0/+31
| * | Bluetooth: implement read/set default system parameters mgmtAlain Michaud2020-06-124-1/+273
| * | Bluetooth: centralize default value initialization.Alain Michaud2020-06-123-21/+22
| * | Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud2020-06-121-2/+2
| * | Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2020-06-123-0/+36
| * | Bluetooth: Allow suspend even when preparation has failedAbhishek Pandit-Subedi2020-06-081-7/+10
| * | Bluetooth: Removing noisy dbg messageAlain Michaud2020-06-031-2/+0
| * | Bluetooth: Check scan state before disabling during suspendManish Mandlik2020-06-031-4/+6
* | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-244-23/+25
* | | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-193-6/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0317-259/+960
|\|
| * Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior2020-05-291-5/+2
| * Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz2020-05-201-2/+0
| * Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-05-201-25/+3
| * Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-05-181-0/+1
| * Bluetooth: Fix for GAP/SEC/SEM/BI-10-CƁukasz Rymanowski2020-05-181-0/+4
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-05-1310-141/+363
| |\
| | * Bluetooth: L2CAP: add support for waiting disconnection respArchie Pusaka2020-05-131-7/+23
| | * Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-05-131-2/+17
| | * Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi2020-05-131-2/+4
| | * Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi2020-05-132-2/+2
| | * Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi2020-05-131-1/+1
| | * Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi2020-05-131-1/+1
| | * Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann2020-05-113-0/+127
| | * Bluetooth: Add support for experimental features configurationMarcel Holtmann2020-05-111-0/+58
| | * Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann2020-05-111-4/+4
| | * Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2020-05-111-5/+7
| | * Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann2020-05-111-111/+110
| | * Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann2020-05-111-0/+1