1. a89534e rt2x00 : RT3290 chip support v4 by Woody Hung · 12 years ago
  2. 8821102 rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devices by Helmut Schaa · 13 years ago
  3. e01ae27 rt2x00: Allow dynamic addition of PCI/USB IDs. by Gertjan van Wingerde · 14 years ago
  4. 152a599 rt2x00: Decrease association time for USB devices by Ivo van Doorn · 14 years ago
  5. 1663893 rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once by Helmut Schaa · 14 years ago
  6. e88399b rt2x00: Remove interrupt thread registration by Helmut Schaa · 14 years ago
  7. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  8. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  9. 2cdb9a4 rt2x00: Use pci_is_pcie() by Hauke Mehrtens · 14 years ago
  10. 64e7d72 rt2x00: Cleanup RX index counting by Ivo van Doorn · 14 years ago
  11. b923757 rt2x00pci: do not use GFP_DMA by John W. Linville · 14 years ago
  12. fa69560 rt2x00: Simplify Queue function arguments by Ivo van Doorn · 14 years ago
  13. 47cb905 rt2x00: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  14. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 14 years ago
  15. e513a0b rt2x00: Move common txdone handling to rt2x00lib_txdone. by Gertjan van Wingerde · 14 years ago
  16. 78eea11 rt2x00: Merge PCI and USB versions of write_tx_data into single function. by Gertjan van Wingerde · 14 years ago
  17. 6e1fdd1 rt2x00: Introduce separate interface type for PCI-express. by Gertjan van Wingerde · 14 years ago
  18. 0b8004a rt2x00: Properly reserve room for descriptors in skbs. by Gertjan van Wingerde · 14 years ago
  19. baaffe6 rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc. by Gertjan van Wingerde · 14 years ago
  20. 52a9bd2 rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize by Helmut Schaa · 14 years ago
  21. 6fe70aa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  22. 85b7a8b rt2x00: Simplify TXD handling of beacons. by Gertjan van Wingerde · 14 years ago
  23. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 15 years ago
  24. 4108669 rt2x00: add txdesc parameter to write_tx_data by Helmut Schaa · 15 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  26. 714fa66 rt2x00: Reorganize RT chipset setting for PCI/SOC devices. by Gertjan van Wingerde · 15 years ago
  27. c70762f rt2x00 : bail out of regbusy_read if device is removed. by Alban Browaeys · 15 years ago
  28. 9c9a0d1 rt2x00: Update copyright statements. by Gertjan van Wingerde · 15 years ago
  29. 2015d19 rt2x00: Move interface type assignments to generic code. by Gertjan van Wingerde · 15 years ago
  30. 440ddada rt2x00: Move Move pci_dev specific access to rt2x00pci by Ivo van Doorn · 16 years ago
  31. 499a214 rt2x00: Don't free register information on suspend by Ivo van Doorn · 16 years ago
  32. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  33. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 16 years ago
  34. c9c3b1a rt2x00: Cleanup indirect register access by Ivo van Doorn · 16 years ago
  35. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 16 years ago
  36. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  37. d74f5ba rt2x00: Cleanup symbol exports by Ivo van Doorn · 16 years ago
  38. c4da004 rt2x00: Replace statically allocated DMA buffers with mapped skb's. by Gertjan van Wingerde · 16 years ago
  39. 30caa6e rt2x00: Centralize allocation of RX skbs. by Gertjan van Wingerde · 16 years ago
  40. 14a3bf8 rt2x00: Convert rt2x00 to use generic DMA-mapping API by Gertjan van Wingerde · 16 years ago
  41. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 239c249 rt2x00: Centralize RX packet alignment handling in rt2x00lib. by Gertjan van Wingerde · 16 years ago
  43. d56d453 rt2x00: Cleanup struct skb_frame_desc. by Gertjan van Wingerde · 16 years ago
  44. b869767 rt2x00: Don't kick TX queue after each frame by Ivo van Doorn · 16 years ago
  45. 6db3786 rt2x00: Move generic TX frame writing code into rt2x00queue by Ivo van Doorn · 16 years ago
  46. 051c256 rt2x00: Restrict DMA to 32-bit addresses. by Gertjan van Wingerde · 16 years ago
  47. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 16 years ago
  48. b8be63f rt2x00: Merge RX and TX entry private data by Ivo van Doorn · 16 years ago
  49. 7050ec8 rt2x00: Split rt2x00lib_write_tx_desc() by Ivo van Doorn · 16 years ago
  50. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. b30cdfc rt2x00: Clean up error handling of PCI queue DMA allocation. by Ivo van Doorn · 16 years ago
  52. e58c6ac rt2x00: Use rt2x00 queue numbering by Ivo van Doorn · 17 years ago
  53. 92f5ac6 rt2x00: Initialize TX control field in data entries by Mattias Nissler · 17 years ago
  54. 30b3a23 rt2x00: Fix Descriptor DMA initialization by Ivo van Doorn · 17 years ago
  55. baf26a7 rt2x00: Don't report driver generated frames to tx_status() by Ivo van Doorn · 17 years ago
  56. 647d0ca rt2x00: Fix skbdesc->data_len initialization by Ivo van Doorn · 17 years ago
  57. 2179509 rt2x00: make csr_cache and csr_addr an union by Ivo van Doorn · 17 years ago
  58. 9c9dd2c rt2x00: Fix invalid DMA free by Ivo van Doorn · 17 years ago
  59. 5957da4c rt2x00: Move beacon and atim queue defines into rt2x00 by Ivo van Doorn · 17 years ago
  60. 6bb40dd rt2x00: Add per-interface structure by Ivo van Doorn · 17 years ago
  61. 181d690 rt2x00: Queue handling overhaul by Ivo van Doorn · 17 years ago
  62. 811aa9c rt2x00: Update copyright notice by Ivo van Doorn · 17 years ago
  63. 1230cb8 rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY by Ivo van Doorn · 17 years ago
  64. 4d8dd66 rt2x00: Add TX/RX frame dumping facility by Ivo van Doorn · 17 years ago
  65. 08992f7 rt2x00: Add skb descriptor by Ivo van Doorn · 17 years ago
  66. 2360157 rt2x00: Replace DRV_NAME with KBUILD_MODNAME by Ivo van Doorn · 17 years ago
  67. 3957ccb rt2x00: Move duplicate code into rt2x00pci_txdone() by Ivo van Doorn · 17 years ago
  68. 4bd7c45 rt2x00: Remove data_desc structure by Ivo van Doorn · 17 years ago
  69. d101f64 rt2x00: Fix ieee80211 payload alignment by Ivo van Doorn · 17 years ago
  70. c5d0dc5 rt2x00: Put 802.11 data on 4 byte boundary by Ivo van Doorn · 17 years ago
  71. 4150c57 [PATCH] mac80211: revamp interface and filter configuration by Johannes Berg · 17 years ago
  72. 95ea362 [RT2x00]: add driver for Ralink wireless hardware by Ivo van Doorn · 17 years ago