1. 3b640f2 rt2x00: Enable LED class support for rt2500usb/rt73usb by Ivo van Doorn · 16 years ago
  2. a9450b7 rt2x00: Make use of MAC80211_LED_TRIGGERS by Ivo van Doorn · 16 years ago
  3. f2a3c7f rt2x00: Use ieee80211_channel_to_frequency() by Ivo van Doorn · 16 years ago
  4. f5507ce rt2x00: Remove HWMODE_{A,B,G} by Ivo van Doorn · 16 years ago
  5. 70e2fed rt2x00: Rate structure overhaul by Ivo van Doorn · 16 years ago
  6. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 16 years ago
  7. 10b6b80 rt2x00: Fix queue index handling by Ivo van Doorn · 16 years ago
  8. 5957da4c rt2x00: Move beacon and atim queue defines into rt2x00 by Ivo van Doorn · 16 years ago
  9. 091ed31 rt2x00: Initialize QID from queue->qid by Ivo van Doorn · 16 years ago
  10. 871ff6e rt2x00: Remove TX_MGMT queue usage by Ivo van Doorn · 16 years ago
  11. 6bb40dd rt2x00: Add per-interface structure by Ivo van Doorn · 16 years ago
  12. 9404ef3 rt2x00: Driver requiring firmware should select crc algo by Ivo van Doorn · 16 years ago
  13. adfdbb7 rt2x00: Enable master and adhoc mode again by Ivo van Doorn · 16 years ago
  14. 3b3618a rt2x00: Fix tx parameter initialization by Ivo van Doorn · 16 years ago
  15. d7bafff rt2x00: don't write past the end when writing short descriptors on rt61 by Adam Baker · 16 years ago
  16. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 16 years ago
  17. 811aa9c rt2x00: Update copyright notice by Ivo van Doorn · 16 years ago
  18. 53b3f8e rt2x00: Fix rt2x00lib_reset_link_tuner() by Ivo van Doorn · 16 years ago
  19. 05253c9 rt2x00: Don't switch to antenna with low rssi by Ivo van Doorn · 16 years ago
  20. 61667d8 rt2x00: Add link tuner safe RX toggle states by Ivo van Doorn · 16 years ago
  21. b290d43 rt2x00: Fix antenna diversity by Ivo van Doorn · 16 years ago
  22. db433fe rt2x00: Add new USB ID to rt2500usb by Ivo van Doorn · 16 years ago
  23. 4bdb0fb rt61pci: fix-up merge damage by John W. Linville · 16 years ago
  24. 7373800 drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning by Andrew Morton · 17 years ago
  25. 89539eb rt2x00: Fix queue_idx initialization by Ivo van Doorn · 17 years ago
  26. 40561b8 rt2x00: Data and desc pointer initialization by Ivo van Doorn · 17 years ago
  27. 471b3ef mac80211: add unified BSS configuration by Johannes Berg · 17 years ago
  28. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 17 years ago
  29. 93d2334 rt2x00: Release rt2x00 2.0.14 by Ivo van Doorn · 17 years ago
  30. 7d1de80 rt2x00: Correctly initialize data and desc pointer by Ivo van Doorn · 17 years ago
  31. 837e7f2 rt2x00: Move init_txring and init_rxring into rt2x00lib by Ivo van Doorn · 17 years ago
  32. 7e56d38 rt2x00: Determine MY_BSS from descriptor by Ivo van Doorn · 17 years ago
  33. dd3193e rt2x00: Cleanup write_tx_desc() arguments by Ivo van Doorn · 17 years ago
  34. 3c4f208 rt2x00: Move packet filter flags by Ivo van Doorn · 17 years ago
  35. e37ea21 rt2x00: Move start() and stop() handlers into rt2x00lib.c by Ivo van Doorn · 17 years ago
  36. 0426710 rt2x00: Store queue idx and entry idx in data_ring and data_entry by Ivo van Doorn · 17 years ago
  37. 3867705 rt2x00: Only set the TBCN flag when the interface is configured to send beacons. by Ivo van Doorn · 17 years ago
  38. 1230cb8 rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY by Ivo van Doorn · 17 years ago
  39. 3e34c6d rt2x00: Fix chipset debugfs file by Ivo van Doorn · 17 years ago
  40. 2b1ea59 rt2x00: correct "skb_buff" typo by John W. Linville · 17 years ago
  41. 5a6012e rt2x00: Release rt2x00 2.0.13 by Ivo van Doorn · 17 years ago
  42. b3a78b4 rt2x00: Cleanup rfkill by Ivo van Doorn · 17 years ago
  43. 6f8a4da rt2x00: Remove redundant code in rfkill setup by Larry Finger · 17 years ago
  44. 61af43c rt2x00: Only update rssi average approximation on receiving beacon frames. by Mattias Nissler · 17 years ago
  45. d28c256 rt2x00: Use IEEE80211_IF_TYPE_INVALID directly by Ivo van Doorn · 17 years ago
  46. 4d8dd66 rt2x00: Add TX/RX frame dumping facility by Ivo van Doorn · 17 years ago
  47. 08992f7 rt2x00: Add skb descriptor by Ivo van Doorn · 16 years ago
  48. 22c96c2 rt2x00: Add chipset version to chipset debugfs entry by Ivo van Doorn · 17 years ago
  49. 91921a4 rt2x00: Move register value/offset files into new folder by Ivo van Doorn · 17 years ago
  50. 49da260 rt2x00: Extend PLCP descriptor definition for rt2400pci by Ivo van Doorn · 17 years ago
  51. 2360157 rt2x00: Replace DRV_NAME with KBUILD_MODNAME by Ivo van Doorn · 17 years ago
  52. 3957ccb rt2x00: Move duplicate code into rt2x00pci_txdone() by Ivo van Doorn · 17 years ago
  53. a3c7aa5 rt2x00: Release rt2x00 2.0.12 by Ivo van Doorn · 17 years ago
  54. 2700f8b rt2x00: Correctly set ACK bit in tx descriptors by Mattias Nissler · 17 years ago
  55. 3d82346 rt2x00: Place mutex around USB register access by Adam Baker · 17 years ago
  56. 4bd7c45 rt2x00: Remove data_desc structure by Ivo van Doorn · 16 years ago
  57. 2676c94 rt2x00: Rework rt73 antenna selection by Mattias Nissler · 17 years ago
  58. 5079463 rt2x00: Remove unused variables by Ivo van Doorn · 17 years ago
  59. acaa410 rt2x00: Rework rt61 antenna selection. by Mattias Nissler · 17 years ago
  60. 0e14f6d rt2x00: Unconstify rt2x00dev by Adam Baker · 17 years ago
  61. d9890b8 rt2x00: Detect initial rfkill state on register by Ivo van Doorn · 17 years ago
  62. 4300beb rt2x00: Input-polldev requires input device by Ivo van Doorn · 17 years ago
  63. e4cd2ff rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna by Ivo van Doorn · 17 years ago
  64. e25c4bb rt2x00: Disable RX when switching antenna by Ivo van Doorn · 17 years ago
  65. 2d68de3 [PATCH] rt2x00: Release rt2x00 2.0.11 by Ivo van Doorn · 17 years ago
  66. 16b1951 [PATCH] rt2x00: Fix antenna selection. by Mattias Nissler · 17 years ago
  67. ddc827f [PATCH] rt2x00: Cleanup if-statements by Ivo van Doorn · 17 years ago
  68. 69f81a2 [PATCH] rt2x00: Implement SW diversity by Ivo van Doorn · 17 years ago
  69. 8de8c51 [PATCH] rt2x00: Remove rt2x00_clear_link by Ivo van Doorn · 17 years ago
  70. 39e7585 [PATCH] rt2x00: SW diversity should default to antenna B by Ivo van Doorn · 17 years ago
  71. addc81bd [PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00 by Ivo van Doorn · 17 years ago
  72. 362f3b6 [PATCH] rt2x00: Use enum defines by Ivo van Doorn · 17 years ago
  73. ebcf26d [PATCH] rt2x00: Move quality statistics into seperate structure by Ivo van Doorn · 17 years ago
  74. d101f64 rt2x00: Fix ieee80211 payload alignment by Ivo van Doorn · 17 years ago
  75. c5d0dc5 rt2x00: Put 802.11 data on 4 byte boundary by Ivo van Doorn · 17 years ago
  76. dd87145 rt2x00: Corectly initialize rt2500usb MAC by Ivo van Doorn · 17 years ago
  77. 62bc060 rt2x00: Allow rt61 to catch up after a missing tx report by Mattias Nissler · 17 years ago
  78. b242e89 rt2x00: Request usb_maxpacket() once by Ivo van Doorn · 17 years ago
  79. d06fc1d Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  80. 755a957 rt2x00: Fix chipset revision validation by Ivo van Doorn · 17 years ago
  81. 453a3fb rt2x00: Block adhoc & master mode by Ivo van Doorn · 17 years ago
  82. b239bd7 [PATCH] rt2x00: jiffies_round -> jiffies_round_relative by Anton Blanchard · 17 years ago
  83. 1f06862 [PATCH] rt2x00: Add new rt73usb USB ID by Ivo van Doorn · 17 years ago
  84. db15178 [PATCH] rt2x00: Fix residual check in PLCP calculations. by Mattias Nissler · 17 years ago
  85. 515ea24 [PATCH] rt2x00: Release 2.0.10 by Ivo van Doorn · 17 years ago
  86. c22eb87 [PATCH] rt2x00: Allways memset memory obtained from skb_push() by Ivo van Doorn · 17 years ago
  87. 3789447 [PATCH] rt2x00: Clean disabling of rt73usb_get_tsf by Ivo van Doorn · 17 years ago
  88. 5c58ee5 [PATCH] rt2x00: Reorganize configuration handler by Ivo van Doorn · 17 years ago
  89. 4f5af6eb [PATCH] rt2x00: Small optimizations by Ivo van Doorn · 17 years ago
  90. 5cbf830 [PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rx by Ivo van Doorn · 17 years ago
  91. dd9fa2d [PATCH] rt2x00: Add get_tx_data_len callback function by Ivo van Doorn · 17 years ago
  92. 9ee8f57 [PATCH] rt2x00: Cut lines down to 80 characters by Ivo van Doorn · 17 years ago
  93. a137e20 [PATCH] rt2x00: get_duration expects values in 100kbs by Ivo van Doorn · 17 years ago
  94. feb2469 [PATCH] rt2x00: Move TSF sync values into rt2x00config by Ivo van Doorn · 17 years ago
  95. 81873e9 [PATCH] rt2x00: Fix rfkill handling by Ivo van Doorn · 17 years ago
  96. 5886d0d [PATCH] rt2x00: Don't use changed_flags inside configure_packet_filter by Ivo van Doorn · 17 years ago
  97. 483272f [PATCH] rt2x00: Move rt2x00dev flags into enumeration by Ivo van Doorn · 17 years ago
  98. 6d7f987 [PATCH] rt2x00: Store "STARTED" state during suspend by Ivo van Doorn · 17 years ago
  99. 3a84732 [PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rx by Ivo van Doorn · 17 years ago
  100. 4abee4b [PATCH] rt2x00: Remove duplicate code in MAC & BSSID handling by Ivo van Doorn · 17 years ago