1. 5b7ccaf cfg80211/mac80211: re-add get_channel operation by Johannes Berg · 12 years ago
  2. 075e084 Revert "mac80211: refactor virtual monitor code" by Johannes Berg · 12 years ago
  3. 4b4b822 mac80211: fix use after free by Alan Cox · 12 years ago
  4. 685fb72 mac80211: iterate the virtual monitor interface by Johannes Berg · 12 years ago
  5. 2a9e6c5 minstrel_ht: enable frame aggregation for fixed rate by Sylvain Roger Rieunier · 13 years ago
  6. 4922f71 mac80211: tx: do not drop non-robust mgmt to non-MFP stas. by Nicolas Cavallari · 13 years ago
  7. 46e6de1 mac80211: restructure key selection by Johannes Berg · 13 years ago
  8. 8c358bc mac80211: add time synchronisation with BSS for assoc by Johannes Berg · 13 years ago
  9. d48b296 mac80211: redesign scan RX by Johannes Berg · 13 years ago
  10. 5260a5b mac80211: track scheduled scan virtual interface by Johannes Berg · 13 years ago
  11. e2fd5db mac80211: make scan_sdata pointer usable with RCU by Johannes Berg · 13 years ago
  12. d811b3d mac80211: fix invalid band deref building preq IEs by Arik Nemtsov · 13 years ago
  13. fd01428 nl80211: move scan API to wdev by Johannes Berg · 13 years ago
  14. 84efbb8 cfg80211: use wireless_dev for interface management by Johannes Berg · 13 years ago
  15. 71bbc99 cfg80211: use wdev in mgmt-tx/ROC APIs by Johannes Berg · 13 years ago
  16. f72b85b mac80211: remove ieee80211_key_removed by Johannes Berg · 13 years ago
  17. 31ee67a mac80211: remove unused assignment by Johannes Berg · 13 years ago
  18. 7d25745 mac80211: update BSS info on AC parameters change by Johannes Berg · 13 years ago
  19. 2f7916f mac80211: request TX status for BlockAck Requests by Christian Lamparter · 13 years ago
  20. a6f38ac mac80211: fix crash with single-queue drivers by Johannes Berg · 13 years ago
  21. c620948 mac80211: always set in_reconfig=false on wakeup by Eliad Peller · 13 years ago
  22. 135792e mac80211: fix debugfs default key links by Johannes Berg · 13 years ago
  23. a1845fc mac80211: add TX prepare API by Johannes Berg · 13 years ago
  24. e3e1a0b mac80211: reduce IEEE80211_TX_MAX_RATES by Thomas Huehn · 13 years ago
  25. cb831b5 mac80211: remove tx_frags driver callback by Johannes Berg · 13 years ago
  26. ba0afa2 mac80211: include VHT capability IE in probe requests by Mahesh Palivela · 13 years ago
  27. 3a0c52a cfg80211: add 802.11ad (60gHz band) support by Vladimir Kondratiev · 13 years ago
  28. d9b3b28 mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc by Eliad Peller · 13 years ago
  29. 2e165b8 cfg80211/mac80211: remove .get_channel by Michal Kazior · 13 years ago
  30. 870d37f mac80211: refactor virtual monitor code by Michal Kazior · 13 years ago
  31. b1fbd46 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 13 years ago
  32. c9b22fb mac80211: don't require associated->beacon_ies for ps by Eliad Peller · 13 years ago
  33. f823981 mac80211: flush queues before deauth/disassoc by Eliad Peller · 13 years ago
  34. fc8a732 mac80211: don't expose ieee80211_add_srates_ie() by Johannes Berg · 13 years ago
  35. dfb89c5 cfg80211: don't allow WoWLAN support without CONFIG_PM by Johannes Berg · 13 years ago
  36. 2c44344 Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 13 years ago
  37. cc45ae54 mac80211: make __ieee80211_recalc_idle static by Johannes Berg · 13 years ago
  38. 371a255 mac80211: make ieee80211_check_concurrent_iface netdev-independent by Johannes Berg · 13 years ago
  39. 1712436 mac80211: remove unused function by Johannes Berg · 13 years ago
  40. 3fae027 mac80211: trace debug messages by Johannes Berg · 13 years ago
  41. 011ad0e mac80211: rename driver-trace file by Johannes Berg · 13 years ago
  42. bdcbd8e mac80211: clean up debugging by Johannes Berg · 13 years ago
  43. 133189a Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 13 years ago
  44. d3b2fb5 mac80211: pass sdata to some RX functions by Johannes Berg · 13 years ago
  45. 08ce5ab mac80211: two small verbose debug cleanups by Johannes Berg · 13 years ago
  46. 17efdc4 mac80211: remove TKIP debug by Johannes Berg · 13 years ago
  47. 66572cf mac80211: add command to get current rssi by Victor Goldenshtein · 13 years ago
  48. 0f6b3f5 mac80211: fix double-start of remain-on-channel by Johannes Berg · 13 years ago
  49. 3bfda62 mac80211: Allow userspace to register for auth frames in IBSS by Will Hawkins · 13 years ago
  50. 452a6d2 mac80211: send auth in IBSS only if userspace isn't handling it by Will Hawkins · 13 years ago
  51. 6abe056 mac80211: Track auth frame registrations on IBSS ifaces by Will Hawkins · 13 years ago
  52. 9ea4fa1 mac80211: fix cleanup if driver suspend callback fails by Eyal Shapira · 13 years ago
  53. 00e96de mac80211: save wmm_acm per sdata by Yoni Divinsky · 13 years ago
  54. 50ae34a mac80211: use the correct capability info in ieee80211_set_associated() by Luciano Coelho · 13 years ago
  55. 6df653c mac80211: initialize sta pointer to avoid false-positive warning by Luciano Coelho · 13 years ago
  56. 559cef9 mac80211: cleanup offchannel_ps_enable argument by Rajkumar Manoharan · 13 years ago
  57. 7ebfa46 mac80211: fix and improve mesh RANN processing by Chun-Yeow Yeoh · 13 years ago
  58. d6a4ed6 mac80211: set only VO as a U-APSD enabled AC by Arik Nemtsov · 13 years ago
  59. 04800ad mac80211: stop Rx during HW reconfig by Arik Nemtsov · 13 years ago
  60. 58886a9 mac80211: fix the assignment of mesh element TTL by Chun-Yeow Yeoh · 13 years ago
  61. 728b19e {nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval by Chun-Yeow Yeoh · 13 years ago
  62. dbb912c mac80211: invoke the timer only with correct dot11MeshHWMPRootMode value by Chun-Yeow Yeoh · 13 years ago
  63. 3fbf4b71b mac80211: implement the proactive PREP generation by Chun-Yeow Yeoh · 13 years ago
  64. a69cc44 mac80211: implement the proactive PREQ generation by Chun-Yeow Yeoh · 13 years ago
  65. ac1073a {nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeout by Chun-Yeow Yeoh · 13 years ago
  66. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  67. ac4d82f mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXED by Pontus Fuchs · 13 years ago
  68. 79543d8 mac80211: stop polling in disassociation by David Spinadel · 13 years ago
  69. 554a43d mac80211: check sdata_running on ieee80211_set_bitrate_mask by Eliad Peller · 13 years ago
  70. e979e33 mac80211: allow cancelling dependent ROCs by Johannes Berg · 13 years ago
  71. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  72. 1dd4558 mac80211: add missing kernel-doc by Ashok Nagarajan · 13 years ago
  73. cef2827 mac80211: remove unneeded ieee80211_run_deferred_scan() by Johannes Berg · 13 years ago
  74. a4f606e {nl,cfg,mac}80211: fix the coding style related to mesh parameters by Chun-Yeow Yeoh · 13 years ago
  75. 35b3fe1c mac80211: Rename stainfo variable for the more common sta by Javier Cardona · 13 years ago
  76. e3f5d16 mac80211: Remove unused variable by Javier Cardona · 13 years ago
  77. d13e141 mac80211: add some missing kernel-doc by Johannes Berg · 13 years ago
  78. 6aee4ca mac80211: add back channel change flag by Stanislaw Gruszka · 13 years ago
  79. 2eb278e mac80211: unify SW/offload remain-on-channel by Johannes Berg · 13 years ago
  80. 196ac1c mac80211: do remain-on-channel while idle by Johannes Berg · 13 years ago
  81. 2e8d397 mac80211: add stations after AP start on reconfig by Arik Nemtsov · 13 years ago
  82. 3b08cf6 mac80211: Clear wowlan flag when drv_suspend returns failure by Pontus Fuchs · 13 years ago
  83. 8c06e8c mac80211: Add missing mesh parameter dot11MeshForwarding for debugfs by Chun-Yeow Yeoh · 13 years ago
  84. 1c4cb92 mac80211: print info when disabling HT by Johannes Berg · 13 years ago
  85. a8ce854 mac80211: configure 11b/g channel access rules for legacy APs by Stanislaw Gruszka · 13 years ago
  86. e8c9bd5 cfg80211: clarify set_channel APIs by Johannes Berg · 13 years ago
  87. 7c9c46c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  88. cc1d280 cfg80211: provide channel to join_mesh function by Johannes Berg · 13 years ago
  89. aa430da cfg80211: provide channel to start_ap function by Johannes Berg · 13 years ago
  90. d58e7e3 cfg80211: simplify cfg80211_can_beacon_sec_chan API by Johannes Berg · 13 years ago
  91. 3d9e6e1 mac80211: move ieee80211_set_channel function by Johannes Berg · 13 years ago
  92. 8a2ac26 mac80211: clean up ieee80211_set_channel by Johannes Berg · 13 years ago
  93. 9dde642 mac80211: simplify association HT parameters by Johannes Berg · 13 years ago
  94. 51ca9d8 mac80211: remove ieee80211_get_operstate() by Eliad Peller · 13 years ago
  95. 499f42b net: mac80211: Add and use ibss_vdbg debugging macro by Joe Perches · 13 years ago
  96. d63e9ae net: mac80211: Add and use ht_vdbg debugging macro by Joe Perches · 13 years ago
  97. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 13 years ago
  98. 6efb71b mac80211: send beacon loss events to userspace by Holger Schurig · 13 years ago
  99. be0f423 mac80211: allow channel change while mesh is down by Thomas Pedersen · 13 years ago
  100. dac211e mac80211: fail authentication when AP denied authentication by Eliad Peller · 13 years ago