1. 11ba964 mac80211: fix register_hw error path by Johannes Berg · 15 years ago
  2. c8a61a7 mac80211: New stat counters for multicast and unicast forwarded frames by Daniel Walker · 15 years ago
  3. 29508d1 rc80211_pid_algo.c: remove unused variable declaration by John W. Linville · 15 years ago
  4. bfc32e6 mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. by Javier Cardona · 15 years ago
  5. f424afa mac80211: remove deprecated API by Johannes Berg · 15 years ago
  6. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  7. cf991116 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  8. 70bdb6b mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames by David Woo · 15 years ago
  9. 57ef5dd mac80211: Mark a destination sequence number as valid when a PREQ is received. by David Woo · 15 years ago
  10. cca8949 mac80211: Fix unresolved mesh frames queued without valid control.vif by Javier Cardona · 15 years ago
  11. 1888923 mac80211: Move mpath and mpp growth to mesh workqueue. by Javier Cardona · 15 years ago
  12. 5b36583 mac80211: Assign a default mesh beaconing interval. by Javier Cardona · 15 years ago
  13. 5815814 mac80211: Early detection of broken mesh paths when using minstrel. by Javier Cardona · 15 years ago
  14. d403a1c mac80211: Update the station failed frames average when minstrel is used. by Javier Cardona · 15 years ago
  15. 3c5772a mac80211: Use 3-address format for mesh broadcast frames. by Javier Cardona · 15 years ago
  16. a9e3091 mac80211: Use correct sign for mesh active path refresh. by Andrey Yurovsky · 15 years ago
  17. fe58343 mac80211: Improve dequeing from mpath frame queue. by Javier Cardona · 15 years ago
  18. 62b1208 mac80211: small tx code cleanup by Johannes Berg · 15 years ago
  19. d0b6960 mac80211: sequence number micro-optimisation by Johannes Berg · 15 years ago
  20. feff1f2 mac80211: take statistics before encryption by Johannes Berg · 15 years ago
  21. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 15 years ago
  22. ad5351d mac80211: allow DMA optimisation by Johannes Berg · 15 years ago
  23. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 15 years ago
  24. e21546a mac80211: stay authenticated after disassoc by Johannes Berg · 15 years ago
  25. c03e20f mac80211: fix compilation of mesh (although its disabled) by Luis R. Rodriguez · 15 years ago
  26. 416fbdf mac80211: fix panic when splicing unprepared TIDs by Luis R. Rodriguez · 15 years ago
  27. e3b90ca mac80211: FIF_PSPOLL filter flag by Igor Perminov · 15 years ago
  28. d1c5091 mac80211: Increase timeouts for station polling by Maxim Levitsky · 15 years ago
  29. a43abf2 mac80211: Retry probe request few times by Maxim Levitsky · 15 years ago
  30. 8b19e6c cfg80211: enable country IE support to all cfg80211 drivers by Luis R. Rodriguez · 15 years ago
  31. 056508d mac80211: fix powersave by Johannes Berg · 15 years ago
  32. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  33. 57c9fff mac80211: fix sparse warnings/errors by Johannes Berg · 15 years ago
  34. 97af743 mac80211: disable beacons before removing the associated interface by Bob Copeland · 15 years ago
  35. 4da163a mac80211: disable software retry for now by Johannes Berg · 15 years ago
  36. 2f6d7c1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  37. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 15 years ago
  39. 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 15 years ago
  40. 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 15 years ago
  41. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
  42. a7bc376 mac80211: verify info->control.vif is not NULL by Johannes Berg · 15 years ago
  43. 0ee9c13 mac80211: fix an oops in ieee80211_scan_state_set_channel by Helmut Schaa · 15 years ago
  44. 8d8b261 mac80211: fix receiving deauth by Johannes Berg · 15 years ago
  45. 89c3a8a mac80211: fix suspend by Johannes Berg · 15 years ago
  46. 21f5fc7 mac80211: fix oops due to missing private data by Luis R. Rodriguez · 15 years ago
  47. 3fa5205 mac80211: fix PS-poll response, race by Johannes Berg · 15 years ago
  48. 91a3bd7 mac80211: fix MLME issuing of probe requests while scanning by Luis R. Rodriguez · 15 years ago
  49. 4853184 mac80211: fix mlme timeouts by Johannes Berg · 15 years ago
  50. 977923b mac80211: rename scan_state to next_scan_state by Helmut Schaa · 15 years ago
  51. 142b9f5 mac80211: implement basic background scanning by Helmut Schaa · 15 years ago
  52. fbe9c42 mac80211: Replace {sw, hw}_scanning variables with a bitfield by Helmut Schaa · 15 years ago
  53. 2fb3f02 mac80211: introduce a new scan state "decision" by Helmut Schaa · 15 years ago
  54. f502d09 mac80211: advance the state machine immediately if no delay is needed by Helmut Schaa · 15 years ago
  55. 7d3be3c mac80211: refactor the scan code by Helmut Schaa · 15 years ago
  56. a272a72 mac80211: allow using network namespaces by Johannes Berg · 15 years ago
  57. 463d018 cfg80211: make aware of net namespaces by Johannes Berg · 15 years ago
  58. 5061b0c mac80211: cooperate more with network namespaces by Johannes Berg · 15 years ago
  59. 78f1a8b mac80211: do not queue work after suspend in the dynamic ps timer by Luis R. Rodriguez · 15 years ago
  60. 249b405 mac80211: Fix regression in mesh forwarding path. by Javier Cardona · 15 years ago
  61. 3d34deb mac80211: fix ieee80211_xmit call context by Johannes Berg · 15 years ago
  62. 3b8d81e0 mac80211: remove master netdev by Johannes Berg · 15 years ago
  63. f742880 mac80211: fix spare warnings in driver-trace.h by Christian Lamparter · 15 years ago
  64. a99d024 mac80211: do not monitor the connection while scanning by Christian Lamparter · 15 years ago
  65. 4c6d4f5 mac80211: add helper for management / no-ack frame rate decision by Luis R. Rodriguez · 15 years ago
  66. e898643 mac80211: make minstrel/pid RC use ieee80211_is_data(fc) by Luis R. Rodriguez · 15 years ago
  67. b770b43 mac80211: drop frames for sta with no valid rate by Luis R. Rodriguez · 15 years ago
  68. 0e2b628 mac80211: cancel the connection monitor timers/work by Johannes Berg · 15 years ago
  69. a43816d mac80211: mesh: fix two small problems by Johannes Berg · 15 years ago
  70. b291ba1 mac80211: monitor the connection by Johannes Berg · 15 years ago
  71. ca386f3 mac80211: fix multi-use timer by Johannes Berg · 15 years ago
  72. fffd093 cfg80211: rework key operation by Johannes Berg · 15 years ago
  73. 10c836d mac80211: Assign next hop address to pending mesh frames by Javier Cardona · 15 years ago
  74. 0a2b8bb mac80211: driver operation debugging by Johannes Berg · 15 years ago
  75. 99783e2 mac80211: fix sparse warning by Johannes Berg · 15 years ago
  76. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 35946a5 mac80211: use correct address for mesh Path Error by Javier Cardona · 15 years ago
  78. 8ef86c7 mac80211: fix injection in monitor mode by Pavel Roskin · 15 years ago
  79. e2e414d mac80211: disable mesh by Johannes Berg · 15 years ago
  80. 667503dd cfg80211: fix locking by Johannes Berg · 15 years ago
  81. cb0b4be cfg80211: mlme API must be able to sleep by Johannes Berg · 15 years ago
  82. c9cf012 mac80211: refactor the WEP code to be directly usable by Johannes Berg · 15 years ago
  83. 77fdaa1 mac80211: rework MLME for multiple authentications by Johannes Berg · 15 years ago
  84. a7c1cfc mac80211: remove dead code from mlme by Johannes Berg · 15 years ago
  85. 3e5d764 cfg80211: let SME control reassociation vs. association by Johannes Berg · 15 years ago
  86. 96f7e73 mac80211: shorten the passive dwell time for sw scans by Helmut Schaa · 15 years ago
  87. 19957bb cfg80211: keep track of BSSes by Johannes Berg · 15 years ago
  88. 517357c cfg80211: assimilate and export ieee80211_bss_get_ie by Johannes Berg · 15 years ago
  89. ab1faea mac80211: remove dead code, clean up by Johannes Berg · 15 years ago
  90. 6dc1cb0 mac80211: remove auth algorithm retry by Johannes Berg · 15 years ago
  91. ac00326 mac80211: re-add HT disabling by Johannes Berg · 15 years ago
  92. 8990646 cfg80211: implement get_wireless_stats by Johannes Berg · 15 years ago
  93. 9930380 cfg80211: implement IWRATE by Johannes Berg · 15 years ago
  94. ab737a4 cfg80211: implement IWAP for WDS by Johannes Berg · 15 years ago
  95. bc92afd cfg80211: implement iwpower by Johannes Berg · 15 years ago
  96. f212935 cfg80211: managed mode wext compatibility by Johannes Berg · 15 years ago
  97. b23aa67 cfg80211: connect/disconnect API by Samuel Ortiz · 15 years ago
  98. 3f65b24 mac80211: remove an unused function declaration by Johannes Berg · 15 years ago
  99. aff89a9 cfg80211: introduce nl80211 testmode command by Johannes Berg · 15 years ago
  100. 0575606 mac80211: tell SME about real auth state by Johannes Berg · 15 years ago