1. b205786 mac80211: remove unnecessary assignment by Zhao, Gang · 10 years ago
  2. 7df180f mac80211: avoid calling useless channel context code by Zhao, Gang · 10 years ago
  3. 8bd811a mac80211: change return value of notifier function by Zhao, Gang · 10 years ago
  4. 308f7fc mac80211: remove unnecessary BUG_ON() by Zhao, Gang · 10 years ago
  5. 6b59db7 mac80211: return bool instead of numbers in yes/no function by Zhao, Gang · 10 years ago
  6. 17d38fa mac80211: add option to generate CCMP IVs only for mgmt frames by Marek Kwaczynski · 10 years ago
  7. c0166da mac80211: compute chanctx refcount on-the-fly by Michal Kazior · 10 years ago
  8. 2b32713 mac80211: fix racy usage of chanctx->refcount by Michal Kazior · 10 years ago
  9. 1f0d54c mac80211: split ieee80211_free_chanctx() by Michal Kazior · 10 years ago
  10. ed68ebc mac80211: split ieee80211_new_chanctx() by Michal Kazior · 10 years ago
  11. 13f348a mac80211: improve chanctx reservation lookup by Michal Kazior · 10 years ago
  12. 0288157 mac80211: improve find_chanctx() for reservations by Michal Kazior · 10 years ago
  13. e3afb92 mac80211: track reserved vifs in chanctx by Michal Kazior · 10 years ago
  14. 484298a mac80211: track assigned vifs in chanctx by Michal Kazior · 10 years ago
  15. 0933248 mac80211: add support for radar detection for reservations by Michal Kazior · 10 years ago
  16. c2b90ad mac80211: prevent chanctx overcommit by Michal Kazior · 10 years ago
  17. 6fa001b mac80211: add max channel calculation utility function by Michal Kazior · 10 years ago
  18. bc3ce0b mac80211: mesh: always use the latest target_sn by Bob Copeland · 10 years ago
  19. a40a8c1 mac80211: fix mesh_add_rsn_ie IE finding loop by Bob Copeland · 10 years ago
  20. aee6499 mac80211: mesh: use u16 return type for u16 getter by Bob Copeland · 10 years ago
  21. 9a07bf5 mac80211: Allow HT capa override to add 40 MHz intolerant by Jouni Malinen · 10 years ago
  22. 311ab8e mac80211: fixup radiotap tx flags for RTS/CTS by Bob Copeland · 10 years ago
  23. 062f1d6 mac80211: avoid handling of SMPS for mesh by Chun-Yeow Yeoh · 10 years ago
  24. 764152f mac80211: exclude AP_VLAN interfaces from tx power calculation by Felix Fietkau · 10 years ago
  25. 990baec mac80211: suppress BSS info change notifications for AP_VLAN by Felix Fietkau · 10 years ago
  26. aa51142 mac80211: fix some missing includes by Zhao, Gang · 10 years ago
  27. a2e7495 mac80211: Allow disabling LDPC by Pawel Kulakowski · 10 years ago
  28. 5d52ee8 mac80211: allow reservation of a running chanctx by Luciano Coelho · 11 years ago
  29. 11335a5 mac80211: implement chanctx reservation by Luciano Coelho · 11 years ago
  30. 77eeba9 mac80211: refactor ieee80211_assign/unassign_vif_chanctx into one by Luciano Coelho · 11 years ago
  31. 33ffd95 mac80211: split ieee80211_vif_change_channel in two by Luciano Coelho · 11 years ago
  32. 4e141da mac80211: protect AP VLAN list with local->mtx by Michal Kazior · 11 years ago
  33. b6a5501 cfg80211/mac80211: move more combination checks to mac80211 by Luciano Coelho · 11 years ago
  34. 71965c1 cfg80211/mac80211: move combination check to mac80211 for ibss by Luciano Coelho · 11 years ago
  35. 73de86a cfg80211/mac80211: move interface counting for combination check to mac80211 by Luciano Coelho · 11 years ago
  36. 2beb6dab cfg80211/mac80211: refactor cfg80211_chandef_dfs_required() by Luciano Coelho · 11 years ago
  37. 174e0cd cfg80211: Enable GO operation on additional channels by Ilan Peer · 11 years ago
  38. 0c2bef46 mac80211: use RCU_INIT_POINTER by Monam Agarwal · 11 years ago
  39. 77be2c5 mac80211: add vif to flush call by Emmanuel Grumbach · 11 years ago
  40. 6e1ee5d mac80211: remove VLAIS usage from mac80211 by Jan-Simon Möller · 11 years ago
  41. 00a9a6d mac80211: update last_tx_rate only for data frame by Chun-Yeow Yeoh · 10 years ago
  42. 9b4816f mac80211: fix radar_enabled propagation by Michal Kazior · 10 years ago
  43. 7b8a9cd mac80211: Disable SMPS for the monitor interface by Ido Yariv · 11 years ago
  44. 115b943 mac80211: fix software remain-on-channel implementation by Johannes Berg · 11 years ago
  45. 49c0ca1 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
  46. 7eb2450 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  47. fb378c2 mac80211: set beamforming bit in radiotap by Emmanuel Grumbach · 11 years ago
  48. 3afc216 cfg80211/mac80211: ignore signal if the frame was heard on wrong channel by Emmanuel Grumbach · 11 years ago
  49. 71228a1 mac80211: release sched_scan_sdata when stopping sched scan by Alexander Bondar · 11 years ago
  50. 112c44b mac80211: fix WPA with VLAN on AP side with ps-sta again by Michael Braun · 11 years ago
  51. 1a1cb74 mac80211: fix suspend vs. authentication race by Johannes Berg · 11 years ago
  52. c9c3a06 mac80211: verify deauthentication and return error on failure by Johannes Berg · 11 years ago
  53. d2722f8 mac80211: fix potential use-after-free by Johannes Berg · 11 years ago
  54. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 42775a3 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
  56. 97bd5f0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  57. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 864a604 mac80211: clear sequence/fragment number in QoS-null frames by Johannes Berg · 11 years ago
  59. f3b6a48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  60. 0c6a481 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  61. b8ff416 mac80211: add missing update on rx status VHT flag by Chun-Yeow Yeoh · 11 years ago
  62. 37fa2bd mac80211: refactor channel switch function by Michal Kazior · 11 years ago
  63. 1c37a72 mac80211: consider virtual mon when calculating min_def by Eliad Peller · 11 years ago
  64. 8e2a89c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  65. cb66498 mac80211: fix association to 20/40 MHz VHT networks by Johannes Berg · 11 years ago
  66. 31559f3 cfg80211: DFS get CAC time from regulatory database by Janusz Dziedzic · 11 years ago
  67. 963a1852 mac80211: don't validate unchanged AP bandwidth while tracking by Johannes Berg · 11 years ago
  68. 6658ab8 mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes by Luciano Coelho · 11 years ago
  69. 30f55dc mac80211: allow drivers to request SMPS off by Luciano Coelho · 11 years ago
  70. 88daf80 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
  71. 37e3308 mac80211: allow driver to return error from sched_scan_stop by Johannes Berg · 11 years ago
  72. df942e7 cfg80211: Pass TDLS peer capability information in tdls_mgmt by Sunil Dutt Undekari · 11 years ago
  73. bf5f483 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 11 years ago
  74. e3685e0 mac80211: fix station wakeup powersave race by Johannes Berg · 11 years ago
  75. 5108ca8 mac80211: insert stations before adding to driver by Johannes Berg · 11 years ago
  76. 1d147bf mac80211: fix AP powersave TX vs. wakeup race by Emmanuel Grumbach · 11 years ago
  77. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 11 years ago
  78. 0e028ab Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  79. 06d181a mac80211: add NAPI support back by Johannes Berg · 11 years ago
  80. dfa1ad2 ieee80211: Print human-readable disassoc/deauth reason codes by Calvin Owens · 11 years ago
  81. 1d5e126 mac80211: simplify roc check in idle calculation by Johannes Berg · 11 years ago
  82. 1bf4bbb mac80211: send control port protocol frames to the VO queue by Felix Fietkau · 11 years ago
  83. e4dcbb3 mac80211: fix IE buffer len by David Spinadel · 11 years ago
  84. c368dda mac80211: fix memory leak by Eytan Lifshitz · 11 years ago
  85. 3276981 mac80211: fix sched_scan restart on recovery by Arik Nemtsov · 11 years ago
  86. 802ee9e mac80211: add beacon_loss debugfs file by Eliad Peller · 11 years ago
  87. 448cd2e mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR case by Eliad Peller · 11 years ago
  88. 4bf332c mac80211: remove superfluous band variable by Johannes Berg · 11 years ago
  89. fab57a6 mac80211: fix virtual monitor interface iteration by Johannes Berg · 11 years ago
  90. 338f977 mac80211: fix fragmentation code, particularly for encryption by Johannes Berg · 11 years ago
  91. d4c80d9 mac80211: Fix IBSS disconnect by Sujith Manoharan · 11 years ago
  92. 0297ea1 mac80211: release the channel in error path in start_ap by Emmanuel Grumbach · 11 years ago
  93. 8ffcc70 mac80211: avoid deadlock revealed by lockdep by Emmanuel Grumbach · 11 years ago
  94. 2f61743 mac80211: move roc cookie assignment earlier by Eliad Peller · 11 years ago
  95. 63c361f mac80211: propagate STBC / LDPC flags to radiotap by Emmanuel Grumbach · 11 years ago
  96. 1b8d242 mac80211: move VHT related RX_FLAG to another variable by Emmanuel Grumbach · 11 years ago
  97. 0059b2b mac80211: remove unused radiotap vendor fields in ieee80211_rx_status by Emmanuel Grumbach · 11 years ago
  98. 3de3802 mac80211: order IEs in association request correctly by Johannes Berg · 11 years ago
  99. 4d95230 mac80211: order IEs in probe request correctly by Johannes Berg · 11 years ago
  100. b1bce14 mac80211: update opmode when adding new station by Marek Kwaczynski · 11 years ago