1. e4ca6d9 Bluetooth: EWS: recalculate L2CAP header size by Andrei Emeltchenko · 13 years ago
  2. e378173 Bluetooth: EWS: rewrite handling POLL (P) bit by Andrei Emeltchenko · 13 years ago
  3. 03f6715 Bluetooth: EWS: rewrite handling FINAL (F) bit by Andrei Emeltchenko · 13 years ago
  4. 793c2f1 Bluetooth: EWS: rewrite check frame type function by Andrei Emeltchenko · 13 years ago
  5. fb45de7 Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation by Andrei Emeltchenko · 13 years ago
  6. 0b209fa Bluetooth: EWS: rewrite reqseq calculation by Andrei Emeltchenko · 13 years ago
  7. 7e0ef6e Bluetooth: EWS: rewrite handling SAR bits by Andrei Emeltchenko · 13 years ago
  8. ab784b7 Bluetooth: EWS: rewrite handling Supervisory (S) bits by Andrei Emeltchenko · 13 years ago
  9. 6327eb9 Bluetooth: EWS: extended window size option support by Andrei Emeltchenko · 13 years ago
  10. 669bb39 Bluetooth: Fix permission of enable_le param by Gustavo F. Padovan · 13 years ago
  11. 43bd0f3 Bluetooth: convert role_switch variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  12. 15770b1 Bluetooth: convert force_active variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  13. ecf61bd Bluetooth: convert force_reliable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  14. d57b0e8 Bluetooth: convert flushable variable to flag in l2cap chan by Andrei Emeltchenko · 13 years ago
  15. 3e90dc8 Bluetooth: Rename hidp_find_connection() by Gustavo F. Padovan · 13 years ago
  16. 81b25cd Bluetooth: Delay session allocation in hidp by Gustavo F. Padovan · 13 years ago
  17. 1785dbf Bluetooth: hidp: safely acquire hci connection by Peter Hurley · 14 years ago
  18. ab88f71 Bluetooth: Uses test_and_clear_bit() when possible by Gustavo F. Padovan · 13 years ago
  19. 192893c Bluetooth: Remove wrong error check by Gustavo F. Padovan · 13 years ago
  20. 3415a5f Bluetooth: Fix input device registration by Gustavo F. Padovan · 13 years ago
  21. 679344e Bluetooth: Trasmit interrupt channel messages first by Gustavo F. Padovan · 13 years ago
  22. dc0da5c Bluetooth: prioritize the interrupt channel in hidp by Gustavo F. Padovan · 13 years ago
  23. cd11cdd Bluetooth: use list_for_each_entry() in hidp by Gustavo F. Padovan · 13 years ago
  24. 794d175 Bluetooth: hidp: Stop I/O on shutdown by David Herrmann · 14 years ago
  25. a5fd6f3 Bluetooth: EFS: add enable_hs kernel param by Andrei Emeltchenko · 13 years ago
  26. e95beb4 Bluetooth: hci_le_adv_report_evt code refactoring by Andre Guedes · 13 years ago
  27. b6f9804 Bluetooth: Fix possible NULL pointer dereference by Waldemar Rymarkiewicz · 13 years ago
  28. 67c9e84 Bluetooth: Mark not declared l2cap_core functions as static by Szymon Janc · 14 years ago
  29. 0e83391 Bluetooth: use recommended LE connection parameters by Anderson Lizardo · 14 years ago
  30. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 14 years ago
  31. 5b668eb Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() by Mat Martineau · 14 years ago
  32. 4493572 Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM by Mat Martineau · 14 years ago
  33. ab0ff76 Bluetooth: mark l2cap_create_iframe_pdu as static by Luiz Augusto von Dentz · 13 years ago
  34. f852359 Bluetooth: Check 'dev_class' in mgmt_device_found() by Andre Guedes · 13 years ago
  35. a8f13c8 Bluetooth: Reduce critical region. by Andre Guedes · 13 years ago
  36. 51beabd Bluetooth: Fix wrong memcpy size on LE start encryption by Anderson Briglia · 13 years ago
  37. ca10b5e Bluetooth: Remove support for other SMP keys than the LTK by Vinicius Costa Gomes · 14 years ago
  38. feb45eb Bluetooth: Fix not setting a pending security level by Vinicius Costa Gomes · 14 years ago
  39. a492cd5 Revert "Bluetooth: Add support for communicating keys with userspace" by Vinicius Costa Gomes · 14 years ago
  40. 988c599 Bluetooth: Use the LTK after receiving a LE Security Request by Vinicius Costa Gomes · 14 years ago
  41. 0fb4eb6 Bluetooth: Fix sending wrong authentication requirements by Vinicius Costa Gomes · 14 years ago
  42. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 14 years ago
  43. c908df3 Bluetooth: Use the MEDIUM security level for pairings by Vinicius Costa Gomes · 14 years ago
  44. e9bf2bf Bluetooth: Require authentication if MITM protection is requested by Vinicius Costa Gomes · 14 years ago
  45. 8aab475 Bluetooth: Move SMP crypto functions to a workqueue by Vinicius Costa Gomes · 14 years ago
  46. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 14 years ago
  47. 142c69c Bluetooth: hidp: Add support for NO_INIT_REPORTS quirk by David Herrmann · 14 years ago
  48. 21061df Bluetooth: Add LE link type for debugfs output by Peter Hurley · 14 years ago
  49. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 14 years ago
  50. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 14 years ago
  51. 160dc6a Bluetooth: Add support for running SMP without a socket by Vinicius Costa Gomes · 14 years ago
  52. 7a512d0 Bluetooth: Add support for pairing via mgmt over LE by Vinicius Costa Gomes · 14 years ago
  53. d26a234 Bluetooth: Add a flag to indicate that SMP is going on by Vinicius Costa Gomes · 14 years ago
  54. e2dcd11 Bluetooth: Reset the security timer when a command is queued by Vinicius Costa Gomes · 14 years ago
  55. 52087a7 Bluetooth: make use of connection number to optimize the scheduler by Luiz Augusto von Dentz · 14 years ago
  56. 6a2968a NFC: basic NCI protocol implementation by Ilan Elias · 13 years ago
  57. 55eb94f NFC: move nfc.h from include/net to include/net/nfc by Ilan Elias · 13 years ago
  58. 8b3fe7b NFC: Add dev_up and dev_down control operations by Ilan Elias · 13 years ago
  59. a7ce1c9 mac80211: fix indentation by Alexander Simon · 13 years ago
  60. e308150 wireless: Do not allow disabled channel in scan request by Rajkumar Manoharan · 13 years ago
  61. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  62. c9df56b cfg80211/nl80211: Add PMKSA caching candidate event by Jouni Malinen · 13 years ago
  63. 6be19cc rfkill: properly assign a boolean type by Mohammed Shafi Shajakhan · 13 years ago
  64. 3919349 cfg80211: validate IBSS BSSID by Johannes Berg · 13 years ago
  65. 7cc44ed mac80211: Fix regression on queue stop during 2040 bss change by Rajkumar Manoharan · 13 years ago
  66. 0c28ec5 cfg80211: add cfg80211_find_vendor_ie() function by Eliad Peller · 13 years ago
  67. 5d59bbc Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-next by John W. Linville · 13 years ago
  68. 7107676 mac80211: fix endian issues and comments for BAR failure handling by Felix Fietkau · 13 years ago
  69. 3965ac0 wireless: Fix rate mask for scan request by Rajkumar Manoharan · 13 years ago
  70. aa3d7ee wireless: Reset beacon_found while updating regulatory by Rajkumar Manoharan · 13 years ago
  71. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 14 years ago
  72. 1ea57b1 mac80211: Update device channel in case of HW channel switch supported by Shahar Levi · 13 years ago
  73. 5fbdf4a mac80211: Mark all mesh stations as QoS capable by Javier Cardona · 13 years ago
  74. 2154c81 mac80211: Mesh data frames must have the QoS header by Javier Cardona · 13 years ago
  75. 4777be4 mac80211: Start implementing QoS support for mesh interfaces by Javier Cardona · 13 years ago
  76. 4319e19 cfg80211: verify format of uAPSD information by Johannes Berg · 13 years ago
  77. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  78. 7827493 mac80211: add ssid config to bss information in AP-mode by Arik Nemtsov · 14 years ago
  79. 64ed5cf minstrel_ht: fix Open BA session request floods by Christian Lamparter · 14 years ago
  80. 693828f mac80211: stop tx before doing hw config and rate update by Rajkumar Manoharan · 14 years ago
  81. cfee66b mac80211: Stop forwarding mesh traffic when tx queues are full by Javier Cardona · 13 years ago
  82. 2157fdd mac80211: check if mesh frame is in RMC after decrypt by Thomas Pedersen · 14 years ago
  83. 8c77124 mac80211: make ieee80211_send_bar available for drivers by Felix Fietkau · 14 years ago
  84. d7549cb cfg80211: reorder code to obsolete forward declaration by Sven Neumann · 14 years ago
  85. eac03e3 cfg80211: hold reg_mutex when updating regulatory by Sven Neumann · 14 years ago
  86. 56e6786 cfg80211: print bandwidth in chan_reg_rule_print_dbg() by Pavel Roskin · 14 years ago
  87. a1f1c21 nl80211/cfg80211: add match filtering for sched_scan by Luciano Coelho · 14 years ago
  88. cedb541 nl80211/cfg80211: add WIPHY_FLAG_AP_UAPSD flag by Eliad Peller · 14 years ago
  89. 4c5ade4 mac80211: handle allocation failures in mesh_pathtbl_init() by Dan Carpenter · 14 years ago
  90. edf6b78 mac80211: add flag to indicate HW only Tx-agg setup support by Arik Nemtsov · 14 years ago
  91. 2461615 wireless: Remove unnecessary OOM logging messages by Joe Perches · 14 years ago
  92. 246c081 rfkill: Remove unnecessary OOM logging messages by Joe Perches · 14 years ago
  93. d15b845 mac80211: Remove unnecessary OOM logging messages by Joe Perches · 14 years ago
  94. 239289e mac80211: Consolidate mesh path duplicated functions by Javier Cardona · 14 years ago
  95. cd72e81 mac80211: Consolidate {mesh,mpp}_path_flush into one function by Javier Cardona · 14 years ago
  96. 19c50b3 mac80211: Don't iterate twice over all mpaths when once in sufficient by Javier Cardona · 14 years ago
  97. ad99d14 mac80211: Remove redundant mesh path expiration checks by Javier Cardona · 14 years ago
  98. f5e50cd mac80211: Improve mpath state locking by Javier Cardona · 14 years ago
  99. ece1a2e mac80211: Remove mesh paths when an interface is removed by Javier Cardona · 14 years ago
  100. af089c1 mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() by Javier Cardona · 14 years ago