1. 61c2b68 rt2x00: Fix quality/activity led handling by Ivo van Doorn · 16 years ago
  2. a2e1d52 rt2x00: Remove MAC80211_LEDS dependency by Ivo van Doorn · 16 years ago
  3. e0b005f rt2x00: TO_DS filter depends on intf_ap_count by Ivo van Doorn · 16 years ago
  4. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 3a643d2 rt2x00: Fix in_atomic() usage by Ivo van Doorn · 16 years ago
  6. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 17 years ago
  7. 0a74892 rt2x00: Add id for Corega CG-WLUSB2GPX by Masakazu Mokuno · 17 years ago
  8. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  9. 8999389 rt2x00: Fix rt2400pci signal by Ivo van Doorn · 17 years ago
  10. fd3c91c rt2x00: Always enable TSF ticking by Ivo van Doorn · 17 years ago
  11. 7281037 rt2x00: Rename config_preamble() to config_erp() by Ivo van Doorn · 17 years ago
  12. a4fe07d rt2x00: Start bugging when rt2x00lib doesn't filter SW diversity by Ivo van Doorn · 17 years ago
  13. a7f3a06 rt2x00: Move firmware checksumming to driver by Ivo van Doorn · 17 years ago
  14. 61191fb rt2x00: Fix trivial log message by Luis Correia · 17 years ago
  15. 8af244c rt2x00: Only disable beaconing just before beacon update by Ivo van Doorn · 17 years ago
  16. 2ae2385 rt2x00: Don't use unitialized rxdesc->size by Mattias Nissler · 17 years ago
  17. 2d1be5b rt2x00: Don't use uninitialized desc_len by Ivo van Doorn · 17 years ago
  18. f855c10 rt2x00: Align RX descriptor to 4 bytes by Ivo van Doorn · 17 years ago
  19. 445815d rt2x00: Add new D-Link USB ID by Ivo van Doorn · 17 years ago
  20. fbb0a27 rt2x00: never disable multicast because it disables broadcast too by Adam Baker · 17 years ago
  21. 47b10cd rt2x00: Remove async vendor request calls from rt2x00usb by Ivo van Doorn · 17 years ago
  22. 31562e8 rt2x00: Cleanup mode registration by Ivo van Doorn · 17 years ago
  23. ef8f66c rt2x00: Remove reset_tsf() by Ivo van Doorn · 17 years ago
  24. e542239 rt2x00: Filter ACK_CTS based on FIF_CONTROL by Ivo van Doorn · 17 years ago
  25. baf26a7 rt2x00: Don't report driver generated frames to tx_status() by Ivo van Doorn · 17 years ago
  26. ac1aa7e rt2x00: Send frames out with configured TX power by Ivo van Doorn · 17 years ago
  27. 647d0ca rt2x00: Fix skbdesc->data_len initialization by Ivo van Doorn · 17 years ago
  28. 417f412 rt2x00: Fix typo in debug statement by Ivo van Doorn · 17 years ago
  29. 25fd893 rt2x00: Make rt2x00 less verbose by Ivo van Doorn · 17 years ago
  30. 3b640f2 rt2x00: Enable LED class support for rt2500usb/rt73usb by Ivo van Doorn · 17 years ago
  31. a9450b7 rt2x00: Make use of MAC80211_LED_TRIGGERS by Ivo van Doorn · 17 years ago
  32. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago
  33. 5957da4 rt2x00: Move beacon and atim queue defines into rt2x00 by Ivo van Doorn · 17 years ago
  34. 871ff6e rt2x00: Remove TX_MGMT queue usage by Ivo van Doorn · 17 years ago
  35. 6bb40dd rt2x00: Add per-interface structure by Ivo van Doorn · 17 years ago
  36. 9404ef3 rt2x00: Driver requiring firmware should select crc algo by Ivo van Doorn · 17 years ago
  37. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 17 years ago
  38. 811aa9c rt2x00: Update copyright notice by Ivo van Doorn · 17 years ago
  39. 61667d8 rt2x00: Add link tuner safe RX toggle states by Ivo van Doorn · 17 years ago
  40. 40561b8 rt2x00: Data and desc pointer initialization by Ivo van Doorn · 17 years ago
  41. 471b3ef mac80211: add unified BSS configuration by Johannes Berg · 17 years ago
  42. 7d1de80 rt2x00: Correctly initialize data and desc pointer by Ivo van Doorn · 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. 3867705 rt2x00: Only set the TBCN flag when the interface is configured to send beacons. by Ivo van Doorn · 17 years ago
  48. 08992f7 rt2x00: Add skb descriptor by Ivo van Doorn · 17 years ago
  49. 2360157 rt2x00: Replace DRV_NAME with KBUILD_MODNAME by Ivo van Doorn · 17 years ago
  50. 2700f8b rt2x00: Correctly set ACK bit in tx descriptors by Mattias Nissler · 17 years ago
  51. 3d82346 rt2x00: Place mutex around USB register access by Adam Baker · 17 years ago
  52. 4bd7c45 rt2x00: Remove data_desc structure by Ivo van Doorn · 17 years ago
  53. 2676c94 rt2x00: Rework rt73 antenna selection by Mattias Nissler · 17 years ago
  54. 0e14f6d rt2x00: Unconstify rt2x00dev by Adam Baker · 17 years ago
  55. e4cd2ff rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna by Ivo van Doorn · 17 years ago
  56. ddc827f [PATCH] rt2x00: Cleanup if-statements by Ivo van Doorn · 17 years ago
  57. 39e7585 [PATCH] rt2x00: SW diversity should default to antenna B 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. 362f3b6 [PATCH] rt2x00: Use enum defines by Ivo van Doorn · 17 years ago
  60. ebcf26d [PATCH] rt2x00: Move quality statistics into seperate structure by Ivo van Doorn · 17 years ago
  61. b242e89 rt2x00: Request usb_maxpacket() once by Ivo van Doorn · 17 years ago
  62. 755a957 rt2x00: Fix chipset revision validation by Ivo van Doorn · 17 years ago
  63. 1f06862 [PATCH] rt2x00: Add new rt73usb USB ID by Ivo van Doorn · 17 years ago
  64. c22eb87 [PATCH] rt2x00: Allways memset memory obtained from skb_push() by Ivo van Doorn · 17 years ago
  65. 3789447 [PATCH] rt2x00: Clean disabling of rt73usb_get_tsf by Ivo van Doorn · 17 years ago
  66. 5c58ee5 [PATCH] rt2x00: Reorganize configuration handler by Ivo van Doorn · 17 years ago
  67. 4f5af6e [PATCH] rt2x00: Small optimizations by Ivo van Doorn · 17 years ago
  68. dd9fa2d [PATCH] rt2x00: Add get_tx_data_len callback function by Ivo van Doorn · 17 years ago
  69. feb2469 [PATCH] rt2x00: Move TSF sync values into rt2x00config by Ivo van Doorn · 17 years ago
  70. 5886d0d [PATCH] rt2x00: Don't use changed_flags inside configure_packet_filter by Ivo van Doorn · 17 years ago
  71. 4abee4b [PATCH] rt2x00: Remove duplicate code in MAC & BSSID handling by Ivo van Doorn · 17 years ago
  72. 066cb63 [PATCH] rt2x00: Reorganize rt2x00dev->flags by Ivo van Doorn · 17 years ago
  73. 2484591 [PATCH] rt2x00: Make *_beacon_update static by Ivo van Doorn · 17 years ago
  74. 4150c57 [PATCH] mac80211: revamp interface and filter configuration by Johannes Berg · 17 years ago
  75. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  76. 95ea362 [RT2x00]: add driver for Ralink wireless hardware by Ivo van Doorn · 17 years ago