1. 0834ae3 mac80211: check csa wiphy flag in ibss before switching by Simon Wunderlich · 11 years ago
  2. 24d4730 mac80211: set hw initial idle state by Karl Beldan · 11 years ago
  3. 5664da4 mac80211: use capped prob when computing throughputs by Karl Beldan · 11 years ago
  4. 12b5f34 mac80211: fix connection polling by Eliad Peller · 11 years ago
  5. 3f718fd mac80211: fix the mesh channel switch support by Chun-Yeow Yeoh · 11 years ago
  6. 051a41f mac80211: don't attempt to reorder multicast frames by Johannes Berg · 11 years ago
  7. 351df09 mac80211: minstrel_ht: fix rates selection by Karl Beldan · 11 years ago
  8. 6c751ef mac80211: fix for mesh beacon update on powersave by Javier Lopez · 11 years ago
  9. 57fb089 mac80211: fix crash when using AP VLAN interfaces by Felix Fietkau · 11 years ago
  10. 18db594 mac80211: fix scheduled scan rtnl deadlock by Johannes Berg · 11 years ago
  11. 84a3d1c mac80211: DFS setup chandef for radar_event correctly by Janusz Dziedzic · 11 years ago
  12. 2d3db21 Revert "mac80211: allow disable power save in mesh" by Bob Copeland · 11 years ago
  13. c1f3bb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  14. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  15. 87bc072 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  16. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  17. 0951ebb mac80211: fix uninitialized variable by Michal Kazior · 11 years ago
  18. 33a4586 mac80211: process mesh channel switching using beacon by Chun-Yeow Yeoh · 11 years ago
  19. b8456a1 {nl,cfg,mac}80211: implement mesh channel switch userspace API by Chun-Yeow Yeoh · 11 years ago
  20. c6da674 {nl,cfg,mac}80211: enable the triggering of CSA frame in mesh by Chun-Yeow Yeoh · 11 years ago
  21. 8f2535b mac80211: process the CSA frame for mesh accordingly by Chun-Yeow Yeoh · 11 years ago
  22. c0f17eb mac80211: refactor the parsing of chan switch ie by Chun-Yeow Yeoh · 11 years ago
  23. 06be6b1 mac80211: add ieee80211_tx_prepare_skb() helper function by Felix Fietkau · 11 years ago
  24. 446075d mac80211: fixes for mesh powersave logic by Marco Porsch · 11 years ago
  25. 17ac495 mac80211: Remove check for offchannel state when waking netdev queues by Seth Forshee · 11 years ago
  26. 8e8d347 mac80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  27. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  28. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  29. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  30. 9f96da4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  31. 095d81c mac80211: disable WMM with invalid parameters by Johannes Berg · 11 years ago
  32. 1d2d350 mac80211: respect rate mask in TX by Andrei Otcheretianski · 11 years ago
  33. 1431fcb mac80211: fix honouring rate flags in low-rate transmit by Andrei Otcheretianski · 11 years ago
  34. d86aa4f mac80211: fix crash if bitrate calculation goes wrong by Johannes Berg · 11 years ago
  35. 7ec7c4a mac80211: port CCMP to cryptoapi's CCM driver by Ard Biesheuvel · 11 years ago
  36. a754055 mac80211: correctly close cancelled scans by Emmanuel Grumbach · 11 years ago
  37. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  39. 7578d57 mac80211: implement STA CSA for drivers using channel contexts by Arik Nemtsov · 11 years ago
  40. 1f4ffde mac80211: improve default WMM parameter setting by Fred Zhou · 11 years ago
  41. 0cfcefe mac80211: support reporting A-MSDU subframes individually by Michal Kazior · 11 years ago
  42. 15e230a mac80211: use exact-size allocation for authentication frame by Fred Zhou · 11 years ago
  43. 55fff50 mac80211: add explicit IBSS driver operations by Johannes Berg · 11 years ago
  44. 5eb7906 ieee80211: fix vht cap definitions by Eliad Peller · 11 years ago
  45. f364ef9 mac80211: fix some snprintf misuses by Eliad Peller · 11 years ago
  46. 22c4cee mac80211: Run deferred scan if last roc_list item is not started by Jouni Malinen · 11 years ago
  47. 0c5b932 mac80211: update sta->last_rx on acked tx frames by Felix Fietkau · 11 years ago
  48. 03bb7f4 mac80211: use sta_info_get_bss() for nl80211 tx and client probing by Felix Fietkau · 11 years ago
  49. cc63ec7 mac80211: fix the setting of extended supported rate IE by Chun-Yeow Yeoh · 11 years ago
  50. 6329b8d mac80211: drop spoofed packets in ad-hoc mode by Felix Fietkau · 11 years ago
  51. 9449410 mac80211: send a CSA action frame when changing channel by Simon Wunderlich · 11 years ago
  52. cd7760e mac80211: add support for CSA in IBSS mode by Simon Wunderlich · 11 years ago
  53. 871a418 mac80211: split off ibss disconnect by Simon Wunderlich · 11 years ago
  54. e6b7cde mac80211: split off channel switch parsing function by Simon Wunderlich · 11 years ago
  55. 37feb7e mac80211: do not override fixed_rate_idx in minstrel_ht_update_stats by Lorenzo Bianconi · 11 years ago
  56. 45966ae mac80211: add fixed_rate management to minstrel rc by Lorenzo Bianconi · 11 years ago
  57. 392b9ff mac80211: change beacon/connection polling by Stanislaw Gruszka · 11 years ago
  58. a6ececf mac80211: Remove superfluous is_multicast_ether_addr() call by Sergey Ryazanov · 11 years ago
  59. c5dc164 mac80211: use ERR_CAST() by Johannes Berg · 11 years ago
  60. c7c7106 mac80211: add ieee80211_iterate_active_interfaces_rtnl() by Johannes Berg · 11 years ago
  61. f3e979a Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  62. cd80e10 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  63. b35c809 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  64. a986553 mac80211: fix change_interface queue assignments by Johannes Berg · 11 years ago
  65. d70b761 mac80211: ignore (E)CSA in probe response frames by Johannes Berg · 11 years ago
  66. 19504cf cfg80211: add flags to cfg80211_rx_mgmt() by Vladimir Kondratiev · 11 years ago
  67. c4c205f mac80211: assign seqnums for group QoS frames by Bob Copeland · 11 years ago
  68. a4ef66a mac80211: only respond to probe request with mesh ID by Chun-Yeow Yeoh · 11 years ago
  69. 1fb90260 mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into drivers by Johannes Berg · 11 years ago
  70. e133fae mac80211: minstrel_ht: don't use control.flags in TX status path by Johannes Berg · 11 years ago
  71. 75a423f mac80211: ibss: fix ignored channel parameter by Simon Wunderlich · 11 years ago
  72. 2dfca31 mac80211: add a flag to indicate CCK support for HT clients by Felix Fietkau · 11 years ago
  73. 2a3ba63c mac80211: add missing channel context release by Johannes Berg · 11 years ago
  74. d074666 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  75. 27b3eb9 mac80211: add APIs to allow keeping connections after WoWLAN by Johannes Berg · 11 years ago
  76. d51b70f mac80211: move ibss presp generation in own function by Simon Wunderlich · 11 years ago
  77. 86c228a mac80211: perform power save processing before decryption by Johan Almbladh · 11 years ago
  78. d8eb741 mac80211: ibss - do not scan if not needed when creating an IBSS by Antonio Quartulli · 11 years ago
  79. 52981cd mac80211: add vif to testmode cmd by David Spinadel · 11 years ago
  80. fc73f11 cfg80211: add wdev to testmode cmd by David Spinadel · 11 years ago
  81. af61a16 mac80211: add control port protocol TX control flag by Johannes Berg · 11 years ago
  82. fa59784 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  83. 4f05444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  84. ab1e8ad mac80211: fix ieee80211_sta_process_chanswitch for 5/10 MHz channels by Simon Wunderlich · 11 years ago
  85. 0670307 mac80211: allow lowest basic rate for unicast management for mesh by Chun-Yeow Yeoh · 11 years ago
  86. e7f1935 wireless: make TU conversion macros available by Johannes Berg · 11 years ago
  87. 7546ff9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  88. 73da7d5 mac80211: add channel switch command and beacon callbacks by Simon Wunderlich · 11 years ago
  89. 7cf1f14 mac80211: add debugfs for driver-buffered TID bitmap by Johannes Berg · 11 years ago
  90. a824131 mac80211: report some VHT radiotap infos for tx status by Karl Beldan · 11 years ago
  91. dad9def mac80211: ibss - remove not authorized station earlier by Antonio Quartulli · 11 years ago
  92. e47f250 mac80211: use oneshot blink API for LED triggers by Fabio Baltieri · 11 years ago
  93. ddfe49b mac80211: continue using disabled channels while connected by Johannes Berg · 11 years ago
  94. 5cdaed1 mac80211: ignore HT primary channel while connected by Johannes Berg · 11 years ago
  95. cb236d2 mac80211: don't wait for TX status forever by Johannes Berg · 11 years ago
  96. b56e4b8 mac80211: fix infinite loop in ieee80211_determine_chantype by Chris Wright · 11 years ago
  97. cd34f64 mac80211: fix monitor interface suspend crash regression by Stanislaw Gruszka · 11 years ago
  98. 40d18ff mac80211: prevent the buffering or frame transmission to non-assoc mesh STA by Chun-Yeow Yeoh · 11 years ago
  99. 5c9fc93 mac80211/minstrel: fix NULL pointer dereference issue by Felix Fietkau · 11 years ago
  100. c82b5a7 mac80211: make active monitor injection work w/ HW queue by Johannes Berg · 11 years ago