1. 3a1c012 rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}. by Gertjan van Wingerde · 12 years ago
  2. 2a48e8a rt2800: zero MAC_SYS_CTRL bits during BBP and MAC reset by Stanislaw Gruszka · 12 years ago
  3. dfd00c4 rt2800pci: fix spurious interrupts generation by Stanislaw Gruszka · 13 years ago
  4. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  5. a2b1328 rt2x00: Make use of sta_add/remove callbacks in rt2800 by Helmut Schaa · 13 years ago
  6. 3de3d96 rt2x00: Avoid unnecessary uncached by Helmut Schaa · 13 years ago
  7. 31937c4 rt2x00: Minor optimizazion in txdone path by Helmut Schaa · 13 years ago
  8. 5126d97 rt2x00: Add new chipset support by zero.lin · 13 years ago
  9. abc1199 rt2x00: Fix PCI interrupt processing race on SMP systems by Helmut Schaa · 13 years ago
  10. 204d164 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 · 13 years ago
  11. 5f0dd29 rt2x00: Implement tx_frames_pending mac80211 callback function. by Gertjan van Wingerde · 13 years ago
  12. 71e0b38 rt2x00: Add device ID for RT539F device. by Gertjan van Wingerde · 13 years ago
  13. c0c33ad 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 · 13 years ago
  14. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  15. 872834d rt2x00: Add support for RT3572/RT3592/RT3592+Bluetooth combo card by Gertjan van Wingerde · 13 years ago
  16. d4c838e rt2x00: Fix optimize register access for rt2800pci by Ivo van Doorn · 13 years ago
  17. e7dee44 rt2x00: Implement get_ringparam callback function by Ivo van Doorn · 13 years ago
  18. 9a81999 rt2x00: Optimize register access in rt2800pci by Helmut Schaa · 13 years ago
  19. e01ae27 rt2x00: Allow dynamic addition of PCI/USB IDs. by Gertjan van Wingerde · 13 years ago
  20. 7a5a681 rt2x00: Always inline rt2x00pci_enable_interrupt by Helmut Schaa · 13 years ago
  21. 152a599 rt2x00: Decrease association time for USB devices by Ivo van Doorn · 13 years ago
  22. 7dab73b rt2x00: Split rt2x00dev->flags by Ivo van Doorn · 13 years ago
  23. 9e33a35 rt2x00: Implement tx power temperature compensation by Helmut Schaa · 13 years ago
  24. 2e7798b rt2x00: Limit rt2800pci txdone processing to 16 entries at once by Helmut Schaa · 13 years ago
  25. 1663893 rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once by Helmut Schaa · 13 years ago
  26. 3736fe5 rt2x00: Fix comment in rt2800pci by Helmut Schaa · 13 years ago
  27. 0aa13b2 rt2x00: Revise irqmask locking for PCI devices by Helmut Schaa · 13 years ago
  28. 26a1d07 rt2x00: Optimize TX descriptor handling by Helmut Schaa · 13 years ago
  29. 87443e8 rt2x00: Make use of unlikely during tx status processing by Helmut Schaa · 13 years ago
  30. 11f818e rt2x00: Optimize calls to rt2x00queue_get_queue by Helmut Schaa · 13 years ago
  31. adde588 rt2x00: fix whitespace damage in the rt2800 specific code by Gabor Juhos · 13 years ago
  32. 60687ba rt2x00: Add support for RT5390 chip by RA-Shiang Tu · 13 years ago
  33. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  34. 00781a7 wireless: rt2x00: rt2800pci.c: add two ids by Xose Vazquez Perez · 13 years ago
  35. a45f369 rt2x00: Fix WPA TKIP Michael MIC failures. by Gertjan van Wingerde · 13 years ago
  36. b550911 rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR by Helmut Schaa · 13 years ago
  37. a9d61e9 rt2x00: Convert rt2800pci to use tasklets by Helmut Schaa · 13 years ago
  38. c8e15a1 rt2x00: Disable txstatus tasklet by default by Helmut Schaa · 13 years ago
  39. 69cf36a rt2x00: Refactor beacon code to make use of start- and stop_queue by Helmut Schaa · 13 years ago
  40. 7f6e144 rt2x00: Fix radio off hang issue for PCIE interface by RA-Jay Hung · 14 years ago
  41. c4d6324 rt2x00: simplify txstatus_fifo handling by Johannes Stezenbach · 14 years ago
  42. f615e9a rt2x00: Fix WMM Queue naming by Ivo van Doorn · 14 years ago
  43. dbba306 rt2x00: Reorganize queue callback functions by Ivo van Doorn · 14 years ago
  44. 5450b7e rt2x00: Introduce 3 queue commands in drivers (start, kick, stop). by Ivo van Doorn · 14 years ago
  45. 094a1d9 rt2x00: trivial: add missing \n on warnings by Johannes Stezenbach · 14 years ago
  46. 89b25f6 rt2x00: Don't frequently reset beacon interval in AdHoc mode by Helmut Schaa · 14 years ago
  47. 977206d rt2x00: Implement get_survey callback for rt2800 by Helmut Schaa · 14 years ago
  48. 20ed316 mac80211/rt2x00: add ieee80211_tx_status_ni() by Johannes Stezenbach · 14 years ago
  49. ef8397c rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR. by Gertjan van Wingerde · 14 years ago
  50. 72c7296 rt2x00: Remove unneccessary internal Kconfig symbols. by Gertjan van Wingerde · 14 years ago
  51. a6a8d66e rt2x00: Remove RT30XX Kconfig variables. by Gertjan van Wingerde · 14 years ago
  52. f93bc9b rt2x00: Add initial support for RT3370/RT3390 devices. by Gertjan van Wingerde · 14 years ago
  53. ea175ee rt2x00: Remove rt2x00lib_toggle_rx by Ivo van Doorn · 14 years ago
  54. 303c7d6 rt2x00: Fix MCU_SLEEP arguments by Ivo van Doorn · 14 years ago
  55. f44df18 rt2x00: Implement flush callback by Ivo van Doorn · 14 years ago
  56. efd2f27 rt2x00: Sync Tx and RX ring sizes with legacy drivers by Helmut Schaa · 14 years ago
  57. 12eec2c rt2x00: Fix tx status handling in rt2800pci by Helmut Schaa · 14 years ago
  58. 7437472 rt2x00: Remove superfluous initialization of qidx by Helmut Schaa · 14 years ago
  59. 9519233 rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pci by Helmut Schaa · 14 years ago
  60. 96c3da7 rt2x00: rework tx status handling in rt2800pci by Helmut Schaa · 14 years ago
  61. 93149cf rt2x00: Mask out unused interrupts in rt2800pci by Helmut Schaa · 14 years ago
  62. b9eca24 rt2x00: Wakeup hardware before loading firmware by Ivo van Doorn · 14 years ago
  63. b9a07ae rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800lib by Ivo van Doorn · 14 years ago
  64. 5eb7efe rt2x00: Move direct access to queue->entries to rt2x00queue.c by Ivo van Doorn · 14 years ago
  65. 9333145 rt2x00: Simplify arguments to rt2x00 driver callback functions by Ivo van Doorn · 14 years ago
  66. 96481b2 rt2x00: Implement TX status reporting for rt2800usb by Ivo van Doorn · 14 years ago
  67. 0c5879b rt2x00: Request TXWI pointer from driver by Ivo van Doorn · 14 years ago
  68. e796643 rt2x00: Move driver callback functions into the ops structure by Ivo van Doorn · 14 years ago
  69. f31c9a8 rt2x00: Move common firmware loading into rt2800lib by Ivo van Doorn · 14 years ago
  70. ab0ed4a rt2x00: Remove set_tim callback from PCI drivers by Helmut Schaa · 14 years ago
  71. e783619 rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usb by Helmut Schaa · 14 years ago
  72. 9f926fb rt2x00: Use pretbtt irq for fetching beacons on rt2800pci by Helmut Schaa · 14 years ago
  73. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 14 years ago
  74. 27df2a9 rt2x00: Rename CONFIG_DISABLE_LINK_TUNING by Ivo van Doorn · 14 years ago
  75. 7486192 rt2x00: Convert AGC value from descriptor to RSSI (dBm) by Ivo van Doorn · 14 years ago
  76. ad90319 rt2x00: Fix beacon updates in rt2800pci by Helmut Schaa · 14 years ago
  77. 20f8b13 rt2x00: Correctly detect 93C86 EEPROMs in rt2800pci. by Gertjan van Wingerde · 14 years ago
  78. 9cf4cb0 rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb. by Gertjan van Wingerde · 14 years ago
  79. 76dd5dd rt2x00: Rename driver write_tx_datadesc callback function. by Gertjan van Wingerde · 14 years ago
  80. e513a0b rt2x00: Move common txdone handling to rt2x00lib_txdone. by Gertjan van Wingerde · 14 years ago
  81. 78eea11 rt2x00: Merge PCI and USB versions of write_tx_data into single function. by Gertjan van Wingerde · 14 years ago
  82. 04f1e34 rt2x00: Enable HW crypto by default by Ivo van Doorn · 14 years ago
  83. 3afa626 rt2x00: Fix TX_STA_FIFO handling by Helmut Schaa · 14 years ago
  84. ecb7cab rt2x00: only set TXDONE_FALLBACK in rt2800pci if the frame was retried by Helmut Schaa · 14 years ago
  85. 532bc2d rt2x00: Sync rt2800 MCU boot signal with Ralink driver. by Gertjan van Wingerde · 14 years ago
  86. e3a896b rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}. by Gertjan van Wingerde · 14 years ago
  87. f0194b2 rt2x00: Centralize rt2800 beacon writing. by Gertjan van Wingerde · 14 years ago
  88. 0b8004a rt2x00: Properly reserve room for descriptors in skbs. by Gertjan van Wingerde · 14 years ago
  89. baaffe6 rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc. by Gertjan van Wingerde · 14 years ago
  90. 5c3b685 rt2x00: Push beacon TX descriptor writing to drivers. by Gertjan van Wingerde · 14 years ago
  91. 85b7a8b rt2x00: Simplify TXD handling of beacons. by Gertjan van Wingerde · 14 years ago
  92. 3b9f0ed rt2x00: Fix beaconing on rt2800. by Gertjan van Wingerde · 14 years ago
  93. f224f4e rt2x00: provide beacon's txdesc to write_beacon callback function. by Gertjan van Wingerde · 14 years ago
  94. d61cb26 rt2x00: Clean up all driver's kick_tx_queue callback functions. by Gertjan van Wingerde · 14 years ago
  95. 2de64dd rt2x00: Factor out RXWI processing to common rt2800 code. by Gertjan van Wingerde · 14 years ago
  96. 59679b9 rt2x00: Factor out TXWI writing to common rt2800 code. by Gertjan van Wingerde · 14 years ago
  97. 78b8f3b rt2x00: Don't check whether hardware crypto is enabled when reading RXD. by Gertjan van Wingerde · 14 years ago
  98. 1affa09 rt2x00: rt2800: use correct txop value in tx descriptor by Helmut Schaa · 14 years ago
  99. df624ca rt2x00: Register frame length in TX entry descriptor instead of L2PAD. by Gertjan van Wingerde · 14 years ago
  100. 91639c7 rt2x00: remove now unused noise field from struct rxdone_entry_desc by John W. Linville · 14 years ago