1. 7f503fc rt2x00: fix possible memory corruption in case of invalid rxdesc.size by Stanislaw Gruszka · 13 years ago
  2. 3bb42a6 rt2x00: fix rmmod crash by Stanislaw Gruszka · 13 years ago
  3. 9a24af1 rt2x00: Fix rmmod hang of rt2800pci by Gertjan van Wingerde · 14 years ago
  4. 1c0bcf8 rt2x00: Add autowake support for USB hardware by Ivo van Doorn · 14 years ago
  5. f0187a1 rt2800usb: add timer to handle TX_STA_FIFO by Johannes Stezenbach · 14 years ago
  6. 75256f0 rt2x00: fix queue timeout checks by Johannes Stezenbach · 14 years ago
  7. 7dab73b rt2x00: Split rt2x00dev->flags by Ivo van Doorn · 14 years ago
  8. b37e3b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  9. f16d2db rt2x00: Fix tx aggregation problems with some clients by Helmut Schaa · 14 years ago
  10. 9e33a35 rt2x00: Implement tx power temperature compensation by Helmut Schaa · 14 years ago
  11. 2f2bb7e rt2x00: Remove obsolete rt2x00queue_align_payload by Helmut Schaa · 14 years ago
  12. f78987c rt2x00: Calculate tx status fifo size instead of hardcoding it by Helmut Schaa · 14 years ago
  13. 37f4ee0 rt2x00: fix cancelling uninitialized work by Stanislaw Gruszka · 14 years ago
  14. 0439f53 rt2x00: Move TX/RX work into dedicated workqueue by Ivo van Doorn · 14 years ago
  15. e1f4e80 rt2x00: Kill all tasklets during device removal by Ivo van Doorn · 14 years ago
  16. c8e15a1 rt2x00: Disable txstatus tasklet by default by Helmut Schaa · 14 years ago
  17. c5c6576 rt2x00: Introduce tasklets for interrupt handling by Helmut Schaa · 14 years ago
  18. 8d59c4e rt2x00: Make periodic beacon updates for PCI devices atomic by Helmut Schaa · 14 years ago
  19. 69cf36a rt2x00: Refactor beacon code to make use of start- and stop_queue by Helmut Schaa · 14 years ago
  20. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  21. bfe6a15 rt2x00: Simplify intf->delayed_flags locking by Helmut Schaa · 14 years ago
  22. 5235189 rt2x00: allow txstatus_fifo w/o txstatus_tasklet by Johannes Stezenbach · 14 years ago
  23. dba5dc1 rt2x00: Introduce extra queue entry sanity flag by Ivo van Doorn · 14 years ago
  24. 64e7d72 rt2x00: Cleanup RX index counting by Ivo van Doorn · 14 years ago
  25. 5be6560 rt2x00: Add "flush" queue command by Ivo van Doorn · 14 years ago
  26. 0b7fde5 rt2x00: Protect queue control with mutex by Ivo van Doorn · 14 years ago
  27. dbba306 rt2x00: Reorganize queue callback functions by Ivo van Doorn · 14 years ago
  28. 20ed316 mac80211/rt2x00: add ieee80211_tx_status_ni() by Johannes Stezenbach · 14 years ago
  29. f8eaec6 rt2x00: Fix header_length in rt2x00lib_txdone by RA-Jay Hung · 14 years ago
  30. ea175ee rt2x00: Remove rt2x00lib_toggle_rx by Ivo van Doorn · 14 years ago
  31. c2361ba rt2x00: checkpatch.pl error fixes for rt2x00dev.c by Mark Einon · 14 years ago
  32. 070192d rt2x00: Fix crash on USB unplug by Ivo van Doorn · 14 years ago
  33. a13c8f3 rt2x00: Fix URB error handling by Ivo van Doorn · 14 years ago
  34. 1550c8e rt2x00: Fix dead queue when skb allocation failed by Ivo van Doorn · 14 years ago
  35. 3590eea rt2x00: Validate MCS on RX path by Ivo van Doorn · 14 years ago
  36. fa69560 rt2x00: Simplify Queue function arguments by Ivo van Doorn · 14 years ago
  37. 1f0280c rt2x00: Fix oops caused by error path in rt2x00lib_start by Helmut Schaa · 14 years ago
  38. 96c3da7 rt2x00: rework tx status handling in rt2800pci by Helmut Schaa · 14 years ago
  39. 652a9dd rt2x00: Split watchdog check into a DMA and STATUS timeout by Ivo van Doorn · 14 years ago
  40. 8d1331b rt2x00: Fix max TX power settings by Ivo van Doorn · 14 years ago
  41. e5ef5ba rt2x00: Remove ieee80211_rx_status from rt2x00_dev by Ivo van Doorn · 14 years ago
  42. 3392bec rt2x00: Add helper function for reporting tx status by Ivo van Doorn · 14 years ago
  43. 7e613e1 rt2x00: Move USB tx/rx done handling to workqueue by Ivo van Doorn · 14 years ago
  44. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  45. 9acd56d rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() by Stephen Boyd · 14 years ago
  46. 9f926fb rt2x00: Use pretbtt irq for fetching beacons on rt2800pci by Helmut Schaa · 14 years ago
  47. 07896fe rt2x00: Implement broad- and multicast buffering by Helmut Schaa · 14 years ago
  48. 4dee32f rt2x00: Allow beacon update without scheduling a work by Helmut Schaa · 14 years ago
  49. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 14 years ago
  50. c965c74 rt2x00: Implement watchdog monitoring by Ivo van Doorn · 14 years ago
  51. e513a0b rt2x00: Move common txdone handling to rt2x00lib_txdone. by Gertjan van Wingerde · 14 years ago
  52. 1df9080 rt2x00: Implement tx mpdu aggregation by Helmut Schaa · 14 years ago
  53. 3d2bc10 rt2x00: Fix tx status reporting when falling back to the lowest rate by Helmut Schaa · 14 years ago
  54. fd6dcb8 rt2x00: don't use TXDONE_FALLBACK as success indicator by Helmut Schaa · 14 years ago
  55. 0b8004a rt2x00: Properly reserve room for descriptors in skbs. by Gertjan van Wingerde · 14 years ago
  56. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  57. 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 · 15 years ago
  58. 6ca4fed rt2x00: remove usage of deprecated noise value by John W. Linville · 15 years ago
  59. 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
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  61. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  62. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  63. 7a4a77b rt2x00: Properly request tx headroom for alignment operations. by Gertjan van Wingerde · 15 years ago
  64. b734083 rt2x00: Only remove L2 padding in received frames if there is payload. by Gertjan van Wingerde · 15 years ago
  65. 1398d45 rt2x00 : trim the skb after having the l2pad removed. by Alban Browaeys · 15 years ago
  66. e6218cc rt2x00: Centralize setting of extra TX headroom requested by rt2x00. by Gertjan van Wingerde · 15 years ago
  67. 7351c6b mac80211: request TX status where needed by Johannes Berg · 15 years ago
  68. 9c9a0d1 rt2x00: Update copyright statements. by Gertjan van Wingerde · 15 years ago
  69. 863cc97 rt2x00: Remove deprecated ieee80211_rx_status->qual usage by Ivo van Doorn · 15 years ago
  70. 66f84d6 rt2x00: Don't queue ieee80211 work after USB removal by Sean Cross · 15 years ago
  71. daee6c0 rt2x00: Reorganize padding & L2 padding by Ivo van Doorn · 15 years ago
  72. 2e27cff rt2x00: Fix TX status reporting by Ivo van Doorn · 15 years ago
  73. d904dc1 rt2x00: bss_info_changed() callback is allowed to sleep by Ivo van Doorn · 15 years ago
  74. afa6204 rt2x00: configure_filter() callback is allowed to sleep by Ivo van Doorn · 15 years ago
  75. 92ed48e rt2x00: Add support for retry rates by Benoit PAPILLAULT · 15 years ago
  76. 17512dc rt2x00: Fix for race condition while update beacon by Igor Perminov · 15 years ago
  77. bdfa500 rt2x00: Remove usage of deprecated radio_enabled & IEEE80211_CONF_CHANGE_RADIO_ENABLED by Ivo van Doorn · 15 years ago
  78. d8cc892 rt2x00: cancel all work on disconnect by Pavel Roskin · 15 years ago
  79. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  80. 4b9631a rt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HW by Ivo van Doorn · 15 years ago
  81. e47a5cd rt2x00: use wiphy rfkill interface by Ivo van Doorn · 15 years ago
  82. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 15 years ago
  83. ce4c45e rt73usb: fix for master mode by Alexandre Becholey · 15 years ago
  84. 35f00cf rt2x00: Implement support for 802.11n by Ivo van Doorn · 16 years ago
  85. 9f16617 rt2x00: Add support for L2 padding during TX/RX by Ivo van Doorn · 16 years ago
  86. f05faa3 rt2x00: prevent double kfree when failing to register hardware by Herton Ronaldo Krzesinski · 16 years ago
  87. a2c9b65 rt2x00: Add kill_tx_queue callback function by Ivo van Doorn · 16 years ago
  88. 382fe0f rt2x00: Move intf_work to mac82011 workqueue by Ivo van Doorn · 16 years ago
  89. 0712612 rt2x00: Simplify suspend/resume handling by Ivo van Doorn · 16 years ago
  90. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 16 years ago
  91. b30dd5c0 rt2x00: Introduce RXDONE_SIGNAL_MASK mask by Ivo van Doorn · 16 years ago
  92. 2bdb35c rt2x00: Allow drivers to pass the noise value during rxdone by Ivo van Doorn · 16 years ago
  93. ce292a6 rt2x00: Implement WDS support by Ivo van Doorn · 16 years ago
  94. a07dbea rt2x00: Add mesh support by Andrey Yurovsky · 16 years ago
  95. 84e3196 rt2x00: Move link tuning into seperate file by Ivo van Doorn · 16 years ago
  96. 3ea9646 rt2x00: Fix TX short preamble detection by Ivo van Doorn · 16 years ago
  97. 74415ed rt2x00: Add RXDONE_CRYPTO_IV/ICV flags by Ivo van Doorn · 16 years ago
  98. 8ff48a8 rt2x00: Fix race condition when using inderect registers by Ivo van Doorn · 16 years ago
  99. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 16 years ago
  100. 6d64360 rt2x00: Fix BUG_ON() with antenna handling by Ivo van Doorn · 16 years ago