1. 55b585e rt2x00: Don't call ieee80211_get_tx_rate for MCS rates by Helmut Schaa · 13 years ago
  2. 2517794 rt2x00: Move TX descriptor field "ifs" into plcp substruct by Helmut Schaa · 13 years ago
  3. fe107a5 rt2x00: Optimize TX descriptor memory layout by Ivo van Doorn · 13 years ago
  4. 26a1d07 rt2x00: Optimize TX descriptor handling by Helmut Schaa · 13 years ago
  5. 7fe7ee7 rt2x00: Generate sw sequence numbers only for devices that need it by Helmut Schaa · 13 years ago
  6. 208f19d rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_tx by Helmut Schaa · 13 years ago
  7. 5356d96 rt2x00: Add unlikely macro to special case tx status handling by Helmut Schaa · 13 years ago
  8. c262e08 rt2x00: Remove useless NULL check by Helmut Schaa · 13 years ago
  9. 87443e8 rt2x00: Make use of unlikely during tx status processing by Helmut Schaa · 13 years ago
  10. 11f818e rt2x00: Optimize calls to rt2x00queue_get_queue by Helmut Schaa · 13 years ago
  11. adde588 rt2x00: fix whitespace damage in the rt2800 specific code by Gabor Juhos · 13 years ago
  12. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 13 years ago
  13. 60687ba rt2x00: Add support for RT5390 chip by RA-Shiang Tu · 13 years ago
  14. fe59147 rt2x00: Add/Modify the GPIO register definition by Shiang Tu · 13 years ago
  15. 6f492b6 rt2x00: Add/Modify protection related register definitions by Shiang Tu · 13 years ago
  16. 47715e6 rt2x00: Remove superfluos empty line by Helmut Schaa · 13 years ago
  17. 1bce85cf Revert "rt2x00 : avoid timestamp for monitor injected frame." by Helmut Schaa · 13 years ago
  18. 430df79 rt2x00: Minor optimization for devices with RTS/CTS offload by Helmut Schaa · 13 years ago
  19. e90c54b rt2x00: Fix rt2800 txpower setting to correct value by RA-Jay Hung · 13 years ago
  20. d96aa64 rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversity support by RA-Jay Hung · 13 years ago
  21. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  22. 00781a7 wireless: rt2x00: rt2800pci.c: add two ids by Xose Vazquez Perez · 14 years ago
  23. d76dfc6 rt2x00: Check for errors from skb_pad() calls by Seth Forshee · 14 years ago
  24. 0439f53 rt2x00: Move TX/RX work into dedicated workqueue by Ivo van Doorn · 14 years ago
  25. e1f4e80 rt2x00: Kill all tasklets during device removal by Ivo van Doorn · 14 years ago
  26. a0aff62 rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC. by Gertjan van Wingerde · 14 years ago
  27. 10026f7 rt2x00: Copy the MAC address to the WCID entry properly. by Gertjan van Wingerde · 14 years ago
  28. a45f369 rt2x00: Fix WPA TKIP Michael MIC failures. by Gertjan van Wingerde · 14 years ago
  29. 21957c3 rt2x00: trivial: add \n to WARNING message by Johannes Stezenbach · 14 years ago
  30. f5a9987 Trivial typo fix in comment by Mark Einon · 14 years ago
  31. c6fcc0e rt2x00: Correct initial value of US_CYC_CNT register for pcie interface by RA-Jay Hung · 14 years ago
  32. b550911 rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR by Helmut Schaa · 14 years ago
  33. e88399b rt2x00: Remove interrupt thread registration by Helmut Schaa · 14 years ago
  34. bcf3cfd rt2x00: Convert rt2400pci interrupt handling to use tasklets by Helmut Schaa · 14 years ago
  35. 16222a0 rt2x00: Convert rt2500pci interrupt handling to use tasklets by Helmut Schaa · 14 years ago
  36. 5846a55 rt2x00: Convert rt61pci to use tasklets by Helmut Schaa · 14 years ago
  37. a9d61e9 rt2x00: Convert rt2800pci to use tasklets by Helmut Schaa · 14 years ago
  38. c8e15a1 rt2x00: Disable txstatus tasklet by default by Helmut Schaa · 14 years ago
  39. c5c6576 rt2x00: Introduce tasklets for interrupt handling by Helmut Schaa · 14 years ago
  40. 8d59c4e rt2x00: Make periodic beacon updates for PCI devices atomic by Helmut Schaa · 14 years ago
  41. 1dae8d3 rt2x00: Limit beacon updates in bss_info_changed to USB devices by Helmut Schaa · 14 years ago
  42. 8414ff0 rt2x00: Introduce beacon_update_locked that requires caller locking by Helmut Schaa · 14 years ago
  43. 69cf36a rt2x00: Refactor beacon code to make use of start- and stop_queue by Helmut Schaa · 14 years ago
  44. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  45. 9c4cf6d rt2x00: add device id for windy31 usb device by Greg Kroah-Hartman · 14 years ago
  46. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  47. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 14 years ago
  48. 80d184e rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090 by RA-Jay Hung · 14 years ago
  49. 7f6e144 rt2x00: Fix radio off hang issue for PCIE interface by RA-Jay Hung · 14 years ago
  50. 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
  51. ccbd4d4 rt2x00: Don't leak mem in error path of rt2x00lib_request_firmware() by Jesper Juhl · 14 years ago
  52. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  53. c96e963 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
  54. 5af3c1d rt2x00: Fix comment about removed spinlock by Helmut Schaa · 14 years ago
  55. 48103d2 rt2x00: Remove unused interface spinlock by Helmut Schaa · 14 years ago
  56. bfe6a15 rt2x00: Simplify intf->delayed_flags locking by Helmut Schaa · 14 years ago
  57. f833eea rt2x00: Remove superfluous assignment of mpdu_density by Helmut Schaa · 14 years ago
  58. 11f16ae rt2x00: Fix panic on frame padding for rt2800 usb devices by Ismael Luceno · 14 years ago
  59. 736e3ac rt2x00: Fix pointer errors. by Gertjan van Wingerde · 14 years ago
  60. a39fd6b rt2x00: remove intf->mac field. by Gertjan van Wingerde · 14 years ago
  61. 773d1b9 rt2x00: Remove intf->bssid field. by Gertjan van Wingerde · 14 years ago
  62. 5235189 rt2x00: allow txstatus_fifo w/o txstatus_tasklet by Johannes Stezenbach · 14 years ago
  63. c4d6324 rt2x00: simplify txstatus_fifo handling by Johannes Stezenbach · 14 years ago
  64. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  65. 2cdb9a4 rt2x00: Use pci_is_pcie() by Hauke Mehrtens · 14 years ago
  66. 63e35cd 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
  67. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  68. 412b313 rt2x00: Fix firmware loading regression on x86_64. by Wolfgang Kufner · 14 years ago
  69. 739fd94 rt2x00: Pad beacon to multiple of 32 bits. by Wolfgang Kufner · 14 years ago
  70. e85b4c0 rt2x00: remove stray semicolon by Johannes Stezenbach · 14 years ago
  71. f615e9a rt2x00: Fix WMM Queue naming by Ivo van Doorn · 14 years ago
  72. dba5dc1 rt2x00: Introduce extra queue entry sanity flag by Ivo van Doorn · 14 years ago
  73. 64e7d72 rt2x00: Cleanup RX index counting by Ivo van Doorn · 14 years ago
  74. 5be6560 rt2x00: Add "flush" queue command by Ivo van Doorn · 14 years ago
  75. 0b7fde5 rt2x00: Protect queue control with mutex by Ivo van Doorn · 14 years ago
  76. dbba306 rt2x00: Reorganize queue callback functions by Ivo van Doorn · 14 years ago
  77. 5450b7e rt2x00: Introduce 3 queue commands in drivers (start, kick, stop). by Ivo van Doorn · 14 years ago
  78. 094a1d9 rt2x00: trivial: add missing \n on warnings by Johannes Stezenbach · 14 years ago
  79. 89b25f6 rt2x00: Don't frequently reset beacon interval in AdHoc mode by Helmut Schaa · 14 years ago
  80. a061a93 rt2x00: Ensure TX-ed frames are returned in the original state. by Gertjan van Wingerde · 14 years ago
  81. d7bb5f8 rt2x00: fix hang when unplugging USB device in use by Johannes Stezenbach · 14 years ago
  82. 8d4ff3f rt2x00: Add RF chip definition by RA-Jay Hung · 14 years ago
  83. 977206d rt2x00: Implement get_survey callback for rt2800 by Helmut Schaa · 14 years ago
  84. 38c8a56 rt2x00: Add rt2800 EEPROM definition by RA-Jay Hung · 14 years ago
  85. f435d9e 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
  86. 20ed316 mac80211/rt2x00: add ieee80211_tx_status_ni() by Johannes Stezenbach · 14 years ago
  87. 51cce8a 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
  88. f4e16e4 rt2x00: Use static const by Joe Perches · 14 years ago
  89. 387e688 rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignment by RA-Jay Hung · 14 years ago
  90. f8eaec6 rt2x00: Fix header_length in rt2x00lib_txdone by RA-Jay Hung · 14 years ago
  91. b43d63b rt2x00: Fix rt2800 USB TX Path DMA issue by RA-Jay Hung · 14 years ago
  92. ef8397c rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR. by Gertjan van Wingerde · 14 years ago
  93. 72c7296 rt2x00: Remove unneccessary internal Kconfig symbols. by Gertjan van Wingerde · 14 years ago
  94. a6a8d66e rt2x00: Remove RT30XX Kconfig variables. by Gertjan van Wingerde · 14 years ago
  95. 46af584 rt2x00: Clean up Kconfig for RT2800 devices. by Gertjan van Wingerde · 14 years ago
  96. f93bc9b rt2x00: Add initial support for RT3370/RT3390 devices. by Gertjan van Wingerde · 14 years ago
  97. ae4ecb9 rt2x00: Increase REGISTER_BUSY_COUNT by Ivo van Doorn · 14 years ago
  98. b5e4156 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  99. 8c5765f rt2x00: Add watchdog functions for HW queue by Ivo van Doorn · 14 years ago
  100. ea175ee rt2x00: Remove rt2x00lib_toggle_rx by Ivo van Doorn · 14 years ago