1. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  3. 8e3bad6 mac80211: remove ieee80211_notify_mac by Johannes Berg · 16 years ago
  4. db7fb86 mac80211: fix notify_mac function by Johannes Berg · 16 years ago
  5. d61272c mac80211: fix basic rates setting from association response by Tomas Winkler · 16 years ago
  6. 41bb73e mac80211: remove SSID driver code by Johannes Berg · 16 years ago
  7. 97c8b01 mac80211: print reason code for deauth/dissoc frames by Zhu Yi · 16 years ago
  8. e2ef12d mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss(). by Rami Rosen · 16 years ago
  9. ddf4ac5 mac80211: insert AP sta entry after filling it by Johannes Berg · 16 years ago
  10. 4a68ec5 mac80211: inform userspace of probe/auth/assoc timeout by Johannes Berg · 16 years ago
  11. ae5eb02 mac80211: rewrite HT handling by Johannes Berg · 16 years ago
  12. bda3933 mac80211: move bss_conf into vif by Johannes Berg · 16 years ago
  13. d9fe60d 802.11: clean up/fix HT support by Johannes Berg · 16 years ago
  14. 7a5158e mac80211: fix short slot handling by Johannes Berg · 16 years ago
  15. 0c68ae26 mac80211: convert to %pM away from print_mac by Johannes Berg · 16 years ago
  16. 0991481 mac80211: fix HT information element parsing by Johannes Berg · 16 years ago
  17. ad788b5 mac80211: avoid "Wireless Event too big" message for assoc response by John W. Linville · 16 years ago
  18. 74af025 wireless: restore revert lost to merge damage by Linus Torvalds · 16 years ago
  19. 4492bea mac80211: fix led behavior in IBSS by Emmanuel Grumbach · 16 years ago
  20. 4dfe51e mac80211: probe with correct SSID by Johannes Berg · 16 years ago
  21. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  22. 687c7c0 mac80211: share sta_info->ht_info by Johannes Berg · 16 years ago
  23. 323ce79 mac80211: share sta->supp_rates by Johannes Berg · 16 years ago
  24. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  25. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  26. 96dd22a mac80211: inform driver of basic rateset by Johannes Berg · 16 years ago
  27. c2b1345 mac80211: clean up scan namespace by Johannes Berg · 16 years ago
  28. 9c6bd79 mac80211: reorder MLME code more by Johannes Berg · 16 years ago
  29. 5bc7572 mac80211: fix scan vs. interface removal race by Johannes Berg · 16 years ago
  30. 472dbc4 mac80211: split off mesh handling entirely by Johannes Berg · 16 years ago
  31. 7c95069 mac80211: dont set REQ_RUN when scan finishes by Johannes Berg · 16 years ago
  32. a1678f8 mac80211: move STA timer restart by Johannes Berg · 16 years ago
  33. 24723d1 mac80211: move ieee80211_sta_expire by Johannes Berg · 16 years ago
  34. e50db65 mac80211: move frame TX function by Johannes Berg · 16 years ago
  35. 39192c0 mac80211: move spectrum management code out by Johannes Berg · 16 years ago
  36. de1ede7a mac80211: make BA session handling independent of STA mode by Johannes Berg · 16 years ago
  37. 5825fe1 mac80211: initialise queue QoS parameters at hw start by Johannes Berg · 16 years ago
  38. 3d35f7c mac80211: split ieee80211_sta_def_wmm_params by Johannes Berg · 16 years ago
  39. ef422bc mac80211: consolidate deauth/disassoc by Johannes Berg · 16 years ago
  40. 9ac19a9 mac80211: reorder frame code in mlme by Johannes Berg · 16 years ago
  41. b079ada mac80211: remove useless 'ibss' parameter by Johannes Berg · 16 years ago
  42. a0fe8b3 mac80211: simplify scan start by Johannes Berg · 16 years ago
  43. 44d414d mac80211: move some HT code out of mlme.c by Johannes Berg · 16 years ago
  44. 5484e23 mac80211: move BSS handling to scan code by Johannes Berg · 16 years ago
  45. 98c8fcc mac80211: refactor and move scan RX code by Johannes Berg · 16 years ago
  46. 0a51b27 mac80211: start moving scan code from mlme by Johannes Berg · 16 years ago
  47. ee96d6e mac80211: remove useless non-NULL tests from scan results code by Johannes Berg · 16 years ago
  48. 491775a mac80211: use sdata pointer for scan interface by Johannes Berg · 16 years ago
  49. 60f8b39 mac80211: reorder mlme code by Johannes Berg · 16 years ago
  50. 24e6462 mac80211: stop queues before carrier off by Tomas Winkler · 16 years ago
  51. f5e5bf2 mac80211: remove disassociation code from ieee80211_set_associated by Tomas Winkler · 16 years ago
  52. 3b7ee69 mac80211: disassociate when moving to new BSS by Tomas Winkler · 16 years ago
  53. aa458d1 mac80211: restructure disassoc/deauth flows by Tomas Winkler · 16 years ago
  54. 37ffc8d mac80211: move IE parsing to util file by Johannes Berg · 16 years ago
  55. 5fd12d4 mac80211: fix typo in action frame handling by Johannes Berg · 16 years ago
  56. 9c80d3d mac80211: fix action frame length checks by Johannes Berg · 16 years ago
  57. 5bda617 mac80211: BSS info: check channel first by Johannes Berg · 16 years ago
  58. fe3fa82 mac80211: make conf_tx non-atomic by Johannes Berg · 16 years ago
  59. 69e6c01 mac80211: move some RCU locking into an if branch by Johannes Berg · 16 years ago
  60. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  61. 8e1535d mac80211: Fix rate scale initialization in IBSS by Emmanuel Grumbach · 16 years ago
  62. 9818bab mac80211: Fix low bit rate in IBSS by Tomas Winkler · 16 years ago
  63. bf7394c Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" by Linus Torvalds · 16 years ago
  64. b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. 43ac2ca mac80211: Handle scan result IEs in one block by Jouni Malinen · 16 years ago
  66. 576fdea mac80211: quiet chatty IBSS merge message by John W. Linville · 16 years ago
  67. 8ab65b0 mac80211: don't send empty extended rates IE by Jan-Espen Pettersen · 16 years ago
  68. 087d833 mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM by Jouni Malinen · 16 years ago
  69. 9859b81 mac80211: add direct probe before association by Ron Rindjunsky · 16 years ago
  70. 6042a3e mac80211: change number of pre-assoc scans by Ron Rindjunsky · 16 years ago
  71. 48c2fc5 mac80211: cleanup mlme state namespace by Tomas Winkler · 16 years ago
  72. 8e7cdbb mac80211: filter probes in ieee80211_rx_mgmt_probe_resp by Tomas Winkler · 16 years ago
  73. f698d85 replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate by Jasper Bryant-Greene · 16 years ago
  74. e7827a7 mac80211: remove IEEE80211_FC helper by Harvey Harrison · 16 years ago
  75. a61dae1 mac80211: update new sta's rx timestamp by Ron Rindjunsky · 16 years ago
  76. 4c43e0d iwlwifi: HW bug fixes by Tomas Winkler · 16 years ago
  77. 80693ce mac80211: automatic IBSS channel selection by Daniel Drake · 16 years ago
  78. ea95bba mac80211: make listen_interval be limited by low level driver by Tomas Winkler · 16 years ago
  79. 98f7dfd mac80211: pass dtim_period to low level driver by Emmanuel Grumbach · 16 years ago
  80. 56a6d13 mac80211: fix mesh beaconing by Luis Carlos Cobo · 16 years ago
  81. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  82. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  83. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  84. 1e18863 mac80211: dont add a STA which is not in the same IBSS by Emmanuel Grumbach · 16 years ago
  85. f434b2d mac80211: fix struct ieee80211_tx_queue_params by Johannes Berg · 16 years ago
  86. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  87. 3e122be mac80211: make master netdev handling sane by Johannes Berg · 16 years ago
  88. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. fc32f92 mac80211: call bss_info_change only once upon disassociation by Tomas Winkler · 16 years ago
  90. ebd7448 mac80211: fix warning: unused variable ifsta by Tomas Winkler · 16 years ago
  91. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 16 years ago
  92. b2898a2 mac80211: Don't request encryption for probe response by Ivo van Doorn · 16 years ago
  93. 6e43829 mac80211: don't report selected IBSS when not found by Vladimir Koutny · 16 years ago
  94. 8db9369 mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notify by Guy Cohen · 16 years ago
  95. f4ea83d mac80211: rework debug settings and make debugging safer by Johannes Berg · 16 years ago
  96. 4faeb86 mac80211: add beacon timestamp to beacon template in IBSS by Assaf Krauss · 16 years ago
  97. ae6a44e mac80211: removing duplicated parsing of information elements by Ester Kummer · 16 years ago
  98. bf998f6 mac80211: add last beacon time in scan list by Emmanuel Grumbach · 16 years ago
  99. 06ff47b mac80211: add spectrum capabilities by Tomas Winkler · 16 years ago
  100. 4e3996f mac80211: mlme.c use new frame control helpers by Harvey Harrison · 16 years ago