1. 663cb47 rt2x00: Fix rt2800usb TX descriptor writing. by Gertjan van Wingerde · 16 years ago
  2. 9655a6e rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions. by Gertjan van Wingerde · 16 years ago
  3. 52a9bd2 rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize by Helmut Schaa · 16 years ago
  4. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 16 years ago
  5. 820ae8a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  6. 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 · 16 years ago
  7. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 16 years ago
  8. fd76f14 rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb. by Gertjan van Wingerde · 16 years ago
  9. 185e5f7 rt2x00: Dump beacons under a different identifier than TX frames. by Gertjan van Wingerde · 16 years ago
  10. 85b7a8b rt2x00: Simplify TXD handling of beacons. by Gertjan van Wingerde · 16 years ago
  11. e01f1ec rt2x00: Re-order tx descriptor writing code in drivers. by Gertjan van Wingerde · 16 years ago
  12. 6b97cb0 rt2x00: Fix beacon descriptor writing for rt61pci. by Gertjan van Wingerde · 16 years ago
  13. 878f704 rt2x00: Consistently name skb frame descriptor skbdesc. by Gertjan van Wingerde · 16 years ago
  14. cc75589 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 · 16 years ago
  15. a6bc03a wireless: rt2x00: rt2800usb: replace X by x by Xose Vazquez Perez · 16 years ago
  16. 6295d81 rt2x00: Clean up generic procedures on descriptor writing. by Gertjan van Wingerde · 16 years ago
  17. 3b9f0ed rt2x00: Fix beaconing on rt2800. by Gertjan van Wingerde · 16 years ago
  18. f224f4e rt2x00: provide beacon's txdesc to write_beacon callback function. by Gertjan van Wingerde · 16 years ago
  19. d61cb26 rt2x00: Clean up all driver's kick_tx_queue callback functions. by Gertjan van Wingerde · 16 years ago
  20. 2de64dd rt2x00: Factor out RXWI processing to common rt2800 code. by Gertjan van Wingerde · 16 years ago
  21. 59679b9 rt2x00: Factor out TXWI writing to common rt2800 code. by Gertjan van Wingerde · 16 years ago
  22. 78b8f3b rt2x00: Don't check whether hardware crypto is enabled when reading RXD. by Gertjan van Wingerde · 16 years ago
  23. e6a8aab rt2x00: Clean up rt2800usb.h. by Gertjan van Wingerde · 16 years ago
  24. d43e49e rt2x00: Fix setting of txdesc->length field. by Gertjan van Wingerde · 16 years ago
  25. 1affa09 rt2x00: rt2800: use correct txop value in tx descriptor by Helmut Schaa · 16 years ago
  26. 55f9321 rt2x00: Fix RF3052 channel initialization by Ivo van Doorn · 16 years ago
  27. 809bfe8 rt2x00: rt2800: don't overwrite SIFS values on erp changes by Helmut Schaa · 16 years ago
  28. a21c2ab rt2x00: rt2800: update initial SIFS values by Helmut Schaa · 16 years ago
  29. 8316324 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 · 16 years ago
  30. df624ca rt2x00: Register frame length in TX entry descriptor instead of L2PAD. by Gertjan van Wingerde · 16 years ago
  31. a21ee72 rt2x00: Fix HT40+/HT40- setting in rt2800. by Gertjan van Wingerde · 16 years ago
  32. 79a854f rt2x00: Enable RT30xx by default. by Gertjan van Wingerde · 16 years ago
  33. c266148 rt2x00: Remove rt2x00pci.h include from rt2800lib. by Gertjan van Wingerde · 16 years ago
  34. 12ef116 wireless: rt2x00: rt2800usb: be in sync with latest windows drivers. by Xose Vazquez Perez · 16 years ago
  35. 91639c7 rt2x00: remove now unused noise field from struct rxdone_entry_desc by John W. Linville · 16 years ago
  36. baff800 rt2x00: rt2800lib: update rfcsr & bbp init code for SoC devices by Helmut Schaa · 16 years ago
  37. 6ca4fed rt2x00: remove usage of deprecated noise value by John W. Linville · 16 years ago
  38. 9a8b424 rt2x00: rt2800lib: Remove redundant check for RT2872 by Helmut Schaa · 16 years ago
  39. 2381238 rt2x00: rt2800lib: Fix rx path on SoC devices by Helmut Schaa · 16 years ago
  40. 0bdab17 rt2x00: fix typo in rt2800.h by Helmut Schaa · 16 years ago
  41. 5a67396 rt2x00: rt2800: use tx_power2 in rt2800_config_channel_rf3xxx by Helmut Schaa · 16 years ago
  42. 2caaa5d rt2x00: rt2800lib: disable HT40 for now as it causes reception problems by Helmut Schaa · 16 years ago
  43. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 16 years ago
  44. e895833 wireless: rt2x00: rt2800usb: identify Allwin devices by Xose Vazquez Perez · 16 years ago
  45. 2fddd88 wireless: rt2x00: rt2800usb: identify Hawking devices by Xose Vazquez Perez · 16 years ago
  46. 745b1ae rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mapped by Helmut Schaa · 16 years ago
  47. 4108669 rt2x00: add txdesc parameter to write_tx_data by Helmut Schaa · 16 years ago
  48. 5c01d56 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 · 16 years ago
  49. a5e944f wireless: rt2x00: rt2800usb: identify Sitecom devices by Xose Vazquez Perez · 16 years ago
  50. cc78e90 rt2x00: Add rt3390 support in rt2800 register initialization. by Gertjan van Wingerde · 16 years ago
  51. 6452295 rt2x00: Add rt3090 support in rt2800 register initialization. by Gertjan van Wingerde · 16 years ago
  52. d5385bf rt2x00: Add rt3071 support in rt2800 register initialization. by Gertjan van Wingerde · 16 years ago
  53. 8cdd15e rt2x00: Finish rt3070 support in rt2800 register initialization. by Gertjan van Wingerde · 16 years ago
  54. a9dce14 rt2x00: Align rt2800 register initialization with vendor driver. by Gertjan van Wingerde · 16 years ago
  55. 8d0c9b6 rt2x00: Refactor rt2800 version constants. by Gertjan van Wingerde · 16 years ago
  56. e148b4c rt2x00: Align RT chipset definitions with vendor driver. by Gertjan van Wingerde · 16 years ago
  57. fab799c rt2x00: Update rt2800 register definitions towards latest definitions. by Gertjan van Wingerde · 16 years ago
  58. 06855ef rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800. by Gertjan van Wingerde · 16 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  60. 403820e rt2x00: use rt2800_config_channel_rt3x for rt2872 by Helmut Schaa · 16 years ago
  61. 62c3344 rt2x00: Enable powersaving by default again on rt2500usb. by Gertjan van Wingerde · 16 years ago
  62. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 16 years ago
  63. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  64. 4d66edc rt2x00: Add wakeup interrupt handler to rt2800pci. by Gertjan van Wingerde · 16 years ago
  65. 9e18944 rt2x00: Add wakeup interrupt handler to rt61pci. by Gertjan van Wingerde · 16 years ago
  66. 5731858 rt2x00: Disable auto wakeup before waking up device. by Gertjan van Wingerde · 16 years ago
  67. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  68. f18d446 rt2x00: remove MCU requests for SoC platforms by Luis Correia · 16 years ago
  69. d5dc056 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  70. f01a022 wireless: rt2x00: rt2800usb: new ids by Xose Vazquez Perez · 16 years ago
  71. 6424bf7 wireless: rt2x00: rt2800pci: new id by Xose Vazquez Perez · 16 years ago
  72. 2742701 wireless: rt2x00: rt2800usb: delete id by Xose Vazquez Perez · 16 years ago
  73. fc3f148 wireless: rt2x00: rt2800usb: identify ids-chips by Xose Vazquez Perez · 16 years ago
  74. 9e76ad2 rt2x00: Disable powersaving by default in rt2500usb. by Gertjan van Wingerde · 16 years ago
  75. 7197690 rt2x00: Fix typo in RF register programming of rt2800. by Gertjan van Wingerde · 16 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  77. 33e2bf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  78. bf18723 rt2x00: Fix TX status reporting for rt2800pci. by Alban Browaeys · 16 years ago
  79. 632dd95 rt2x00: txdone implementation supporting hw encryption. by Alban Browaeys · 16 years ago
  80. d6e36ec rt2x00: fix warning when building rt2800pci with just soc support by Helmut Schaa · 16 years ago
  81. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  82. e5a9a35 rt2x00: remove KSEG1ADDR define from rt2x00soc.h by Helmut Schaa · 16 years ago
  83. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  84. 31f66be rt2x00: Export rt2x00soc_probe from rt2x00soc by Helmut Schaa · 16 years ago
  85. 6e93d71 rt2x00: fix rt2800pci compilation with SoC by Helmut Schaa · 16 years ago
  86. 51b2853 rt2x00: Add USB ID for CEIVA adapter to rt73usb by Bryan Polk · 16 years ago
  87. 19bc291 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  88. de1ebdc rt2x00: rt2800 - Make rt30xx and rt35xx chipsets configurable. by Gertjan van Wingerde · 16 years ago
  89. 49e721e rt2x00: rework RT chipset and revision determination for PCI an SOC devices. by Gertjan van Wingerde · 16 years ago
  90. 714fa66 rt2x00: Reorganize RT chipset setting for PCI/SOC devices. by Gertjan van Wingerde · 16 years ago
  91. cea90e5 rt2x00: Introduce SoC interface type. by Gertjan van Wingerde · 16 years ago
  92. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  93. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 16 years ago
  94. 00a08eb rt2x00: remove get_tx_stats() mac80211 op by Kalle Valo · 16 years ago
  95. 6373464 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  96. ff30b36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  97. b3579d6 rt2x00: Make rt2800_init_led static and don't export it. by Gertjan van Wingerde · 16 years ago
  98. 67a4c1e rt2x00: Unify rt2800 WPDMA ready waiting functions. by Gertjan van Wingerde · 16 years ago
  99. 6c0fe26 rt2x00: RF3052 is a valid RF chipset for USB devices as well. by Gertjan van Wingerde · 16 years ago
  100. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 16 years ago