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