1. 5c5e128 mac80211: fix wme code by Johannes Berg · 16 years ago
  2. 3df5ee6 wireless: fix warning introduced by "mac80211: QoS related cleanups" by John W. Linville · 16 years ago
  3. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 16 years ago
  4. 712590d make sta_rx_agg_session_timer_expired() static by Adrian Bunk · 16 years ago
  5. 3acea5b mac80211: correct skb allocation by Ester Kummer · 16 years ago
  6. c6adbd2 mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE by Ivo van Doorn · 16 years ago
  7. 988c0f7 mac80211: a few code cleanups by Johannes Berg · 16 years ago
  8. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 16 years ago
  9. c2a3b23 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  10. 17f8304 mac80211: incorrect shift direction by Harvey Harrison · 16 years ago
  11. 636c5d4 mac80211: insert WDS peer after adding interface by Johannes Berg · 16 years ago
  12. e94e106 mac80211: don't allow invalid WDS peer addresses by Johannes Berg · 16 years ago
  13. 8b808bf mac80211: assign conf.beacon_control for mesh by Johannes Berg · 16 years ago
  14. 51cedda mac80211: use 4-byte mesh sequence number by Luis Carlos Cobo · 16 years ago
  15. 77a50df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  16. bd8fd21 wireless: Fix compile error with wifi & leds by Luca Tettamanti · 16 years ago
  17. f375d55 asm/unaligned.h doesn't work well as the very first include by Al Viro · 16 years ago
  18. 0da926f mac80211: fix use before check of Qdisc length by Ron Rindjunsky · 16 years ago
  19. 13d8fd2 net/mac80211/rx.c: fix off-by-one by Adrian Bunk · 16 years ago
  20. 1ebebea mac80211: Fix race between ieee80211_rx_bss_put and lookup routines. by Pavel Emelyanov · 16 years ago
  21. a46f025 mac80211: Fix n-band association problem by Abhijeet Kolekar · 16 years ago
  22. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  23. 30b89b0 mac80211: rework scanning to account for probe response/beacon difference by Johannes Berg · 16 years ago
  24. b454048 mac80211: allow WDS mode by Johannes Berg · 16 years ago
  25. 245cbe7 mac80211: fix key todo list order by Johannes Berg · 16 years ago
  26. b16bd15 mac80211: fix spinlock recursion by Johannes Berg · 16 years ago
  27. d18ef29 mac80211: no BSS changes to driver from beacons processed during scanning by Reinette Chatre · 16 years ago
  28. 98dd6a5 mac80211: further RCU fixes by Johannes Berg · 16 years ago
  29. 3a24576 mac80211: fix key hwaccel race by Johannes Berg · 16 years ago
  30. 50c4afb mlme.c: fixup some merge damage by John W. Linville · 16 years ago
  31. b3fc9c6 mac80211: remove message on receiving unexpected unencrypted frames by Johannes Berg · 16 years ago
  32. 216bce9 mac80211: use short_preamble mode from capability if ERP IE not present by Vladimir Koutny · 16 years ago
  33. d9c58f3 mac80211: fix key debugfs default_key link by Johannes Berg · 16 years ago
  34. 2c8dccc mac80211: rename files by Johannes Berg · 16 years ago
  35. 3b96766 mac80211: fix key vs. sta locking problems by Johannes Berg · 16 years ago
  36. 7d1559f mac80211: fix sta-info pinning by Johannes Berg · 16 years ago
  37. 4d6141c3 mac80211: fix defined but not used by Jiri Slaby · 16 years ago
  38. 513a102 mac80211: BA session debug prints changes by Ron Rindjunsky · 16 years ago
  39. 84363e6 mac80211: notify mac from low level driver (iwlwifi) by Mohamed Abbas · 16 years ago
  40. 380a942 mac80211: fix ieee80211_ioctl_giwrate by Johannes Berg · 16 years ago
  41. bebb8a5 mac80211: make debugfs files root-only by Johannes Berg · 16 years ago
  42. 41a7be4 mac80211: notify upper layers after lower by Reinette Chatre · 16 years ago
  43. 9cfb000 mac80211: clean up IEEE80211_FC use by Johannes Berg · 16 years ago
  44. 49ec6fa2 mac80211: fix possible sta-debugfs work lockup by Johannes Berg · 16 years ago
  45. fff7710 mac80211: add station aid into ieee80211_tx_control by Chr · 16 years ago
  46. 21c0cbe mac80211: add association capabilty and timing info into bss_conf by Tomas Winkler · 16 years ago
  47. 38668c0 mac80211: eliminate conf_ht by Tomas Winkler · 16 years ago
  48. 2473670 Revert "mac80211: use a struct for bss->mesh_config" by John W. Linville · 16 years ago
  49. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. 6c4711b mac80211: use a struct for bss->mesh_config by Luis Carlos Cobo · 16 years ago
  51. 05e5e88 mac80211: check for mesh_config length on incoming management frames by Luis Carlos Cobo · 16 years ago
  52. 966a542 mac80211: use recent multicast table for all mesh multicast frames by Luis Carlos Cobo · 16 years ago
  53. cb585bc mac80211: fix spinlock recursion on sta expiration by Luis Carlos Cobo · 16 years ago
  54. 73bb3e4 mac80211: fix deadlocks in debugfs_netdev.c by Luis Carlos Cobo · 16 years ago
  55. 7e879b5 mac80211: fix sparse complaint in ieee80211_sta_def_wmm_params by Johannes Berg · 16 years ago
  56. dc6676b mac80211: sta_info_flush() fixes by Johannes Berg · 16 years ago
  57. 4f6fab4 mac80211: clean up sta_info_destroy() users wrt. RCU/locking by Johannes Berg · 16 years ago
  58. 93e5deb mac80211: automatically free sta struct when insertion fails by Johannes Berg · 16 years ago
  59. 97bff8e mac80211: fix sta_info_destroy(NULL) by Johannes Berg · 16 years ago
  60. 9dd6aed mac80211 ibss: flush only stations belonging to current interface by Johannes Berg · 16 years ago
  61. 0675abd net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug by Andrew Morton · 16 years ago
  62. d43c7b3 mac80211: correct use_short_preamble handling by Vladimir Koutny · 16 years ago
  63. 64f851e mac80211: trigger ieee80211_sta_work after opening interface by Jan Niehusmann · 16 years ago
  64. 056cdd5 mac80211: reorder fields to make some structures smaller by Johannes Berg · 16 years ago
  65. cee24a3 mac80211: A-MPDU MLME use dynamic allocation by Ron Rindjunsky · 16 years ago
  66. 2470918 mac80211: fix wrong Rx A-MPDU control via debugfs by Ron Rindjunsky · 16 years ago
  67. be89247 mac80211: silently accept deletion of non-existant key by John W. Linville · 16 years ago
  68. e2839d8 mac80211: configure default wmm params correctly by Vladimir Koutny · 16 years ago
  69. 675ef58 mac80211: prevent tuning during scanning by Mohamed Abbas · 16 years ago
  70. 85249e5 mac80211: tear down of block ack sessions by Ron Rindjunsky · 16 years ago
  71. 7b9d44c mac80211: fixing debug prints for AddBA request by Ron Rindjunsky · 16 years ago
  72. 2e354ed mac80211: fixing delba debug print by Ron Rindjunsky · 16 years ago
  73. fab7d4a mac80211: filter scan results on unusable channels by Johannes Berg · 16 years ago
  74. e048c6e mac80211: use ieee80211_get_channel by Johannes Berg · 16 years ago
  75. 9ae4fda mac80211: allows driver to request a Phase 1 RX key by Emmanuel Grumbach · 16 years ago
  76. 5d2cdcd mac80211: get a TKIP phase key from skb by Emmanuel Grumbach · 16 years ago
  77. d935713 the scheduled rc80211-simple.c removal by Adrian Bunk · 16 years ago
  78. e5f98f2 mac80211: don't call conf_tx under RCU lock by Johannes Berg · 16 years ago
  79. 69d3b6f mac80211: fix hardware scan completion by Johannes Berg · 16 years ago
  80. 2a8ca29 mac80211: fix mesh_path and sta_info get_by_idx functions by Luis Carlos Cobo · 16 years ago
  81. a00de5d mac80211: path IE fields macros, fix alignment problems and clean up by Luis Carlos Cobo · 16 years ago
  82. b4e08ea mac80211: add PLINK_ prefix and kernel doc to enum plink_state by Luis Carlos Cobo · 16 years ago
  83. cfa22c7 mac80211: always force mesh_path deletions by Luis Carlos Cobo · 16 years ago
  84. 89a1ad6 mac80211: delete mesh_path timer on mesh_path removal by Luis Carlos Cobo · 16 years ago
  85. aa2b592 mac80211: clean up use of endianness conversion functions by Luis Carlos Cobo · 16 years ago
  86. 4f5d4c4 mac80211: breakdown mesh network attributes in different extra fields for wext by Luis Carlos Cobo · 16 years ago
  87. 3b091cd mac80211: move comment to better location by Luis Carlos Cobo · 16 years ago
  88. 1d1b535 mac80211: fix incorrect parenthesis by Luis Carlos Cobo · 16 years ago
  89. 37659ff mac80211: fix mesh endianness sparse warnings and unmark it as broken by Luis Carlos Cobo · 16 years ago
  90. 96c4654 mac80211: always insert key into list by Johannes Berg · 16 years ago
  91. 03e4497 mac80211: fix sta_info mesh timer bug by Johannes Berg · 16 years ago
  92. dbbea67 mac80211: add documentation book by Johannes Berg · 16 years ago
  93. 7c8076b mac80211: don't clear next_hop in path reclaim by Johannes Berg · 16 years ago
  94. 44213b5 mac80211: remove STA entries when taking down interface by Johannes Berg · 16 years ago
  95. 693b1bb mac80211: clean up sta_info and document locking by Johannes Berg · 16 years ago
  96. 73651ee mac80211: split sta_info_add by Johannes Berg · 16 years ago
  97. d0709a6 mac80211: RCU-ify STA info structure access by Johannes Berg · 16 years ago
  98. 5cf121c mac80211: split ieee80211_txrx_data by Johannes Berg · 16 years ago
  99. 7495883 mac80211: reorder a few fields in sta_info by Johannes Berg · 16 years ago
  100. 42096b6 mac80211: fix kernel-doc comment for mesh_plink_deactivate by Johannes Berg · 16 years ago