1. b57e6b5 mac80211: Fix a rwlock bad magic bug by Mohammed Shafi Shajakhan · 13 years ago
  2. 53d69c3 mac80211: don't check sdata_running in vif notifier by Eliad Peller · 13 years ago
  3. cd6c524 mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan. by Dmitry TARNYAGIN · 13 years ago
  4. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  5. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  6. e76aadc mac80211: revert on-channel work optimisations by Johannes Berg · 13 years ago
  7. c72e8d3 mac80211: fill rate filter for internal scan requests by Simon Wunderlich · 13 years ago
  8. ef96a842 mac80211: Support ht-cap over-rides. by Ben Greear · 13 years ago
  9. 7c4ef71 cfg80211: add flags for off-channel capabilities by Johannes Berg · 13 years ago
  10. 11127e9 mac80211: transmit fragment list to drivers by Johannes Berg · 13 years ago
  11. a729cff mac80211: implement wifi TX status by Johannes Berg · 13 years ago
  12. ee97192 mac80211: report OBSS beacons by Johannes Berg · 13 years ago
  13. 0b62ffb mac80211: remove useless brackets in ieee80211_cfg_on_oper_channel by Stanislaw Gruszka · 13 years ago
  14. 5e5202a mac80211: remove uneeded scan_chan variable by Stanislaw Gruszka · 13 years ago
  15. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  16. a2fe816 mac80211: Build TX radiotap header dynamically by Helmut Schaa · 13 years ago
  17. 9696cc9 Merge branch 'pm-qos' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  18. 37fbd90 mac80211: allow out-of-band EOSP notification by Johannes Berg · 13 years ago
  19. dfe018b mac80211: handle TDLS high-level commands and frames by Arik Nemtsov · 13 years ago
  20. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  21. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  22. ecb4433 mac80211: fix suspend/resume races with unregister hw by Stanislaw Gruszka · 13 years ago
  23. 39e6871 mac80211: Don't use a buf_size=0 in ADDBA requests by Helmut Schaa · 13 years ago
  24. d07c7cf mac80211: add missing rcu_barrier by Johannes Berg · 13 years ago
  25. 8e621fc mac80211: verify IBSS in interface combinations by Johannes Berg · 13 years ago
  26. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 13 years ago
  27. 7527a78 cfg80211: advertise possible interface combinations by Johannes Berg · 13 years ago
  28. 85a9994 cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped by Luciano Coelho · 13 years ago
  29. 79f460c mac80211: add support for HW scheduled scan by Luciano Coelho · 13 years ago
  30. 38bb3e9 mac80211: Fix build error when CONFIG_PM is not defined by Larry Finger · 13 years ago
  31. eecc480 mac80211: add basic support for WoWLAN by Johannes Berg · 13 years ago
  32. f0dc799 cfg80211: Remove unused wiphy flag by Jouni Malinen · 13 years ago
  33. 40db6c7 cfg80211: module_param to disable HT40 in 2.4GHz band by Amitkumar Karwar · 14 years ago
  34. 1570ca5 mac80211: send notification on new peer candidate for our secure mesh by Javier Cardona · 14 years ago
  35. 7183912 mac80211: Let user space receive and send mesh auth/deauth frames by Javier Cardona · 14 years ago
  36. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 14 years ago
  37. b196d03 mac80211: Add log message to ieee80211_restart_hw() by Michael Buesch · 14 years ago
  38. 8ba0537 mac80211: fix 2.4 GHz 40 MHz disabling by Johannes Berg · 14 years ago
  39. 59bdf3b mac80211: Ensure power-level set properly for scanning. by Ben Greear · 14 years ago
  40. 4f2e9d9 mac80211: Allow scanning on existing channel-type. by Ben Greear · 14 years ago
  41. b23b025 mac80211: Optimize scans on current operating channel. by Ben Greear · 14 years ago
  42. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  43. df6ba5d mac80211: add hw configuration for max ampdu buffer size by Luciano Coelho · 14 years ago
  44. 681c4d0 mac80211: fix lockdep warning by Johannes Berg · 14 years ago
  45. 21f8358 mac80211: implement hardware offload for remain-on-channel by Johannes Berg · 14 years ago
  46. c96e963 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  47. 24a8fda mac80211: serialize rx path workers by Christian Lamparter · 14 years ago
  48. fe67c91 mac80211: make LED trigger names available early by Johannes Berg · 14 years ago
  49. c7108a7 mac80211: Send mesh non-HWMP path selection frames to userspace by Javier Cardona · 14 years ago
  50. a293911 nl80211: advertise maximum remain-on-channel duration by Johannes Berg · 14 years ago
  51. 207aba6 mac80211: support IBSS RSN with SW crypto by Johannes Berg · 14 years ago
  52. f7e0104 mac80211: support separate default keys by Johannes Berg · 14 years ago
  53. 7659a19 mac80211: Fix compilation error when mesh is disabled by Javier Cardona · 14 years ago
  54. 29cbe68 cfg80211/mac80211: add mesh join/leave commands by Johannes Berg · 14 years ago
  55. dc9f48c mac80211: Fix scan_ies_len to include DS Params by Jouni Malinen · 14 years ago
  56. 99b88a0 mac80211: cancel restart_work explicitly instead of depending on flush_scheduled_work() by Tejun Heo · 14 years ago
  57. c64557d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  58. 7be5086 mac80211: add probe request filter flag by Johannes Berg · 14 years ago
  59. e9a6870 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  60. 4136c42 mac80211: assure we also cancel deferred scan request by Stanislaw Gruszka · 14 years ago
  61. 025e6be mac80211: fix deadlock with multiple interfaces by Johannes Berg · 14 years ago
  62. 78be49e mac80211: distinct between max rates and the number of rates the hw can report by Helmut Schaa · 14 years ago
  63. 1be7fe8 mac80211: fix for WDS interfaces by Bill Jordan · 14 years ago
  64. bc86863 mac80211: perform scan cancel in hw reset work by Stanislaw Gruszka · 14 years ago
  65. 41f4a6f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  66. 8d4780e mac80211: fix offchannel assumption upon association by Luis R. Rodriguez · 14 years ago
  67. 29ad2fa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  68. b618f6f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  69. 2ca27bc mac80211: add p2p device type support by Johannes Berg · 14 years ago
  70. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  71. edeb78a mac80211: wait for scan work complete before restarting hw by Stanislaw Gruszka · 14 years ago
  72. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 18145c6 mac80211: cancel scan in ieee80211_restart_hw if software scan pending by John W. Linville · 14 years ago
  74. 071249b mac80211: delete work timer by Johannes Berg · 14 years ago
  75. 26a5845 mac80211: switch to ieee80211_sdata_running by Johannes Berg · 14 years ago
  76. a621fa4 mac80211: allow changing port control protocol by Johannes Berg · 14 years ago
  77. 3ffc2a9 mac80211: allow vendor specific cipher suites by Johannes Berg · 14 years ago
  78. 5eb5a52 mac80211: fix mesh advertisement by Johannes Berg · 14 years ago
  79. 258086a mac80211: cancel restart_work in ieee80211_unregister_hw by Christian Lamparter · 14 years ago
  80. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  81. 2e161f7 cfg80211/mac80211: extensible frame processing by Johannes Berg · 14 years ago
  82. 5daa8a8 mac80211: dont advertise WEP if unavailable by Johannes Berg · 14 years ago
  83. a1699b7 mac80211: unify scan and work mutexes by Johannes Berg · 14 years ago
  84. ffd2778 mac80211: fix driver offchannel notification when the channel does not change by Felix Fietkau · 14 years ago
  85. 4e6cbfd mac80211: support use of NAPI for bottom-half processing by John W. Linville · 14 years ago
  86. 93c08c3 mac80211: Fix compilation warning when CONFIG_INET is not set by Juuso Oikarinen · 14 years ago
  87. 4552124 mac80211: inform drivers about the off-channel status on channel changes by Felix Fietkau · 14 years ago
  88. 3473187 mac80211: remove wep dependency by John W. Linville · 14 years ago
  89. ff61638 mac80211: Fix ps-qos network latency handling by Juuso Oikarinen · 14 years ago
  90. 6854296 mac80211: Fix circular locking dependency in ARP filter handling by Juuso Oikarinen · 14 years ago
  91. a6a67db mac80211: refcount aggregation queue stop by Johannes Berg · 14 years ago
  92. c1475ca mac80211: move aggregation callback processing by Johannes Berg · 14 years ago
  93. 90b7260 mac80211: Add netif state checking to ieee80211_ifa_changed by Juuso Oikarinen · 14 years ago
  94. 26b36cf mac80211: make ARP filtering depend on CONFIG_INET by John W. Linville · 14 years ago
  95. ad0e2b5 mac80211: simplify key locking by Johannes Berg · 14 years ago
  96. 2b2c009 mac80211: Add support for hardware ARP query filtering by Juuso Oikarinen · 14 years ago
  97. ec8aa66 mac80211: add the minstrel_ht rate control algorithm by Felix Fietkau · 14 years ago
  98. cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  99. 0aaffa9 mac80211: improve HT channel handling by Johannes Berg · 14 years ago
  100. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago