1. 980dfcb rt2x00: Fix lock dependency errror by Ivo van Doorn · 16 years ago
  2. 633257d rt2x00: Use atomic interface iteration in irq context by Ivo van Doorn · 16 years ago
  3. 2088d41 rt2x00: Don't count retries as failure by Ivo van Doorn · 16 years ago
  4. ed49998 rt2x00: Fix broken recover-on-error path by Ivo van Doorn · 16 years ago
  5. 61c2b68 rt2x00: Fix quality/activity led handling by Ivo van Doorn · 16 years ago
  6. 171afcd rt2x00: Only free skb when beacon_update fails by Ivo van Doorn · 16 years ago
  7. 133adf0 rt2x00: Use lib->config_filter() during scheduled packet filter config by Ivo van Doorn · 16 years ago
  8. 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
  9. a2e1d52 rt2x00: Remove MAC80211_LEDS dependency by Ivo van Doorn · 16 years ago
  10. 3480a58 rt2x00: fixup some non-functional merge errors by John W. Linville · 16 years ago
  11. 9896322 rt2x00: Ignore set_state(STATE_SLEEP) failure by Ivo van Doorn · 16 years ago
  12. 866a050 rt2x00: Fix rate detection for invalid signals by Ivo van Doorn · 16 years ago
  13. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 16 years ago
  14. 247df45 [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warning by Andrew Morton · 16 years ago
  15. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  16. 8ed0985 rt2x00: Only strip preamble bit in rt2400pci by Ivo van Doorn · 16 years ago
  17. 8999389 rt2x00: Fix rt2400pci signal by Ivo van Doorn · 16 years ago
  18. aa77672 rt2x00: Fix basic rate initialization by Ivo van Doorn · 16 years ago
  19. 7281037 rt2x00: Rename config_preamble() to config_erp() by Ivo van Doorn · 16 years ago
  20. 3976ae6 rt2x00: Use skbdesc fields for descriptor initialization by Ivo van Doorn · 16 years ago
  21. 95db4d4 rt2x00: Use the correct size when copying the control info in txdone by Mattias Nissler · 16 years ago
  22. 1682fe6 rt2x00: Add suspend/resume handlers to rt2x00rfkill by Ivo van Doorn · 16 years ago
  23. 47ac268 rt2x00: Fix hw mode registration with mac80211. by Gertjan van Wingerde · 16 years ago
  24. 31562e8 rt2x00: Cleanup mode registration by Ivo van Doorn · 16 years ago
  25. baf26a7 rt2x00: Don't report driver generated frames to tx_status() by Ivo van Doorn · 16 years ago
  26. 8f5fa7f rt2x00: Fix rate initialization by Ivo van Doorn · 17 years ago
  27. a9450b7 rt2x00: Make use of MAC80211_LED_TRIGGERS by Ivo van Doorn · 17 years ago
  28. f2a3c7f rt2x00: Use ieee80211_channel_to_frequency() by Ivo van Doorn · 17 years ago
  29. f5507ce rt2x00: Remove HWMODE_{A,B,G} by Ivo van Doorn · 17 years ago
  30. 70e2fed rt2x00: Rate structure overhaul by Ivo van Doorn · 17 years ago
  31. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago
  32. 5957da4 rt2x00: Move beacon and atim queue defines into rt2x00 by Ivo van Doorn · 17 years ago
  33. 091ed31 rt2x00: Initialize QID from queue->qid by Ivo van Doorn · 17 years ago
  34. 6bb40dd rt2x00: Add per-interface structure by Ivo van Doorn · 17 years ago
  35. 9404ef3 rt2x00: Driver requiring firmware should select crc algo by Ivo van Doorn · 17 years ago
  36. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 17 years ago
  37. 811aa9c rt2x00: Update copyright notice by Ivo van Doorn · 17 years ago
  38. 53b3f8e rt2x00: Fix rt2x00lib_reset_link_tuner() by Ivo van Doorn · 16 years ago
  39. 05253c9 rt2x00: Don't switch to antenna with low rssi by Ivo van Doorn · 16 years ago
  40. b290d43 rt2x00: Fix antenna diversity by Ivo van Doorn · 16 years ago
  41. 89539eb rt2x00: Fix queue_idx initialization by Ivo van Doorn · 17 years ago
  42. 471b3ef mac80211: add unified BSS configuration by Johannes Berg · 17 years ago
  43. 837e7f2 rt2x00: Move init_txring and init_rxring into rt2x00lib by Ivo van Doorn · 17 years ago
  44. 7e56d38 rt2x00: Determine MY_BSS from descriptor by Ivo van Doorn · 17 years ago
  45. dd3193e rt2x00: Cleanup write_tx_desc() arguments by Ivo van Doorn · 17 years ago
  46. 3c4f208 rt2x00: Move packet filter flags by Ivo van Doorn · 17 years ago
  47. e37ea21 rt2x00: Move start() and stop() handlers into rt2x00lib.c by Ivo van Doorn · 17 years ago
  48. 0426710 rt2x00: Store queue idx and entry idx in data_ring and data_entry by Ivo van Doorn · 17 years ago
  49. 61af43c rt2x00: Only update rssi average approximation on receiving beacon frames. by Mattias Nissler · 17 years ago
  50. d28c256 rt2x00: Use IEEE80211_IF_TYPE_INVALID directly by Ivo van Doorn · 17 years ago
  51. 4d8dd66 rt2x00: Add TX/RX frame dumping facility by Ivo van Doorn · 17 years ago
  52. 08992f7 rt2x00: Add skb descriptor by Ivo van Doorn · 17 years ago
  53. 2360157 rt2x00: Replace DRV_NAME with KBUILD_MODNAME by Ivo van Doorn · 17 years ago
  54. 2700f8b rt2x00: Correctly set ACK bit in tx descriptors by Mattias Nissler · 17 years ago
  55. 4bd7c45 rt2x00: Remove data_desc structure by Ivo van Doorn · 17 years ago
  56. 69f81a2 [PATCH] rt2x00: Implement SW diversity by Ivo van Doorn · 17 years ago
  57. 8de8c51 [PATCH] rt2x00: Remove rt2x00_clear_link by Ivo van Doorn · 17 years ago
  58. addc81b [PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00 by Ivo van Doorn · 17 years ago
  59. ebcf26d [PATCH] rt2x00: Move quality statistics into seperate structure by Ivo van Doorn · 17 years ago
  60. db15178 [PATCH] rt2x00: Fix residual check in PLCP calculations. by Mattias Nissler · 17 years ago
  61. 5c58ee5 [PATCH] rt2x00: Reorganize configuration handler by Ivo van Doorn · 17 years ago
  62. 5cbf830 [PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rx by Ivo van Doorn · 17 years ago
  63. 81873e9 [PATCH] rt2x00: Fix rfkill handling by Ivo van Doorn · 17 years ago
  64. 5886d0d [PATCH] rt2x00: Don't use changed_flags inside configure_packet_filter by Ivo van Doorn · 17 years ago
  65. 6d7f987 [PATCH] rt2x00: Store "STARTED" state during suspend by Ivo van Doorn · 17 years ago
  66. 3a84732 [PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rx by Ivo van Doorn · 17 years ago
  67. fdd0abc [PATCH] rt2x00: Fix panic on rmmod with rfkill enabled by Ivo van Doorn · 17 years ago
  68. 25ab002 [PATCH] rt2x00: Stop link tuning when radio is down by Ivo van Doorn · 17 years ago
  69. 3e30968 [PATCH] rt2x00: make rt2x00lib_stop_link_tuner() reentrant with link_tuner work by Ivo van Doorn · 17 years ago
  70. 066cb63 [PATCH] rt2x00: Reorganize rt2x00dev->flags by Ivo van Doorn · 17 years ago
  71. 725d99d [PATCH] rt2x00: Correct error in calculating rssi for link tuner by Ivo van Doorn · 17 years ago
  72. 4150c57 [PATCH] mac80211: revamp interface and filter configuration by Johannes Berg · 17 years ago
  73. 95ea362 [RT2x00]: add driver for Ralink wireless hardware by Ivo van Doorn · 17 years ago