1. 9c4cf6d rt2x00: add device id for windy31 usb device by Greg Kroah-Hartman · 15 years ago
  2. ccbd4d4 rt2x00: Don't leak mem in error path of rt2x00lib_request_firmware() by Jesper Juhl · 15 years ago
  3. 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 · 15 years ago
  4. 5af3c1d rt2x00: Fix comment about removed spinlock by Helmut Schaa · 15 years ago
  5. 48103d2 rt2x00: Remove unused interface spinlock by Helmut Schaa · 15 years ago
  6. bfe6a15 rt2x00: Simplify intf->delayed_flags locking by Helmut Schaa · 15 years ago
  7. f833eea rt2x00: Remove superfluous assignment of mpdu_density by Helmut Schaa · 15 years ago
  8. 11f16ae rt2x00: Fix panic on frame padding for rt2800 usb devices by Ismael Luceno · 15 years ago
  9. 736e3ac rt2x00: Fix pointer errors. by Gertjan van Wingerde · 15 years ago
  10. a39fd6b rt2x00: remove intf->mac field. by Gertjan van Wingerde · 15 years ago
  11. 773d1b9 rt2x00: Remove intf->bssid field. by Gertjan van Wingerde · 15 years ago
  12. 5235189 rt2x00: allow txstatus_fifo w/o txstatus_tasklet by Johannes Stezenbach · 15 years ago
  13. c4d6324 rt2x00: simplify txstatus_fifo handling by Johannes Stezenbach · 15 years ago
  14. 2cdb9a4 rt2x00: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  15. 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 · 15 years ago
  16. 412b313 rt2x00: Fix firmware loading regression on x86_64. by Wolfgang Kufner · 15 years ago
  17. 739fd94 rt2x00: Pad beacon to multiple of 32 bits. by Wolfgang Kufner · 15 years ago
  18. e85b4c0 rt2x00: remove stray semicolon by Johannes Stezenbach · 15 years ago
  19. f615e9a rt2x00: Fix WMM Queue naming by Ivo van Doorn · 15 years ago
  20. dba5dc1 rt2x00: Introduce extra queue entry sanity flag by Ivo van Doorn · 15 years ago
  21. 64e7d72 rt2x00: Cleanup RX index counting by Ivo van Doorn · 15 years ago
  22. 5be6560 rt2x00: Add "flush" queue command by Ivo van Doorn · 15 years ago
  23. 0b7fde5 rt2x00: Protect queue control with mutex by Ivo van Doorn · 15 years ago
  24. dbba306 rt2x00: Reorganize queue callback functions by Ivo van Doorn · 15 years ago
  25. 5450b7e rt2x00: Introduce 3 queue commands in drivers (start, kick, stop). by Ivo van Doorn · 15 years ago
  26. 094a1d9 rt2x00: trivial: add missing \n on warnings by Johannes Stezenbach · 15 years ago
  27. 89b25f6 rt2x00: Don't frequently reset beacon interval in AdHoc mode by Helmut Schaa · 15 years ago
  28. a061a93 rt2x00: Ensure TX-ed frames are returned in the original state. by Gertjan van Wingerde · 15 years ago
  29. d7bb5f8 rt2x00: fix hang when unplugging USB device in use by Johannes Stezenbach · 15 years ago
  30. 8d4ff3f rt2x00: Add RF chip definition by RA-Jay Hung · 15 years ago
  31. 977206d rt2x00: Implement get_survey callback for rt2800 by Helmut Schaa · 15 years ago
  32. 38c8a56 rt2x00: Add rt2800 EEPROM definition by RA-Jay Hung · 15 years ago
  33. 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 · 15 years ago
  34. 20ed316 mac80211/rt2x00: add ieee80211_tx_status_ni() by Johannes Stezenbach · 15 years ago
  35. 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 · 15 years ago
  36. f4e16e4 rt2x00: Use static const by Joe Perches · 15 years ago
  37. 387e688 rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignment by RA-Jay Hung · 15 years ago
  38. f8eaec6 rt2x00: Fix header_length in rt2x00lib_txdone by RA-Jay Hung · 15 years ago
  39. b43d63b rt2x00: Fix rt2800 USB TX Path DMA issue by RA-Jay Hung · 15 years ago
  40. ef8397c rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR. by Gertjan van Wingerde · 15 years ago
  41. 72c7296 rt2x00: Remove unneccessary internal Kconfig symbols. by Gertjan van Wingerde · 15 years ago
  42. a6a8d66e rt2x00: Remove RT30XX Kconfig variables. by Gertjan van Wingerde · 15 years ago
  43. 46af584 rt2x00: Clean up Kconfig for RT2800 devices. by Gertjan van Wingerde · 15 years ago
  44. f93bc9b rt2x00: Add initial support for RT3370/RT3390 devices. by Gertjan van Wingerde · 15 years ago
  45. ae4ecb9 rt2x00: Increase REGISTER_BUSY_COUNT by Ivo van Doorn · 15 years ago
  46. b5e4156 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  47. 8c5765f rt2x00: Add watchdog functions for HW queue by Ivo van Doorn · 15 years ago
  48. ea175ee rt2x00: Remove rt2x00lib_toggle_rx by Ivo van Doorn · 15 years ago
  49. 8be4eed rt2x00: Fix rt2x00queue_kick_tx_queue arguments by Ivo van Doorn · 15 years ago
  50. 813f033 rt2x00: Rename queue->lock to queue->index_lock by Ivo van Doorn · 15 years ago
  51. 821cde63 rt2x00: checkpatch.pl error fixes for rt73usb.c by Mark Einon · 15 years ago
  52. f8bfbc3 rt2x00: checkpatch.pl error fixes for rt2x00queue.c by Mark Einon · 15 years ago
  53. 027e8fd rt2x00: checkpatch.pl error fixes for rt2x00link.c by Mark Einon · 15 years ago
  54. 5f181dc1 rt2x00: checkpatch.pl error fixes for rt2x00lib.h by Mark Einon · 15 years ago
  55. c2361ba rt2x00: checkpatch.pl error fixes for rt2x00dev.c by Mark Einon · 15 years ago
  56. 8a23903 rt2x00: checkpatch.pl error fixes for rt2x00config.c by Mark Einon · 15 years ago
  57. 87a46ca rt2x00: checkpatch.pl error fixes for rt2800usb.h by Mark Einon · 15 years ago
  58. 144b80b rt2x00: checkpatch.pl error fixes for rt2800usb.c by Mark Einon · 15 years ago
  59. c6cbade rt2x00: checkpatch.pl error fixes for rt2800pci.h by Mark Einon · 15 years ago
  60. bf1b151 rt2x00: checkpatch.pl error fixes for rt2800lib.c by Mark Einon · 15 years ago
  61. fd8dab9 rt2x00: checkpatch.pl error fixes for rt2800.h by Mark Einon · 15 years ago
  62. cf55347 rt2x00: checkpatch.pl error fixes for rt2500usb.c by Mark Einon · 15 years ago
  63. cb771b1 rt2x00: checkpatch.pl error fixes for rt2500pci.h by Mark Einon · 15 years ago
  64. 46b9786 rt2x00: checkpatch.pl error fixes for rt2400pci.h by Mark Einon · 15 years ago
  65. 723fc7a rt2x00: Fix comments in rt73usb.h and rt61pci.h by Lalith Suresh · 15 years ago
  66. fa8b4b2 rt2x00: Fix hw crypto in AP mode for some devices by Helmut Schaa · 15 years ago
  67. 070192d rt2x00: Fix crash on USB unplug by Ivo van Doorn · 15 years ago
  68. 303c7d6 rt2x00: Fix MCU_SLEEP arguments by Ivo van Doorn · 15 years ago
  69. f44df18 rt2x00: Implement flush callback by Ivo van Doorn · 15 years ago
  70. aaf886b rt2x00: Remove failsave from rt2x00usb_watchdog_tx_dma by Ivo van Doorn · 15 years ago
  71. 7225ce1 rt2x00: Rename rt2x00queue_timeout by Ivo van Doorn · 15 years ago
  72. e2f8c87 rt2x00: Optimize rt2x00debug_dump_frame when frame dumping is not active by Helmut Schaa · 15 years ago
  73. 2b23cda rt2x00: Reduce tx descriptor size by Helmut Schaa · 15 years ago
  74. 08e5310 rt2x00: Wait up to one second on rt2800 for WPDMA to be ready by Helmut Schaa · 15 years ago
  75. efd2f27 rt2x00: Sync Tx and RX ring sizes with legacy drivers by Helmut Schaa · 15 years ago
  76. 961621a rt2x00: Add TXOP_CTRL_CFG register definition by Helmut Schaa · 15 years ago
  77. b923757 rt2x00pci: do not use GFP_DMA by John W. Linville · 15 years ago
  78. 5ada28b led-class: always implement blinking by Johannes Berg · 15 years ago
  79. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  80. c64557d 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 · 15 years ago
  81. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  82. a13c8f3 rt2x00: Fix URB error handling by Ivo van Doorn · 15 years ago
  83. 1a39769 rt2x00: Don't perform watchdog checks on empty queue by Ivo van Doorn · 15 years ago
  84. a1d1eabc rt2x00: Make queue_entry flags access atomic by Ivo van Doorn · 15 years ago
  85. 1550c8e rt2x00: Fix dead queue when skb allocation failed by Ivo van Doorn · 15 years ago
  86. 3590eea rt2x00: Validate MCS on RX path by Ivo van Doorn · 15 years ago
  87. cdfd2c5c rt2x00: Move watchdog work to kernel work_queue by Ivo van Doorn · 15 years ago
  88. fa69560 rt2x00: Simplify Queue function arguments by Ivo van Doorn · 15 years ago
  89. 12eec2c rt2x00: Fix tx status handling in rt2800pci by Helmut Schaa · 15 years ago
  90. 7437472 rt2x00: Remove superfluous initialization of qidx by Helmut Schaa · 15 years ago
  91. c6084d5 rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frame by Helmut Schaa · 15 years ago
  92. ff6133b rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssi by Helmut Schaa · 15 years ago
  93. 546adf2 rt2x00: Optimize unmapping of skbs by Helmut Schaa · 15 years ago
  94. a23c220 rt2x00: Shortcut link state updates when not operating as STA by Helmut Schaa · 15 years ago
  95. e9a6870 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 · 15 years ago
  96. b34793e rt2x00: Work around hw aggregation oddity in rt2800 by Helmut Schaa · 15 years ago
  97. 01e946f rt2x00: Improve cooperation between rt2800pci and minstrel by Helmut Schaa · 15 years ago
  98. 1f0280c rt2x00: Fix oops caused by error path in rt2x00lib_start by Helmut Schaa · 15 years ago
  99. 74ee380 rt2x00: Update comment about the AMPDU flag in the TXWI by Helmut Schaa · 15 years ago
  100. 58ed826 rt2x00: Enable rx aggregation in rt2800 by Helmut Schaa · 15 years ago