- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
- b9f9dba Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt() by Dan Carpenter · 3 years ago
- 2b70d4f Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() by Dan Carpenter · 3 years ago
- 72279d1 Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt by Luiz Augusto von Dentz · 3 years ago
- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
- 5d1dd2e Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous" by Colin Ian King · 3 years ago
- 76d0685 Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supported by Luiz Augusto von Dentz · 3 years ago
- 4fc9857a Bluetooth: hci_sync: Add check simultaneous roles support by Luiz Augusto von Dentz · 3 years ago
- 6cd29ec Bluetooth: hci_sync: Wait for proper events when connecting LE by Luiz Augusto von Dentz · 3 years ago
- 85b5685 Bluetooth: hci_sync: Add support for waiting specific LE subevents by Luiz Augusto von Dentz · 3 years ago
- 8e8b92e Bluetooth: hci_sync: Add hci_le_create_conn_sync by Luiz Augusto von Dentz · 3 years ago
- fee6450 Bluetooth: hci_event: Use skb_pull_data when processing inquiry results by Luiz Augusto von Dentz · 3 years ago
- 744451c Bluetooth: hci_sync: Push sync command cancellation to workqueue by Benjamin Berg · 3 years ago
- 30d5772 Bluetooth: L2CAP: Fix using wrong mode by Luiz Augusto von Dentz · 3 years, 1 month ago
- 9446bdd Bluetooth: hci_sync: Fix not always pausing advertising when necessary by Luiz Augusto von Dentz · 3 years, 1 month ago
- e967414 Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_CONNECTED by Luiz Augusto von Dentz · 3 years, 1 month ago
- cf1bce1 Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_FOUND by Luiz Augusto von Dentz · 3 years, 1 month ago
- ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
- 8aca46f Bluetooth: mgmt: Introduce mgmt_alloc_skb and mgmt_send_event_skb by Luiz Augusto von Dentz · 3 years, 1 month ago
- 9a66703 Bluetooth: msft: Fix compilation when CONFIG_BT_MSFTEXT is not set by Luiz Augusto von Dentz · 3 years, 1 month ago
- 853b70b Bluetooth: hci_sync: Set Privacy Mode when updating the resolving list by Luiz Augusto von Dentz · 3 years, 1 month ago
- 6126ffa Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flag by Luiz Augusto von Dentz · 3 years, 1 month ago
- fe92ee6 Bluetooth: hci_core: Rework hci_conn_params flags by Luiz Augusto von Dentz · 3 years, 1 month ago
- 6f59f99 Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag by Luiz Augusto von Dentz · 3 years, 1 month ago
- d2f8114 Bluetooth: add quirk disabling LE Read Transmit Power by Aditya Garg · 3 years, 1 month ago
- 147306c Bluetooth: hci_event: Use of a function table to handle Command Status by Luiz Augusto von Dentz · 3 years, 1 month ago
- c8992cf Bluetooth: hci_event: Use of a function table to handle Command Complete by Luiz Augusto von Dentz · 3 years, 1 month ago
- 95118dd Bluetooth: hci_event: Use of a function table to handle LE subevents by Luiz Augusto von Dentz · 3 years, 1 month ago
- 3e54c58 Bluetooth: hci_event: Use of a function table to handle HCI events by Luiz Augusto von Dentz · 3 years, 1 month ago
- a367964 Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report event by Luiz Augusto von Dentz · 3 years, 1 month ago
- b48b833 Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report event by Luiz Augusto von Dentz · 3 years, 1 month ago
- 47afe93 Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report event by Luiz Augusto von Dentz · 3 years, 1 month ago
- 12cfe41 Bluetooth: HCI: Use skb_pull_data to parse LE Metaevents by Luiz Augusto von Dentz · 3 years, 1 month ago
- 70a6b8d Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result event by Luiz Augusto von Dentz · 3 years, 1 month ago
- 8d08d32 Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI event by Luiz Augusto von Dentz · 3 years, 1 month ago
- 27d9eb4 Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result event by Luiz Augusto von Dentz · 3 years, 1 month ago
- aadc3d2 Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets event by Luiz Augusto von Dentz · 3 years, 1 month ago
- e3f3a1a Bluetooth: HCI: Use skb_pull_data to parse Command Complete event by Luiz Augusto von Dentz · 3 years, 1 month ago
- ae61a10 Bluetooth: HCI: Use skb_pull_data to parse BR/EDR events by Luiz Augusto von Dentz · 3 years, 1 month ago
- 2250aba Bluetooth: hci_core: Cancel sync command if sending a frame failed by Benjamin Berg · 3 years, 1 month ago
- 914b08b Bluetooth: Add hci_cmd_sync_cancel to public API by Benjamin Berg · 3 years, 1 month ago
- ae42239 Bluetooth: Reset more state when cancelling a sync command by Benjamin Berg · 3 years, 1 month ago
- dbf6811 Bluetooth: Limit duration of Remote Name Resolve by Archie Pusaka · 3 years, 1 month ago
- ea13aed Bluetooth: Send device found event on name resolve failure by Archie Pusaka · 3 years, 1 month ago
- 7978656 Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_key by Luiz Augusto von Dentz · 3 years, 1 month ago
- e88422b Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_key by Luiz Augusto von Dentz · 3 years, 1 month ago
- 899663b Bluetooth: refactor malicious adv data check by Brian Gix · 3 years, 1 month ago
- b32563b Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 3 years, 1 month ago
- 1f9d565 Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error event by Archie Pusaka · 3 years, 2 months ago
- 0f281a5 Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated event by Archie Pusaka · 3 years, 2 months ago
- 9482c50 Bluetooth: hci_request: Remove bg_scan_update work by Luiz Augusto von Dentz · 3 years, 2 months ago
- f056a65 Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync by Luiz Augusto von Dentz · 3 years, 2 months ago
- 2bd1b23 Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_sync by Luiz Augusto von Dentz · 3 years, 2 months ago
- 385315d Bluetooth: Don't initialize msft/aosp when using user channel by Jesse Melhuish · 3 years, 1 month ago
- a27c519 Bluetooth: fix uninitialized variables notify_evt by Jackie Liu · 3 years, 1 month ago
- 3a56ef7 Bluetooth: stop proccessing malicious adv data by Pavel Skripkin · 3 years, 2 months ago
- 258f56d Bluetooth: aosp: Support AOSP Bluetooth Quality Report by Joseph Hwang · 3 years, 2 months ago
- 749a6c5 Bluetooth: Add struct of reading AOSP vendor capabilities by Joseph Hwang · 3 years, 2 months ago
- f16a491 Bluetooth: hci_sync: Fix not setting adv set duration by Luiz Augusto von Dentz · 3 years, 2 months ago
- 27592ca Bluetooth: hci_sync: Fix missing static warnings by Luiz Augusto von Dentz · 3 years, 2 months ago
- 182ee45 Bluetooth: hci_sync: Rework hci_suspend_notifier by Luiz Augusto von Dentz · 3 years, 2 months ago
- d0b1370 Bluetooth: hci_sync: Rework init stages by Luiz Augusto von Dentz · 3 years, 2 months ago
- 3244845 Bluetooth: hci_sync: Convert MGMT_OP_SSP by Brian Gix · 3 years, 2 months ago
- 5e233ed Bluetooth: hci_sync: Convert adv_expire by Brian Gix · 3 years, 2 months ago
- 26ac4c5 Bluetooth: hci_sync: Convert MGMT_OP_SET_ADVERTISING by Brian Gix · 3 years, 2 months ago
- 71efbb0 Bluetooth: hci_sync: Convert MGMT_OP_SET_PHY_CONFIGURATION by Brian Gix · 3 years, 2 months ago
- 6f6ff38 Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAME by Brian Gix · 3 years, 2 months ago
- 177e77a Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_EXT_DATA by Brian Gix · 3 years, 2 months ago
- f892244 Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATA by Brian Gix · 3 years, 2 months ago
- d81a494 Bluetooth: hci_sync: Convert MGMT_OP_SET_LE by Brian Gix · 3 years, 2 months ago
- 5a75013 Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFO by Brian Gix · 3 years, 2 months ago
- 2f2eb0c Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONN by Brian Gix · 3 years, 2 months ago
- 47db6b4 Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFO by Brian Gix · 3 years, 2 months ago
- 451d95a Bluetooth: hci_sync: Enable synch'd set_bredr by Brian Gix · 3 years, 2 months ago
- 353a024 Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLE by Brian Gix · 3 years, 2 months ago
- abfeea4 Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERY by Luiz Augusto von Dentz · 3 years, 2 months ago
- cf75ad8 Bluetooth: hci_sync: Convert MGMT_SET_POWERED by Luiz Augusto von Dentz · 3 years, 2 months ago
- 5bee2fd Bluetooth: hci_sync: Rework background scan by Luiz Augusto von Dentz · 3 years, 2 months ago
- ad383c2 Bluetooth: hci_sync: Enable advertising when LL privacy is enabled by Luiz Augusto von Dentz · 3 years, 2 months ago
- e8907f7 Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3 by Luiz Augusto von Dentz · 3 years, 2 months ago
- cba6b75 Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2 by Luiz Augusto von Dentz · 3 years, 2 months ago
- 161510c Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1 by Luiz Augusto von Dentz · 3 years, 2 months ago
- 6a98e38 Bluetooth: Add helper for serialized HCI command execution by Marcel Holtmann · 3 years, 2 months ago
- 2128939 Bluetooth: Fix removing adv when processing cmd complete by Archie Pusaka · 3 years, 2 months ago
- a1916d3 bluetooth: use dev_addr_set() by Jakub Kicinski · 3 years, 2 months ago
- 08c181f bluetooth: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 2 months ago
- 2a7ca74 Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails by Wang Hai · 3 years, 2 months ago
- 75d9b85 Bluetooth: Fix memory leak of hci device by Wei Yongjun · 3 years, 3 months ago
- 5a4bb6a Bluetooth: Fix debugfs entry leak in hci_register_dev() by Wei Yongjun · 3 years, 3 months ago
- f5ff291 Bluetooth: L2CAP: Fix not initializing sk_peer_pid by Luiz Augusto von Dentz · 3 years, 3 months ago
- 709fca5 Bluetooth: hci_sock: purge socket queues in the destruct() callback by Nguyen Dinh Phi · 3 years, 3 months ago
- b15bfa4 Bluetooth: mgmt: Fix Experimental Feature Changed event by Tedd Ho-Jeong An · 3 years, 3 months ago
- 107fe04 Bluetooth: Read codec capabilities only if supported by Kiran K · 3 years, 3 months ago
- 8377545 Bluetooth: Fix handling of SUSPEND_DISCONNECTING by Luiz Augusto von Dentz · 3 years, 3 months ago
- d0f1c24 Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years, 3 months ago
- 4539ca6 Bluetooth: Rename driver .prevent_wake to .wakeup by Luiz Augusto von Dentz · 3 years, 3 months ago
- 64ba2eb Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg by Luiz Augusto von Dentz · 3 years, 3 months ago
- e1b77d6 Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier by Luiz Augusto von Dentz · 3 years, 3 months ago