1. f38fd12 mac80211: allow disabling 40MHz on 2.4GHz by Johannes Berg · 15 years ago
  2. 0f78231 mac80211: enable spatial multiplexing powersave by Johannes Berg · 15 years ago
  3. 12375ef mac80211: trace interface name by Johannes Berg · 15 years ago
  4. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  5. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  6. 9bc383d cfg80211: introduce capability for 4addr mode by Johannes Berg · 15 years ago
  7. 5be83de cfg80211: convert bools into flags by Johannes Berg · 15 years ago
  8. fe7a5d5 mac80211: move TX status handling by Johannes Berg · 15 years ago
  9. c951ad3 mac80211: convert aggregation to operate on vifs/stas by Johannes Berg · 15 years ago
  10. 3e5b110 mac80211: reduce the amount of unnecessary traffic on cooked monitor interfaces by Felix Fietkau · 15 years ago
  11. af81858 mac80211: async station powersave handling by Johannes Berg · 15 years ago
  12. c327d96 mac80211: fix internal scan request by Johannes Berg · 15 years ago
  13. 7bcfaf2 cfg80211/mac80211: use debugfs_remove_recursive by Johannes Berg · 15 years ago
  14. ea77f12 mac80211: remove tasklet enable/disable by Johannes Berg · 15 years ago
  15. 11ba964 mac80211: fix register_hw error path by Johannes Berg · 15 years ago
  16. bfc32e6 mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. by Javier Cardona · 15 years ago
  17. f424afa mac80211: remove deprecated API by Johannes Berg · 15 years ago
  18. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  19. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 15 years ago
  20. e3b90ca mac80211: FIF_PSPOLL filter flag by Igor Perminov · 15 years ago
  21. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  22. 97af743 mac80211: disable beacons before removing the associated interface by Bob Copeland · 15 years ago
  23. 4da163a mac80211: disable software retry for now by Johannes Berg · 15 years ago
  24. fbe9c42 mac80211: Replace {sw, hw}_scanning variables with a bitfield by Helmut Schaa · 15 years ago
  25. a272a72 mac80211: allow using network namespaces by Johannes Berg · 15 years ago
  26. 3b8d81e0 mac80211: remove master netdev by Johannes Berg · 15 years ago
  27. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 15 years ago
  28. 8f77f38 mac80211: do not pass PS frames out of mac80211 again by Johannes Berg · 15 years ago
  29. e535c75 mac80211: deprecate conf.beacon_int properly by Johannes Berg · 15 years ago
  30. 1ce8e7b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() by Eric Dumazet · 15 years ago
  31. 9cef873 mac80211: fix managed mode BSSID handling by Johannes Berg · 15 years ago
  32. 58905ca mac80211: fix scan channel race by Johannes Berg · 15 years ago
  33. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 15 years ago
  34. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 15 years ago
  35. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  36. f3b8525 mac80211: fix scan races and rework scanning by Johannes Berg · 15 years ago
  37. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. c428c89 mac80211: default to automatic power control by Johannes Berg · 15 years ago
  39. d4c4a9a mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock by Alan Jenkins · 15 years ago
  40. b9a5f8ca nl80211: Add set/get for frag/rts threshold and retry limits by Jouni Malinen · 15 years ago
  41. af8cdcd mac80211: convert to cfg80211 IBSS API by Johannes Berg · 15 years ago
  42. 10f644a mac80211: disable powersave if pm_qos asks for low latency by Johannes Berg · 15 years ago
  43. f2753dd mac80211: add hardware restart function by Johannes Berg · 15 years ago
  44. 25e47c1 cfg80211: add cipher capabilities by Johannes Berg · 15 years ago
  45. 5ef2d41 mac80211: include HT capabilities in probe request by Johannes Berg · 15 years ago
  46. de95a54 mac80211: pass all probe request IEs to driver by Johannes Berg · 15 years ago
  47. 18a8365 cfg80211: introduce scan IE limit attribute by Johannes Berg · 15 years ago
  48. 47afbaf mac80211: correct wext transmit power handler by Johannes Berg · 15 years ago
  49. e4e72fb mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi by Johannes Berg · 15 years ago
  50. cd8ffc8 mac80211: fix aggregation to not require queue stop by Johannes Berg · 15 years ago
  51. 2a577d9 mac80211: rework the pending packets code by Johannes Berg · 15 years ago
  52. b5bde37 mac80211: fix warnings in ieee80211_if_config by Johannes Berg · 15 years ago
  53. 77965c9 cfg80211: clean up signal type by Johannes Berg · 15 years ago
  54. 4690029 mac80211: split IBSS/managed code by Johannes Berg · 15 years ago
  55. 96f5e66 mac80211: fix aggregation for hardware with ampdu queues by Johannes Berg · 15 years ago
  56. 076ae60 mac80211: disallow moving netns by Johannes Berg · 15 years ago
  57. 9a03d6d mac80211: calculate wstats_flags on the fly by Johannes Berg · 15 years ago
  58. 00d3f14 mac80211: use cfg80211s BSS infrastructure by Johannes Berg · 15 years ago
  59. 2a51931 cfg80211/nl80211: scanning (and mac80211 update to use it) by Johannes Berg · 15 years ago
  60. 5e13336 mac80211: disable IBSS beacon before join by Johannes Berg · 15 years ago
  61. 7230645 mac80211: convert master interface to netdev_ops by Johannes Berg · 15 years ago
  62. 7fee537 mac80211: remove HW_SIGNAL_DB by Johannes Berg · 15 years ago
  63. c771c9d mac80211: add interface list lock by Johannes Berg · 15 years ago
  64. 30d3ef4 mac80211: change workqueue back to non-freezeable by Bob Copeland · 15 years ago
  65. 078e1e6 mac80211: Add capability to enable/disable beaconing by Johannes Berg · 15 years ago
  66. 5f936f1 mac80211: constify ieee80211_if_conf.bssid by Johannes Berg · 15 years ago
  67. a8302de mac80211: Handle power constraint level advertised in 11d+h beacon by Vasanthakumar Thiagarajan · 16 years ago
  68. 4797938 mac80211: clean up channel type config by Johannes Berg · 16 years ago
  69. 2bf30fa mac80211: remove user_power_level from driver API by Johannes Berg · 16 years ago
  70. e3c92df mac80211: Fix tx power setting by Vasanthakumar Thiagarajan · 16 years ago
  71. 285256a mac80211: no need for ht.enabled by Luis R. Rodriguez · 16 years ago
  72. 520eb82 mac80211: implement dynamic power save by Kalle Valo · 16 years ago
  73. ce7c911 mac80211: track master queue status by Kalle Valo · 16 years ago
  74. 5e3f308 mac80211: Print unknown packet type in tasklet_handler by Larry Finger · 16 years ago
  75. 094d05d mac80211: Fix HT channel selection by Sujith · 16 years ago
  76. 8dffff2 mac80211: only create default STA interface if supported by Johannes Berg · 16 years ago
  77. 447107f mac80211: remove WARN_ON() from ieee80211_hw_config by Reinette Chatre · 16 years ago
  78. 72bdcf3 nl80211: Add frequency configuration (including HT40) by Jouni Malinen · 16 years ago
  79. 4ada424 mac80211: don't assume driver has been attached on registration by Luis R. Rodriguez · 16 years ago
  80. 41bb73e mac80211: remove SSID driver code by Johannes Berg · 16 years ago
  81. 8b30b1f mac80211: Re-enable aggregation by Sujith · 16 years ago
  82. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  83. cb121ba mac80211: add might_sleep to hw_config by Johannes Berg · 16 years ago
  84. bda3933 mac80211: move bss_conf into vif by Johannes Berg · 16 years ago
  85. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  86. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  87. d9fe60d 802.11: clean up/fix HT support by Johannes Berg · 16 years ago
  88. 7a5158e mac80211: fix short slot handling by Johannes Berg · 16 years ago
  89. e87a2fe mac80211: remove max_antenna_gain config by Johannes Berg · 16 years ago
  90. d73782f mac80211: clean up ieee80211_hw_config errors by Johannes Berg · 16 years ago
  91. c6a1fa1 mac80211: minor code cleanups by Johannes Berg · 16 years ago
  92. cccf129 mac80211: add the 'minstrel' rate control algorithm by Felix Fietkau · 16 years ago
  93. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  94. 133b822 mac80211: make master iface not wireless by Johannes Berg · 16 years ago
  95. 95dac040 mac80211: small rate control changes by Johannes Berg · 16 years ago
  96. 7a725f7 mac80211: warn on some invalid vlan operations by Johannes Berg · 16 years ago
  97. 0d143fe mac80211: move regular interface handling by Johannes Berg · 16 years ago
  98. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  99. c2b1345 mac80211: clean up scan namespace by Johannes Berg · 16 years ago
  100. 213cd11 mac80211: make bridge_packets a virtual interface option by Johannes Berg · 16 years ago