1. 499a214 rt2x00: Don't free register information on suspend by Ivo van Doorn · 15 years ago
  2. a2c9b65 rt2x00: Add kill_tx_queue callback function by Ivo van Doorn · 15 years ago
  3. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 15 years ago
  4. d15cfc3 rt2x00: Fix segementation fault by Ivo van Doorn · 16 years ago
  5. f1ca216 rt2x00: Detect USB BULK in/out endpoints by Ivo van Doorn · 16 years ago
  6. 0f829b1 rt2x00: Move rt73usb register access wrappers into rt2x00usb by Ivo van Doorn · 16 years ago
  7. 8ff48a8 rt2x00: Fix race condition when using inderect registers by Ivo van Doorn · 16 years ago
  8. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 16 years ago
  9. 1abc365 rt2x00: skb->data pointer should not include TX descriptor by Mattias Nissler · 16 years ago
  10. 0262ab0 rt2x00: Fix race conditions in flag handling by Ivo van Doorn · 16 years ago
  11. f126cba rt2x00: Fix txdone_entry_desc_flags by Jochen Friedrich · 16 years ago
  12. 82f97b8 rt2x00: Fix compile warning by Ivo van Doorn · 16 years ago
  13. ed0dbee rt2x00: Support for large vendor requests by Iwo Mergler · 16 years ago
  14. 40af48c rt2x00: kill URB for all TX queues during disable_radio() by Ivo van Doorn · 16 years ago
  15. c1d35df rt2x00: Fix sparse warning on nested container_of() by Ivo van Doorn · 16 years ago
  16. d74f5ba rt2x00: Cleanup symbol exports by Ivo van Doorn · 16 years ago
  17. c4da004 rt2x00: Replace statically allocated DMA buffers with mapped skb's. by Gertjan van Wingerde · 16 years ago
  18. 30caa6e rt2x00: Centralize allocation of RX skbs. by Gertjan van Wingerde · 16 years ago
  19. 14a3bf8 rt2x00: Convert rt2x00 to use generic DMA-mapping API by Gertjan van Wingerde · 16 years ago
  20. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  21. a26cbc6 rt2x00: Fix double usage of skb->cb in USB RX path. by Gertjan van Wingerde · 16 years ago
  22. 239c249 rt2x00: Centralize RX packet alignment handling in rt2x00lib. by Gertjan van Wingerde · 16 years ago
  23. d56d453 rt2x00: Cleanup struct skb_frame_desc. by Gertjan van Wingerde · 16 years ago
  24. b869767 rt2x00: Don't kick TX queue after each frame by Ivo van Doorn · 16 years ago
  25. 6db3786 rt2x00: Move generic TX frame writing code into rt2x00queue by Ivo van Doorn · 16 years ago
  26. f019d51 rt2x00: Implement rt2x00usb_kick_tx_queue() by Ivo van Doorn · 16 years ago
  27. 7024981 rt2x00: Removed unused descriptor read in txdone by Ivo van Doorn · 16 years ago
  28. edfa78b rt2x00: Don't kill guardian_urb when it wasn't created by Ivo van Doorn · 16 years ago
  29. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 16 years ago
  30. b8be63f rt2x00: Merge RX and TX entry private data by Ivo van Doorn · 16 years ago
  31. 7050ec8 rt2x00: Split rt2x00lib_write_tx_desc() by Ivo van Doorn · 16 years ago
  32. 70a9610 rt2x00: Preserve descriptor information after memmove() by Ivo van Doorn · 16 years ago
  33. fb55f4d1 rt2x00: Fix TX status reporting by Ivo van Doorn · 16 years ago
  34. bd394a7 rt2x00: Add helper macros by Ivo van Doorn · 16 years ago
  35. e58c6ac rt2x00: Use rt2x00 queue numbering by Ivo van Doorn · 16 years ago
  36. fd07e06 rt2x00:correct rx packet length for USB devices by Adam Baker · 16 years ago
  37. 92f5ac6 rt2x00: Initialize TX control field in data entries by Mattias Nissler · 16 years ago
  38. f855c10 rt2x00: Align RX descriptor to 4 bytes by Ivo van Doorn · 16 years ago
  39. 47b10cd rt2x00: Remove async vendor request calls from rt2x00usb by Ivo van Doorn · 16 years ago
  40. baf26a7 rt2x00: Don't report driver generated frames to tx_status() by Ivo van Doorn · 16 years ago
  41. 330e3f9 rt2x00: Kill guardian urb during disable_radio by Ivo van Doorn · 16 years ago
  42. 647d0ca rt2x00: Fix skbdesc->data_len initialization by Ivo van Doorn · 16 years ago
  43. 2179509 rt2x00: make csr_cache and csr_addr an union by Ivo van Doorn · 16 years ago
  44. 3b640f2 rt2x00: Enable LED class support for rt2500usb/rt73usb by Ivo van Doorn · 16 years ago
  45. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 16 years ago
  46. 811aa9c rt2x00: Update copyright notice by Ivo van Doorn · 16 years ago
  47. 7373800 drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning by Andrew Morton · 17 years ago
  48. 40561b8 rt2x00: Data and desc pointer initialization by Ivo van Doorn · 17 years ago
  49. 7d1de80 rt2x00: Correctly initialize data and desc pointer by Ivo van Doorn · 17 years ago
  50. 837e7f2 rt2x00: Move init_txring and init_rxring into rt2x00lib by Ivo van Doorn · 17 years ago
  51. 1230cb8 rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY by Ivo van Doorn · 17 years ago
  52. 4d8dd66 rt2x00: Add TX/RX frame dumping facility by Ivo van Doorn · 17 years ago
  53. 08992f7 rt2x00: Add skb descriptor by Ivo van Doorn · 16 years ago
  54. 2360157 rt2x00: Replace DRV_NAME with KBUILD_MODNAME by Ivo van Doorn · 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. 0e14f6d rt2x00: Unconstify rt2x00dev by Adam Baker · 17 years ago
  58. d101f64 rt2x00: Fix ieee80211 payload alignment by Ivo van Doorn · 17 years ago
  59. c5d0dc5 rt2x00: Put 802.11 data on 4 byte boundary by Ivo van Doorn · 17 years ago
  60. b242e89 rt2x00: Request usb_maxpacket() once by Ivo van Doorn · 17 years ago
  61. dd9fa2d [PATCH] rt2x00: Add get_tx_data_len callback function by Ivo van Doorn · 17 years ago
  62. e913655 [PATCH] rt2x00: Increase rt2x00usb_vendor_request timeout. by Ivo van Doorn · 17 years ago
  63. 4150c57 [PATCH] mac80211: revamp interface and filter configuration by Johannes Berg · 17 years ago
  64. 95ea362 [RT2x00]: add driver for Ralink wireless hardware by Ivo van Doorn · 17 years ago