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