1. 83d5196 Bluetooth: refactor malicious adv data check by Brian Gix · 3 years, 2 months ago
  2. b302409 Bluetooth: hci_sync: Fix not setting adv set duration by Luiz Augusto von Dentz · 3 years, 3 months ago
  3. f9c9a46 Bluetooth: Fix debugfs entry leak in hci_register_dev() by Wei Yongjun · 3 years, 3 months ago
  4. 9d6350c Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() by Dan Carpenter · 3 years ago
  5. 009bb7e Bluetooth: L2CAP: Fix using wrong mode by Luiz Augusto von Dentz · 3 years, 1 month ago
  6. ffc9019 Bluetooth: stop proccessing malicious adv data by Pavel Skripkin · 3 years, 3 months ago
  7. 88f1b61 Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails by Wang Hai · 3 years, 3 months ago
  8. cb5813b Bluetooth: L2CAP: Fix not initializing sk_peer_pid by Luiz Augusto von Dentz · 3 years, 3 months ago
  9. c20d8c1 Bluetooth: fix init and cleanup of sco_conn.timeout_work by Desmond Cheong Zhi Xi · 3 years, 5 months ago
  10. c10465f Bluetooth: fix use-after-free error in lock_sock_nested() by Wang ShaoBo · 3 years, 5 months ago
  11. 4dfba42 Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() by Takashi Iwai · 3 years, 5 months ago
  12. 6698029 Bluetooth: Fix handling of LE Enhanced Connection Complete by Luiz Augusto von Dentz · 3 years, 5 months ago
  13. 98d44b7 Bluetooth: avoid circular locks in sco_sock_connect by Desmond Cheong Zhi Xi · 3 years, 5 months ago
  14. a1073aa Bluetooth: schedule SCO timeouts with delayed_work by Desmond Cheong Zhi Xi · 3 years, 5 months ago
  15. 6528cc6 Bluetooth: skip invalid hci_sync_conn_complete_evt by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  16. d3c3f4e Revert "Bluetooth: Move shutdown callback before flushing tx and rx queue" by Sasha Levin · 3 years, 4 months ago
  17. 50e6f34 Bluetooth: add timeout sanity check to hci_inquiry by Pavel Skripkin · 3 years, 5 months ago
  18. 4711284 Bluetooth: Move shutdown callback before flushing tx and rx queue by Kai-Heng Feng · 3 years, 5 months ago
  19. 059c2c0 Bluetooth: fix repeated calls to sco_sock_kill by Desmond Cheong Zhi Xi · 3 years, 5 months ago
  20. 5014a84 Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow by Colin Ian King · 3 years, 6 months ago
  21. 61b1db2 Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmd by Tedd Ho-Jeong An · 3 years, 6 months ago
  22. def6efd Bluetooth: sco: prevent information leak in sco_conn_defer_accept() by Dan Carpenter · 3 years, 7 months ago
  23. d7d04c6 Bluetooth: hidp: use correct wait queue when removing ctrl_wait by Ole Bjørn Midtbø · 4 years, 3 months ago
  24. f2f856b Bluetooth: defer cleanup of resources in hci_unregister_dev() by Tetsuo Handa · 3 years, 6 months ago
  25. 1812895 Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancelled" by Greg Kroah-Hartman · 3 years, 5 months ago
  26. 8d7a398 Bluetooth: mgmt: Fix the command returns garbage parameter value by Tedd Ho-Jeong An · 3 years, 8 months ago
  27. cc49ab2 Bluetooth: L2CAP: Fix invalid access on ECRED Connection response by Luiz Augusto von Dentz · 3 years, 8 months ago
  28. 79a3130 Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure fails by Luiz Augusto von Dentz · 3 years, 8 months ago
  29. 60789af Bluetooth: Shutdown controller after workqueues are flushed or cancelled by Kai-Heng Feng · 3 years, 8 months ago
  30. 5147d86 Bluetooth: Fix alt settings for incoming SCO with transparent coding format by Kiran K · 3 years, 9 months ago
  31. 8f939b4 Bluetooth: Fix the HCI to MGMT status conversion table by Yu Liu · 3 years, 9 months ago
  32. 7d97522 Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event by Luiz Augusto von Dentz · 3 years, 7 months ago
  33. 4f5fc3b Bluetooth: Fix Set Extended (Scan Response) Data by Luiz Augusto von Dentz · 3 years, 7 months ago
  34. c5fedfc Bluetooth: Fix not sending Set Extended Scan Response by Luiz Augusto von Dentz · 4 years, 2 months ago
  35. a2dcad0 Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid by Luiz Augusto von Dentz · 3 years, 8 months ago
  36. ae9957b Bluetooth: Remove spurious error message by Szymon Janc · 3 years, 8 months ago
  37. 74caf71 Bluetooth: use correct lock to prevent UAF of hdev object by Lin Ma · 3 years, 8 months ago
  38. 3795007 Bluetooth: fix the erroneous flush_work() order by Lin Ma · 3 years, 8 months ago
  39. 1b364f8 Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails by Thadeu Lima de Souza Cascardo · 3 years, 9 months ago
  40. d8d261c Bluetooth: SMP: Fail if remote and local public keys are identical by Luiz Augusto von Dentz · 3 years, 10 months ago
  41. 2033dde Bluetooth: check for zapped sk before connecting by Archie Pusaka · 3 years, 10 months ago
  42. a019b8d Bluetooth: initialize skb_queue_head at l2cap_chan_create() by Tetsuo Handa · 3 years, 10 months ago
  43. e0dc9e9 Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default by Archie Pusaka · 3 years, 10 months ago
  44. 18df2bc Bluetooth: Fix incorrect status handling in LE PHY UPDATE event by Ayush Garg · 3 years, 10 months ago
  45. 7cc0ba6 Bluetooth: avoid deadlock between hci_dev->lock and socket lock by Jiri Kosina · 3 years, 10 months ago
  46. 2d84ef4 bluetooth: eliminate the potential race condition when removing the HCI controller by Lin Ma · 3 years, 9 months ago
  47. 1d7bd87 Bluetooth: verify AMP hci_chan before amp_destroy by Archie Pusaka · 3 years, 10 months ago
  48. 5470865 Fix misc new gcc warnings by Linus Torvalds · 3 years, 9 months ago
  49. 15c56b8 Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data by Gopal Tiwari · 4 years ago
  50. 05a524b Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk by Hans de Goede · 4 years ago
  51. b9afcdc Bluetooth: btusb: fix memory leak on suspend and resume by Vamshi K Sthambamkadi · 4 years ago
  52. 63cb4aa Bluetooth: Put HCI device if inquiry procedure interrupts by Pan Bian · 4 years ago
  53. 78bbee8 Bluetooth: drop HCI device reference before return by Pan Bian · 4 years ago
  54. 65933b0 Bluetooth: Fix initializing response id after clearing struct by Christopher William Snowhill · 4 years, 1 month ago
  55. ce9163c Bluetooth: Fix attempting to set RPA timeout when unsupported by Edward Vear · 4 years, 3 months ago
  56. 6013c99 Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option by Wei Yongjun · 4 years, 2 months ago
  57. c98d335 Bluetooth: Fix: LL PRivacy BLE device fails to connect by Sathish Narasimman · 4 years, 3 months ago
  58. 147cdf5 Bluetooth: Fix null pointer dereference in hci_event_packet() by Anmol Karn · 4 years, 4 months ago
  59. b260e4a Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt() by Peilin Ye · 4 years, 4 months ago
  60. b08eadd Bluetooth: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 5 months ago
  61. 2bd056f Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 4 months ago
  62. b560a20 Bluetooth: MGMT: Fix not checking if BT_HS is enabled by Luiz Augusto von Dentz · 4 years, 5 months ago
  63. b176dd0 Bluetooth: Disable High Speed by default by Luiz Augusto von Dentz · 4 years, 5 months ago
  64. f194256 Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel by Luiz Augusto von Dentz · 4 years, 5 months ago
  65. eddb773 Bluetooth: A2MP: Fix not initializing all members by Luiz Augusto von Dentz · 4 years, 5 months ago
  66. c0ee064 Bluetooth: Fix update of own_addr_type if ll_privacy supported by Sathish Narasimman · 4 years, 4 months ago
  67. a46b7ed Bluetooth: Fix auto-creation of hci_conn at Conn Complete event by Sonny Sasaka · 4 years, 5 months ago
  68. 291f0c5 Bluetooth: Set scan parameters for ADV Monitor by Howard Chung · 4 years, 4 months ago
  69. c88e397 Bluetooth: Update Adv monitor count upon removal by Miao-chen Chou · 4 years, 4 months ago
  70. bb6d689 net: bluetooth: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
  71. 5327447 Bluetooth: pause/resume advertising around suspend by Daniel Winkler · 4 years, 4 months ago
  72. 2f20216 Bluetooth: Emit controller suspend and resume events by Abhishek Pandit-Subedi · 4 years, 4 months ago
  73. f0cfc48 Bluetooth: Add suspend reason for device disconnect by Abhishek Pandit-Subedi · 4 years, 4 months ago
  74. 346ce5b Bluetooth: Add mgmt suspend and resume events by Abhishek Pandit-Subedi · 4 years, 4 months ago
  75. 6baf8a6 Bluetooth: Set ext scan response only when it exists by Abhishek Pandit-Subedi · 4 years, 4 months ago
  76. 20ae408 Bluetooth: Only mark socket zapped after unlocking by Abhishek Pandit-Subedi · 4 years, 4 months ago
  77. d5ea32d Bluetooth: Add MGMT capability flags for tx power and ext advertising by Daniel Winkler · 4 years, 5 months ago
  78. 8759748 Bluetooth: Report num supported adv instances for hw offloading by Daniel Winkler · 4 years, 5 months ago
  79. 0fc1a72 Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU by Joseph Hwang · 4 years, 4 months ago
  80. 3eec158 Bluetooth: Re-order clearing suspend tasks by Abhishek Pandit-Subedi · 4 years, 4 months ago
  81. cafd472 Bluetooth: Fix memory leak in read_adv_mon_features() by Peilin Ye · 4 years, 4 months ago
  82. 0e99528 Bluetooth: Clear suspend tasks on unregister by Abhishek Pandit-Subedi · 4 years, 5 months ago
  83. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  84. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  85. 83a33b2 bluetooth: sco: Fix sockptr reference. by David S. Miller · 4 years, 6 months ago
  86. 4bb540d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 6 months ago
  87. 075f773 Bluetooth: Remove CRYPTO_ALG_INTERNAL flag by Herbert Xu · 4 years, 6 months ago
  88. 79bf118 Bluetooth: Increment management interface revision by Marcel Holtmann · 4 years, 6 months ago
  89. 9a9373f Bluetooth: use the proper scan params when conn is pending by Alain Michaud · 4 years, 6 months ago
  90. a2ec905 Bluetooth: fix kernel oops in store_pending_adv_report by Alain Michaud · 4 years, 6 months ago
  91. cbbdfa6 Bluetooth: Enable controller RPA resolution using Experimental feature by Sathish Narasimman · 4 years, 6 months ago
  92. b2cc233 Bluetooth: Enable RPA Timeout by Sathish Narasimman · 4 years, 6 months ago
  93. 5c49bcc Bluetooth: Enable/Disable address resolution during le create conn by Sathish Narasimman · 4 years, 6 months ago
  94. d03c759 Bluetooth: Let controller creates RPA during le create conn by Sathish Narasimman · 4 years, 6 months ago
  95. b31bc00 Bluetooth: Translate additional address type during le_conn by Sathish Narasimman · 4 years, 6 months ago
  96. 0eee35b Bluetooth: Update resolving list when updating whitelist by Marcel Holtmann · 4 years, 6 months ago
  97. e1d5723 Bluetooth: Configure controller address resolution if available by Marcel Holtmann · 4 years, 6 months ago
  98. 6540351 Bluetooth: Translate additional address type correctly by Marcel Holtmann · 4 years, 6 months ago
  99. 4e8c36c Bluetooth: Fix suspend notifier race by Abhishek Pandit-Subedi · 4 years, 6 months ago
  100. 24b0657 Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier by Max Chou · 4 years, 6 months ago