1. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. 87291c0 mac80211: eliminate IBSS warning in rate_lowest_index() by Vladimir Koutny · 16 years ago
  3. c644bce mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_key by Harvey Harrison · 16 years ago
  4. 7c70537 mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller by Harvey Harrison · 16 years ago
  5. c801242 mac80211: tkip.c consolidate tkip IV writing in helper by Harvey Harrison · 16 years ago
  6. 87228f5 mac80211: rx.c use new helpers by Harvey Harrison · 16 years ago
  7. 002aaf4 mac80211: wme.c use new helpers by Harvey Harrison · 16 years ago
  8. a494bb1 mac80211: use new helpers in util.c - ieee80211_get_bssid() by Harvey Harrison · 16 years ago
  9. d5184ca mac80211: wpa.c use new access helpers by Harvey Harrison · 16 years ago
  10. 6693be7 mac80211: add utility function to get header length by Harvey Harrison · 16 years ago
  11. c9c6950 mac80211: make ieee80211_get_hdrlen_from_skb return unsigned by Harvey Harrison · 16 years ago
  12. dc0ae30 mac80211: fix beacon interval value by Tomas Winkler · 16 years ago
  13. 8d5e0d5 mac80211: do not fragment while aggregation is in use by Ron Rindjunsky · 16 years ago
  14. 995ad6c mac80211: add missing new line in debug print HT_DEBUG by Tomas Winkler · 16 years ago
  15. 5c5f966 mac80211 : fix for iwconfig in ad-hoc mode by Abhijeet Kolekar · 16 years ago
  16. 9a727a2 net/mac80211/ieee80211_i.h: fix-up merge damage by John W. Linville · 16 years ago
  17. 65b53e4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 788c0a5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  19. be038b3 mac80211: Checking IBSS support while changing channel in ad-hoc mode by Assaf Krauss · 16 years ago
  20. 872ba53 mac80211: decrease IBSS creation latency by Dan Williams · 16 years ago
  21. ad81b2f mac80211: Fixing slow IBSS rejoin by Assaf Krauss · 16 years ago
  22. 507b06d mac80211: send association event on IBSS create by Dan Williams · 16 years ago
  23. 2d89298 mac80211: removing shadowed sband by Tomas Winkler · 16 years ago
  24. b97e77e mac80211: fix unbalanced locking in ieee80211_get_buffered_bc by Tomas Winkler · 16 years ago
  25. 2b21214 mac80211: fix panic when using hardware WEP by Pavel Roskin · 16 years ago
  26. 5854a32 mac80211: fix rate control initialisation by Johannes Berg · 16 years ago
  27. 9306102 mac80211: allow disable FAT in specific configurations by Emmanuel Grumbach · 16 years ago
  28. e623157 mac80211: sends HT IE to user level through wext by Emmanuel Grumbach · 17 years ago
  29. b83f4e1 mac80211: fix deadlock in sta->lock by Tomas Winkler · 17 years ago
  30. 747cf5e mac80211: fix ieee80211_get_buffered_bc by Tomas Winkler · 17 years ago
  31. 23c0752 mac80211: clean up skb reallocation code by Johannes Berg · 16 years ago
  32. c97c23e mac80211: fix alignment issue with compare_ether_addr() by Senthil Balasubramanian · 16 years ago
  33. 70d251b mac80211: Fix for NULL pointer dereference in sta_info_get() by Senthil Balasubramanian · 16 years ago
  34. f6d9710 mac80211: fix a typo in ieee80211_handle_filtered_frame comment by Yi Zhu · 17 years ago
  35. d4231ca mac80211 : Fixes the status message for iwconfig by Abhijeet Kolekar · 17 years ago
  36. 9381be0 mac80211: reorder channel and freq reporting in wext scan report by Tomas Winkler · 17 years ago
  37. 167ad6f mac80211: fix ieee80211_rx_bss_put/get imbalance by Tomas Winkler · 17 years ago
  38. 679fda1 net/mac80211: always true conditionals by Nicolas Kaiser · 17 years ago
  39. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  40. 9e72ebd mac80211: remove channel use statistics by Johannes Berg · 17 years ago
  41. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 17 years ago
  42. eefce91 mac80211: dont allow fragmentation and requeuing on A-MPDU queues by Johannes Berg · 17 years ago
  43. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  44. e245494 mac80211: reorder some transmit handlers by Johannes Berg · 17 years ago
  45. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 17 years ago
  46. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 17 years ago
  47. c468047 mac80211: fix bugs in queue handling functions by Johannes Berg · 17 years ago
  48. edcdf8b mac80211: separate Tx and Rx MCS when configuring HT by Ron Rindjunsky · 17 years ago
  49. 3c83809 mac80211: tkip.c use struct tkip_ctx in phase 2 key mixing by Harvey Harrison · 17 years ago
  50. 82a5744 mac80211: tkip.c use struct tkip_ctx in phase 1 key mixing by Harvey Harrison · 17 years ago
  51. b0f76b3 mac80211: add a struct to hold tkip context by Harvey Harrison · 17 years ago
  52. a7b6f0c mac80211: add const, remove unused function, make one function static by Harvey Harrison · 17 years ago
  53. 1b19ca3 mac80211: introduce struct michael_mic_ctx and static helpers by Harvey Harrison · 17 years ago
  54. 1bd3dff mac80211: michael.c use kernel-provided infrastructure by Harvey Harrison · 17 years ago
  55. bd9b448 mac80211: Consolidate hash kfree-ing in mesh.c. by Pavel Emelyanov · 17 years ago
  56. a3538b1 mac80211: Merge error paths in mesh_table_grow(). by Pavel Emelyanov · 17 years ago
  57. 3282aea mac80211: Do not report false error from mesh_path_add. by Pavel Emelyanov · 17 years ago
  58. 8566dc3 mac80211: Fix sleeping allocation under lock in mesh_path_node_copy. by Pavel Emelyanov · 17 years ago
  59. 00242c4 mac80211: Report allocation failure from mesh_path_node_copy. by Pavel Emelyanov · 17 years ago
  60. 4caf86c mac80211: Prepare mesh_table_grow to failing copy_node callback. by Pavel Emelyanov · 17 years ago
  61. 5194ee8 mac80211: Fix one more call to synchronize_rcu in atomic context. by Pavel Emelyanov · 17 years ago
  62. 402d775 mac80211: Brush up error paths in mesh_path_add. by Pavel Emelyanov · 17 years ago
  63. 0d580a7 mac80211: fix NULL pointer dereference in ieee80211_compatible_rates by Helmut Schaa · 17 years ago
  64. 51e779f mac80211: don't claim iwspy support by Johannes Berg · 17 years ago
  65. 2f561fe mac80211: Add RTNL version of ieee80211_iterate_active_interfaces by Ivo van Doorn · 17 years ago
  66. 34a961f mac80211 : Association with 11n hidden ssid ap. by Abhijeet Kolekar · 17 years ago
  67. f42a444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  68. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  69. b0a6717 mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX frames by Ivo van Doorn · 17 years ago
  70. 601ae7f mac80211: make rx radiotap header more flexible by Bruno Randolf · 17 years ago
  71. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  72. fac371d mac80211: fix queue constant confusion by Johannes Berg · 17 years ago
  73. 07346f81 mac80211: proper STA info locking by Johannes Berg · 17 years ago
  74. 3434fbd mac80211: require four hardware queues for QoS/HT by Johannes Berg · 17 years ago
  75. 8c046c8 mac80211: tkip.c use kernel-provided infrastructure by Harvey Harrison · 17 years ago
  76. ae7245c wireless: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
  77. 608961a mac80211: Use skb_header_cloned() on TX path. by David S. Miller · 17 years ago
  78. f3994ec mac80211: assign needed_headroom/tailroom for netdevs by Johannes Berg · 17 years ago
  79. a4278e1 mac80211: add missing newlines in printk() by Pavel Roskin · 17 years ago
  80. 36d16ae mac80211: fix association with some APs by Helmut Schaa · 17 years ago
  81. 6d6936e Fix potential scheduling while atomic in mesh_path_add. by Pavel Emelyanov · 17 years ago
  82. 0eb03d5 Fix not checked kmalloc() result. by Pavel Emelyanov · 17 years ago
  83. f84e71a Fix GFP_KERNEL allocation under read lock. by Pavel Emelyanov · 17 years ago
  84. 812714d mac80211: mesh hwmp: fix kfree(skb) by Patrick McHardy · 17 years ago
  85. 69687a0 mac80211: fix access to null skb by Luis Carlos Cobo · 17 years ago
  86. ef26925 mac80211: fix incorrect mesh header length by Luis Carlos Cobo · 17 years ago
  87. df44205 mac80211: Don't encrypt beacons by Ivo van Doorn · 17 years ago
  88. 78520ca mac80211: fix debugfs default key oops by Johannes Berg · 17 years ago
  89. bb55bdd fix irq flags in mac80211 code by Steven Rostedt · 17 years ago
  90. 5c5e128 mac80211: fix wme code by Johannes Berg · 17 years ago
  91. 3df5ee6 wireless: fix warning introduced by "mac80211: QoS related cleanups" by John W. Linville · 17 years ago
  92. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 17 years ago
  93. 712590d make sta_rx_agg_session_timer_expired() static by Adrian Bunk · 17 years ago
  94. 3acea5b mac80211: correct skb allocation by Ester Kummer · 17 years ago
  95. c6adbd2 mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE by Ivo van Doorn · 17 years ago
  96. 988c0f7 mac80211: a few code cleanups by Johannes Berg · 17 years ago
  97. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 17 years ago
  98. 339a7c4 mac80211: Do not free net device after it is unregistered. by Pavel Emelyanov · 17 years ago
  99. c2a3b23 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  100. 17f8304 mac80211: incorrect shift direction by Harvey Harrison · 17 years ago