1. 136c373 Revert "Bluetooth: Always wait for a connection on RFCOMM open()" by Peter Hurley · 10 years ago
  2. 7f717b9 Revert "Bluetooth: Remove rfcomm_carrier_raised()" by Peter Hurley · 10 years ago
  3. 9b7655e Bluetooth: Enable LE L2CAP CoC support by default by Johan Hedberg · 10 years ago
  4. 4292f1f Bluetooth: Use connection parameters if any by Andre Guedes · 10 years ago
  5. 15819a7 Bluetooth: Introduce connection parameters list by Andre Guedes · 10 years ago
  6. 424ef943 Bluetooth: Add constants for LTK key types by Marcel Holtmann · 10 years ago
  7. 914a6ff Bluetooth: Track if link is using P-256 authenticated combination key by Marcel Holtmann · 10 years ago
  8. 9cb2e03 Bluetooth: Include security level 4 in connections check by Marcel Holtmann · 10 years ago
  9. 0ab04a9 Bluetooth: Add management command for Secure Connection Only Mode by Marcel Holtmann · 10 years ago
  10. 03c515d Bluetooth: Remove __packed from struct smp_ltk by Marcel Holtmann · 10 years ago
  11. d40f3ee Bluetooth: Rename authentication to key_type in mgmt_ltk_info by Marcel Holtmann · 10 years ago
  12. f815924 Bluetooth: Remove check for valid LTK authenticated parameter by Marcel Holtmann · 10 years ago
  13. abf76ba Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links by Marcel Holtmann · 10 years ago
  14. dc8357c Bluetooth: Remove one level of indentation from hci_encrypt_change_evt by Marcel Holtmann · 10 years ago
  15. 626bee8 Bluetooth: Remove use_debug_keys debugfs entry by Marcel Holtmann · 10 years ago
  16. 4e39ac8 Bluetooth: Add management command to allow use of debug keys by Marcel Holtmann · 10 years ago
  17. b1de97d Bluetooth: Add management setting for use of debug keys by Marcel Holtmann · 10 years ago
  18. 9bb3c01 Bluetooth: Introduce le_conn_failed() helper by Andre Guedes · 10 years ago
  19. 5c136e9 Bluetooth: Group list_head fields from strcut hci_dev together by Andre Guedes · 10 years ago
  20. 1e406ee Bluetooth: Save connection interval parameters in hci_conn by Andre Guedes · 10 years ago
  21. 98a0b84 Bluetooth: Fix differentiating stored master vs slave LTK types by Johan Hedberg · 10 years ago
  22. a513e26 Bluetooth: Remove unnecessary LTK type check from hci_add_ltk by Johan Hedberg · 10 years ago
  23. 21b93b7 Bluetooth: Make LTK key type check more readable by Johan Hedberg · 10 years ago
  24. f813f1b Bluetooth: Fix long_term_keys debugfs output by Johan Hedberg · 10 years ago
  25. e834004 Bluetooth: Remove Simultaneous LE & BR/EDR flags from AD by Johan Hedberg · 10 years ago
  26. 0cf73b9 Bluetooth: Enable LTK distribution to slave devices by Johan Hedberg · 10 years ago
  27. 40456644 Bluetooth: Increment management interface revision by Marcel Holtmann · 10 years ago
  28. 7b25c9b Bluetooth: Remove unnecessary check for chan->psm by Johan Hedberg · 10 years ago
  29. d7e5e76 Bluetooth: Always use l2cap_chan->psm for returning PSM to user space by Johan Hedberg · 10 years ago
  30. 35364c9 Bluetooth: Refuse peer RFCOMM address reading when not connected by Johan Hedberg · 10 years ago
  31. b783fbc Bluetooth: Refuse peer L2CAP address reading when not connected by Johan Hedberg · 10 years ago
  32. 61202e4 Bluetooth: Free up l2cap_chan->sport when initiating a connection by Johan Hedberg · 10 years ago
  33. 0f1bfe4 Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs by Johan Hedberg · 10 years ago
  34. dfd9774 Bluetooth: Fix disconnecting L2CAP channel for credits violation by Johan Hedberg · 10 years ago
  35. d1d7941 Bluetooth: Fix respecting le_default_mps value by Johan Hedberg · 10 years ago
  36. 7a8e5a3 Bluetooth: Fix CID initialization for fixed channels by Johan Hedberg · 10 years ago
  37. e0c888a Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT) by Johan Hedberg · 10 years ago
  38. 21626e6 Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED by Johan Hedberg · 10 years ago
  39. 2338a7e Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED by Johan Hedberg · 10 years ago
  40. 03a0c5d Bluetooth: Remove useless l2cap_seq_list_remove function by Johan Hedberg · 10 years ago
  41. 61a939c Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached by Johan Hedberg · 10 years ago
  42. 162b49e Bluetooth: Reorder L2CAP functions to avoid forward declarations by Johan Hedberg · 10 years ago
  43. 1e56f1e Bluetooth: Add firmware update for Atheros 0cf3:311f by Oliver Neukum · 11 years ago
  44. b131237 Bluetooth: Enable Atheros 0cf3:311e for firmware upload by Oliver Neukum · 11 years ago
  45. 134c2a8 Bluetooth: Add debugfs entry to show Secure Connections Only mode by Marcel Holtmann · 11 years ago
  46. 2c068e0 Bluetooth: Handle security level 4 for RFCOMM connections by Marcel Holtmann · 11 years ago
  47. 7d513e9 Bluetooth: Handle security level 4 for L2CAP connections by Marcel Holtmann · 11 years ago
  48. 7b5a924 Bluetooth: Introduce requirements for security level 4 by Marcel Holtmann · 11 years ago
  49. eb9a8f3 Bluetooth: Track Secure Connections support of remote devices by Marcel Holtmann · 11 years ago
  50. eadd663 Bluetooth: Fix mgmt error code for negative PIN response by Johan Hedberg · 11 years ago
  51. b848079 Bluetooth: Convert to use ATTRIBUTE_GROUPS macro by Wei Yongjun · 11 years ago
  52. ec10911 Bluetooth: Add support for remote OOB input of P-256 data by Marcel Holtmann · 11 years ago
  53. 0798872 Bluetooth: Add internal function for storing P-192 and P-256 data by Marcel Holtmann · 11 years ago
  54. 519ca9d Bluetooth: Provide remote OOB data for Secure Connections by Marcel Holtmann · 11 years ago
  55. 5afeac14 Bluetooth: Add debugfs quirk for forcing Secure Connections support by Marcel Holtmann · 11 years ago
  56. 4d2d279 Bluetooth: Add support for local OOB data with Secure Connections by Marcel Holtmann · 11 years ago
  57. 8e99113 Bluetooth: Limit acceptable link key types to only supported ones by Marcel Holtmann · 11 years ago
  58. a6d0d69 Bluetooth: Enable Secure Connection during power on if configured by Marcel Holtmann · 11 years ago
  59. eac83dc Bluetooth: Add management command for enabling Secure Connections by Marcel Holtmann · 11 years ago
  60. e98d2ce Bluetooth: Add flags and setting for Secure Connections support by Marcel Holtmann · 11 years ago
  61. 40c59fc Bluetooth: Enable Authenticated Payload Timeout Expired event by Marcel Holtmann · 11 years ago
  62. 66138ce Bluetooth: Add support for handling P-256 derived link keys by Marcel Holtmann · 11 years ago
  63. 11015c7 Bluetooth: Add definitions for new link key types by Marcel Holtmann · 11 years ago
  64. e2f9913 Bluetooth: Add HCI command definition for extended OOB data by Marcel Holtmann · 11 years ago
  65. eb4b95c Bluetooth: Add HCI command definition for Secure Connections enabling by Marcel Holtmann · 11 years ago
  66. d599158 Bluetooth: Add LMP feature definitions for Secure Connections support by Marcel Holtmann · 11 years ago
  67. 264b8b4 Bluetooth: Fix outgoing authentication requirement check by Johan Hedberg · 11 years ago
  68. e57f173 mwifiex: add key material v2 support by Avinash Patil · 10 years ago
  69. 7f445d0 mwifiex: parse API version from FW by Avinash Patil · 10 years ago
  70. be104b9 mwifiex: disable all TDLS link during disconnection by Avinash Patil · 10 years ago
  71. b06c5321 mwifiex: separate BA params for TDLS link if 11ac is supported by Avinash Patil · 10 years ago
  72. 5f6d598 mwifiex: add VHT support for TDLS by Avinash Patil · 10 years ago
  73. 9ed230b mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlv by Avinash Patil · 10 years ago
  74. daeb5bb mwifiex: AMPDU support for TDLS link by Avinash Patil · 10 years ago
  75. d63bf5e mwifiex: tdls related handling for data packets addressed to TDLS peer by Avinash Patil · 10 years ago
  76. 56bd24a mwifiex: provision for holding and restoring packets during TDLS setup by Avinash Patil · 10 years ago
  77. 1f4dfd8 mwifiex: add cfg80211 change_station handler support by Avinash Patil · 10 years ago
  78. e48e0de mwifiex: add cfg80211 add_station handler support by Avinash Patil · 10 years ago
  79. 429d90d mwifiex: add cfg80211 tdls_oper handler support by Avinash Patil · 10 years ago
  80. 5f2caaf mwifiex: parse TDLS action frames during RX by Avinash Patil · 10 years ago
  81. b23bce2 mwifiex: add tdls_mgmt handler support by Avinash Patil · 10 years ago
  82. 341b880 mwifiex: cleanup in mwifiex_fill_cap_info() by Amitkumar Karwar · 10 years ago
  83. 4bcf93d mwifiex: move station list functions to common code by Avinash Patil · 10 years ago
  84. 41a24a2 mwifiex: make tos_to_tid_inv part of mwifiex_private structure by Avinash Patil · 10 years ago
  85. eac4322 mwifiex: handle AMPDU supported check for AP interface by Avinash Patil · 10 years ago
  86. 79d9a54 mwifiex: advertise correct beamforming information for VHT by Amitkumar Karwar · 10 years ago
  87. 645097c mwifiex: update beamforming capability field for HT by Amitkumar Karwar · 10 years ago
  88. 189b329 mwifiex: don't leak DMA command skbuffs by Aaron Durbin · 10 years ago
  89. dbccc92 mwifiex: balance dma map/unmap sizes by Aaron Durbin · 10 years ago
  90. 21f58d20 mwifiex: implement extended scan feature by Amitkumar Karwar · 10 years ago
  91. d44b5c2 mwifiex: separate out next scan command queueing logic by Amitkumar Karwar · 10 years ago
  92. 3b4d5c6 mwifiex: separate out response buffer parsing code by Amitkumar Karwar · 10 years ago
  93. b8b3ece mwifiex: change beacon parameter structure by Amitkumar Karwar · 10 years ago
  94. f25b143 mwifiex: remove unsupported code in 11ac by Bing Zhao · 10 years ago
  95. 406d702 mwifiex: improve readability in 11ac mcsmap to maxrate conversion by Bing Zhao · 10 years ago
  96. 89467d8 mwifiex: make 11ac mcs rate tables global and const by Bing Zhao · 10 years ago
  97. 7abf412 mwifiex: make use of IEEE80211_VHT_MCS_NOT_SUPPORTED by Bing Zhao · 10 years ago
  98. e3d7556 ath9k: Calculate IQ-CAL median by Sujith Manoharan · 10 years ago
  99. 4357a81 ath9k: Expand the IQ coefficient array by Sujith Manoharan · 10 years ago
  100. 97fe642 ath9k: Modify IQ calibration for AR955x by Sujith Manoharan · 10 years ago