1. 79f6440 mac80211: Introduce a generic commit() to apply changes by Alina Friedrichsen · 16 years ago
  2. 80e775b mac80211: Add software scan notifiers by Michael Buesch · 16 years ago
  3. 4aa188e mac80211/cfg80211: move iwrange handler to cfg80211 by Johannes Berg · 16 years ago
  4. 77965c9 cfg80211: clean up signal type by Johannes Berg · 16 years ago
  5. 0a16ec5 mac80211: add missing kernel-doc by Johannes Berg · 16 years ago
  6. a77b855 cfg80211/mac80211: fill qual.qual value/adjust max_qual.qual by Johannes Berg · 16 years ago
  7. 98c8a60a nl80211: Provide access to STA TX/RX packet counters by Jouni Malinen · 16 years ago
  8. 70692ad nl80211: Optional IEs into scan request by Jouni Malinen · 16 years ago
  9. 81cb762 mac80211: Extend the rate control API with an update callback by Sujith · 16 years ago
  10. 4690029 mac80211: split IBSS/managed code by Johannes Berg · 16 years ago
  11. 96f5e66 mac80211: fix aggregation for hardware with ampdu queues by Johannes Berg · 16 years ago
  12. 076ae60 mac80211: disallow moving netns by Johannes Berg · 16 years ago
  13. 53d6f81c mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is set by Vasanthakumar Thiagarajan · 16 years ago
  14. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  15. fe3d2c3 mac80211: split managed/ibss code a little more by Johannes Berg · 16 years ago
  16. a71800f mac80211: fix IBSS auth by Johannes Berg · 16 years ago
  17. 9a03d6d mac80211: calculate wstats_flags on the fly by Johannes Berg · 16 years ago
  18. 00d3f14 mac80211: use cfg80211s BSS infrastructure by Johannes Berg · 16 years ago
  19. 99cf5f5 mac80211: dont add BSS when creating IBSS by Johannes Berg · 16 years ago
  20. 2a51931 cfg80211/nl80211: scanning (and mac80211 update to use it) by Johannes Berg · 16 years ago
  21. 849b796 mac80211: further cleanups to stopping BA sessions by Johannes Berg · 16 years ago
  22. d75636e mac80211: RX aggregation: clean up stop session by Johannes Berg · 16 years ago
  23. 2dace10 mac80211: clean up BA session teardown by Johannes Berg · 16 years ago
  24. 55687e3 mac80211: fix aggregation timer lockups by Johannes Berg · 16 years ago
  25. 23e6a7e mac80211: fix race in TX aggregation by Johannes Berg · 16 years ago
  26. 86ab6c5 mac80211: document TX aggregation (and small cleanup) by Johannes Berg · 16 years ago
  27. 955d3fe mac80211: hardware should not deny going back to legacy by Johannes Berg · 16 years ago
  28. 8abd3f9 mac80211: restrict aggregation to supported interface modes by Johannes Berg · 16 years ago
  29. b8695a8 mac80211: restructure HT code by Johannes Berg · 16 years ago
  30. 20ad19d mac80211: fix RX aggregation timeouts by Johannes Berg · 16 years ago
  31. 8b1c814 mac80211: remove stray aggregation debugfs definition by Johannes Berg · 16 years ago
  32. 7ab17c4 mac80211: remove bssid argument from prepare_for_handlers by Johannes Berg · 16 years ago
  33. 14b8072 mac80211: fix beacon enable more by Johannes Berg · 16 years ago
  34. 60b2251 mac80211: reject extra IEs for probe request when hw_scan by Johannes Berg · 16 years ago
  35. e4e5e2b mac80211: properly validate/translate IW_AUTH_MFP values by Johannes Berg · 16 years ago
  36. 5e13336 mac80211: disable IBSS beacon before join by Johannes Berg · 16 years ago
  37. 572e001 mac80211: use ps-poll when dynamic power save mode is disabled by Kalle Valo · 16 years ago
  38. 1fb3606 mac80211: remove multicast check from check_tim() by Kalle Valo · 16 years ago
  39. 97d97b8 mac80211: Fix the wrong WARN_ON message appearing on enabling power save. by Vivek Natarajan · 16 years ago
  40. 7a94708 mac80211: Free current bss information in few places where we don't need it any more by Vasanthakumar Thiagarajan · 16 years ago
  41. f1b33cb mac80211: restrict to AP in outgoing interface heuristic by Johannes Berg · 16 years ago
  42. d43e878 mac80211: Remove bss information of the current AP when it goes out of range by Vasanthakumar Thiagarajan · 16 years ago
  43. 47f4d88 mac80211: do not TX injected frames when not allowed by Luis R. Rodriguez · 16 years ago
  44. 7230645 mac80211: convert master interface to netdev_ops by Johannes Berg · 16 years ago
  45. 587e729 mac80211: convert to net_device_ops by Johannes Berg · 16 years ago
  46. 7fee537 mac80211: remove HW_SIGNAL_DB by Johannes Berg · 16 years ago
  47. c1b4aa3 wireless: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  48. c4e3a58 mac80211: IBSS join rework by Alina Friedrichsen · 16 years ago
  49. c0415b5 mac80211: Creating new IBSS with fixed BSSID by Alina Friedrichsen · 16 years ago
  50. e374055 mac80211: Reset assoc_scan_tries after an unsuccessful scan run by Sujith · 16 years ago
  51. b8abde4 mac80211: Cancel the dynamic ps timer in ioctl_siwpower. by Vivek Natarajan · 16 years ago
  52. fb9ddbf mac80211: don't try to powersave/config disabled interfaces by Johannes Berg · 16 years ago
  53. 3b5d665 mac80211: Generic TSF debugging by Alina Friedrichsen · 16 years ago
  54. c771c9d mac80211: add interface list lock by Johannes Berg · 16 years ago
  55. e874e65 mac80211: flush workqueue a second time in suspend() by Bob Copeland · 16 years ago
  56. 30d3ef4 mac80211: change workqueue back to non-freezeable by Bob Copeland · 16 years ago
  57. dfe6701 mac80211: Fixed BSSID handling revisited by Alina Friedrichsen · 16 years ago
  58. ae54c98 mac80211: Read the TSF via debugfs by Alina Friedrichsen · 16 years ago
  59. 9a95371 mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphy by Luis R. Rodriguez · 16 years ago
  60. 078e1e6 mac80211: Add capability to enable/disable beaconing by Johannes Berg · 16 years ago
  61. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 16 years ago
  62. 5f936f1 mac80211: constify ieee80211_if_conf.bssid by Johannes Berg · 16 years ago
  63. f797eb7 mac80211: Fix MFP Association Comeback to use Timeout Interval IE by Jouni Malinen · 16 years ago
  64. 665af4f mac80211: add suspend/resume callbacks by Bob Copeland · 16 years ago
  65. e0463f5 mac80211: Fix drop-unencrypted for management frames by Jouni Malinen · 16 years ago
  66. 2182b83 mac80211: trivial documentation fix (mesh_nexthop_lookup()). by Rami Rosen · 16 years ago
  67. eb80ed8 mac80211: trivial documentation fixes (enum mesh_path_flags). by Rami Rosen · 16 years ago
  68. 9cf2d18 mac80211: remove mesh_plink_close() method. by Rami Rosen · 16 years ago
  69. e964817 mac80211: cleanup kmalloc/memset -> kcalloc by Wei Yongjun · 16 years ago
  70. 9aed3cc nl80211: New command for adding extra IE(s) into management frames by Jouni Malinen · 16 years ago
  71. ebe6c7b mac80211: Fix radiotap header it_present on big endian CPUs by Jouni Malinen · 16 years ago
  72. f4f727a mac80211: Mark ieee80211_process_sa_query_req() static by Jouni Malinen · 16 years ago
  73. a8302de mac80211: Handle power constraint level advertised in 11d+h beacon by Vasanthakumar Thiagarajan · 16 years ago
  74. 4375d08 mac80211: 802.11w - Add driver capability flag for MFP by Jouni Malinen · 16 years ago
  75. 1f7d77a mac80211: 802.11w - Optional software CCMP for management frames by Jouni Malinen · 16 years ago
  76. 63a5ab8 mac80211: 802.11w - Implement Association Comeback processing by Jouni Malinen · 16 years ago
  77. 97ebe12 mac80211: 802.11w - Drop unprotected robust management frames if MFP is used by Jouni Malinen · 16 years ago
  78. 1acc97b mac80211: 802.11w - Do not force Action frames to disable encryption by Jouni Malinen · 16 years ago
  79. fea1473 mac80211: 802.11w - SA Query processing by Jouni Malinen · 16 years ago
  80. fdfacf0 mac80211: 802.11w - Configuration of MFP disabled/optional/required by Jouni Malinen · 16 years ago
  81. 22787dba mac80211: 802.11w - WEXT configuration for IGTK by Jouni Malinen · 16 years ago
  82. 54604d3 mac80211: 802.11w - WEXT parameter for setting mgmt cipher by Jouni Malinen · 16 years ago
  83. 3cfcf6ac mac80211: 802.11w - Use BIP (AES-128-CMAC) by Jouni Malinen · 16 years ago
  84. 765cb46 mac80211: 802.11w - Add BIP (AES-128-CMAC) by Jouni Malinen · 16 years ago
  85. fb73333 mac80211: 802.11w - CCMP for management frames by Jouni Malinen · 16 years ago
  86. 5394af4 mac80211: 802.11w - STA flag for MFP by Jouni Malinen · 16 years ago
  87. 4be8c38 mac80211: extend/document powersave API by Johannes Berg · 16 years ago
  88. 46f2c4b mac80211: move dynamic PS timeout to hardware config by Johannes Berg · 16 years ago
  89. e9aeaba mac80211: validate SIOCSIWPOWER arguments better by Johannes Berg · 16 years ago
  90. 4797938 mac80211: clean up channel type config by Johannes Berg · 16 years ago
  91. d1c3a37 mac80211: clarify alignment docs, fix up alignment by Johannes Berg · 16 years ago
  92. 2bf30fa mac80211: remove user_power_level from driver API by Johannes Berg · 16 years ago
  93. 8fe1292 mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCount). by Rami Rosen · 16 years ago
  94. 81d963a mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h. by Rami Rosen · 16 years ago
  95. 504a71e mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req(). by Rami Rosen · 16 years ago
  96. def1343 mac80211: remove an unnecessary assignment to info in __ieee80211_tx(). by Rami Rosen · 16 years ago
  97. c481ec9 mac80211: Add 802.11h CSA support by Sujith · 16 years ago
  98. b522ed5 mac80211: Allow to set channel in adhoc properly by Alina Friedrichsen · 16 years ago
  99. 65f0e6a mac80211: Don't merge if BSSID is set manually by Alina Friedrichsen · 16 years ago
  100. 137f9f4 mac80211: Don't scan if BSSID and channel are set manually by Alina Friedrichsen · 16 years ago