1. 8ff48a8 rt2x00: Fix race condition when using inderect registers by Ivo van Doorn · 16 years ago
  2. bad1363 rt2x00: Optimize get_duration / get_duration_res by Ivo van Doorn · 16 years ago
  3. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 16 years ago
  4. 6d64360 rt2x00: Fix BUG_ON() with antenna handling by Ivo van Doorn · 16 years ago
  5. 8058409 rt2x00: Block set_key() during suspend/shutdown by Ivo van Doorn · 16 years ago
  6. 9a95dba rt2x00: Fix LED state handling by Ivo van Doorn · 16 years ago
  7. 3d8606a rt2x00: Remove RATE_BASIC flag by Ivo van Doorn · 16 years ago
  8. 743b97c rt2x00: Remove debugfs CSR access wrappers by Ivo van Doorn · 16 years ago
  9. 9344e86 rt2x00: Release rt2x00 2.2.2 by Ivo van Doorn · 16 years ago
  10. 3514a44 rt2x00: Improve interface_modes initialization by Ivo van Doorn · 16 years ago
  11. c3fd7b4 rt2x00: Remove ieee80211_bss_conf from rt2x00_intf by Ivo van Doorn · 16 years ago
  12. e4ea1c4 rt2x00: Optimize configuration handling by Ivo van Doorn · 16 years ago
  13. cfa3fa4 Fix debugfs_create_*'s error checking method for wireless/rt2x00/ by Zhaolei · 16 years ago
  14. 5588751 rt2x00: reduce checkpatch.pl errors by John Daiker · 16 years ago
  15. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  16. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  17. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  18. 0f4ac38 mac80211: kill hw.conf.antenna_sel_{rx,tx} by Johannes Berg · 16 years ago
  19. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  20. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  21. 5dc5340 rt2x00: Fix build error when mac80211=M rt2x00=Y by Ivo van Doorn · 16 years ago
  22. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  23. 8713a7c rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb" by Felix Fietkau · 16 years ago
  24. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 16 years ago
  25. 5b5d13a rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON. by Gertjan van Wingerde · 16 years ago
  26. 4c99f3e rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00. by Gertjan van Wingerde · 16 years ago
  27. acaf908d rt2x00: Fix HW crypto key handling by Ivo van Doorn · 16 years ago
  28. 25d834e mac80211: fix virtual interfaces vs. injection by Johannes Berg · 16 years ago
  29. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  30. 771fd56 rt2x00: Make rt2x00 LEDS invisible config option by Ivo van Doorn · 16 years ago
  31. 5816952 rt2x00: Make RFKILL enabled by default by Ivo van Doorn · 16 years ago
  32. 79636a5 rt2x00: Revert "rt2x00: Fix the beacon length bug" by Ivo van Doorn · 16 years ago
  33. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  34. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  35. 445df54 rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON by Boaz Harrosh · 16 years ago
  36. 35e032d rt2x00: Release rt2x00 2.2.1 by Ivo van Doorn · 16 years ago
  37. 1abc365 rt2x00: skb->data pointer should not include TX descriptor by Mattias Nissler · 16 years ago
  38. 6c6aa3c rt2x00: Add Signal type flag by Ivo van Doorn · 16 years ago
  39. 2af0a57 rt2x00: Initialize txop during conf_tx() callback by Ivo van Doorn · 16 years ago
  40. 2575c11 rt2x00: Only configure hardware when radio is enabled by Mattias Nissler · 16 years ago
  41. 3ee54a0 rt2x00: Map extra_tx_headroom to DMA by Ivo van Doorn · 16 years ago
  42. 0262ab0 rt2x00: Fix race conditions in flag handling by Ivo van Doorn · 16 years ago
  43. 008c448 rt2x00: Add module parameter to disable HW crypto by Ivo van Doorn · 16 years ago
  44. ba2ab47 rt2x00: Move lna_gain calculation to config() callback by Ivo van Doorn · 16 years ago
  45. edcc25b rt2x00: Release rt2x00 2.2.0 by Ivo van Doorn · 16 years ago
  46. 8c5e7a5 rt2x00: Gather channel information in structure by Ivo van Doorn · 16 years ago
  47. 906c110 rt2x00: Implement HW encryption (rt73usb) by Ivo van Doorn · 16 years ago
  48. 61e754f rt2x00: Implement HW encryption (rt61pci) by Ivo van Doorn · 16 years ago
  49. 2bb057d rt2x00: Implement HW encryption by Ivo van Doorn · 16 years ago
  50. c94c93d wireless: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  51. b9740c2 rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OK by Daniel Wagner · 16 years ago
  52. f126cba rt2x00: Fix txdone_entry_desc_flags by Jochen Friedrich · 16 years ago
  53. 0fc9803 rt2x00: Block all unsupported modes by Ivo van Doorn · 16 years ago
  54. d06193f rt2x00: Disable link tuning in rt2500usb by Ivo van Doorn · 16 years ago
  55. 82f97b8 rt2x00: Fix compile warning by Ivo van Doorn · 16 years ago
  56. bf4634a rt2500pci: restoring missing line by Peter Chubb · 16 years ago
  57. d4764b2 rt2x00: Sequence counter should be protected in irqsave by Ivo van Doorn · 16 years ago
  58. 8d8acd4 rt2x00: Fix VGC lower bound initialization by Ivo van Doorn · 16 years ago
  59. e6d3e90 rt2x00: rt61pci needs another millisecond after firmware upload by Ivo van Doorn · 16 years ago
  60. ada662f rt2x00: Fix partial antenna configuration by Ivo van Doorn · 16 years ago
  61. d2b6907 rt2x00: Fix access permissions on debugfs files by Ivo van Doorn · 16 years ago
  62. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  63. 9c0ab71 rt2x00: Clear queue entry flags during initialization by Ivo van Doorn · 16 years ago
  64. 74c0ee9 rt2x00: Force full register config after start() by Ivo van Doorn · 16 years ago
  65. e7087a8 rt2x00: Fix memleak when RTS/CTS fails by Ivo van Doorn · 16 years ago
  66. 5adf6d6 rt2x00: Fix QOS sequence counting by Ivo van Doorn · 16 years ago
  67. b93ce43 rt2x00: Fix the beacon length bug by Iwo Mergler · 16 years ago
  68. 3e0c1ab rt2x00: Large vendor requests for rt73usb firmware upload and beacons by Iwo Mergler · 16 years ago
  69. ed0dbee rt2x00: Support for large vendor requests by Iwo Mergler · 16 years ago
  70. f2fdbc4 rt2x00: Fix EIFS timing value by Ivo van Doorn · 16 years ago
  71. ed06387 rt2x00: Remove duplicate declaration by Ivo van Doorn · 16 years ago
  72. 605a0bd mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag by Johannes Berg · 16 years ago
  73. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  74. 0b57664 wireless: fix warnings from QoS patch by Johannes Berg · 16 years ago
  75. fc943b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  76. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  78. 4c9adaf rt2x00: Reset LED assoc status after firmware update by Ivo van Doorn · 16 years ago
  79. f591fa5 mac80211: fix TX sequence numbers by Johannes Berg · 16 years ago
  80. bd88a78 rt2x00: Reorganize beacon handling by Ivo van Doorn · 16 years ago
  81. e360c4c rt2x00: Add support for CTS protection in rt2x00lib by Ivo van Doorn · 16 years ago
  82. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  83. 9a61319 rt2x00: Fix NULL pointer error in adhoc/master mode by Ivo van Doorn · 16 years ago
  84. f160ebc rt2x00: treat firmware data as const by David Woodhouse · 16 years ago
  85. 1f90916 rt2x00: Disable synchronization during initialization by Ivo van Doorn · 16 years ago
  86. 84263b0 rt2x00: Fix register comments by Ivo van Doorn · 16 years ago
  87. ae73e58 rt2x00: Report RX end time for rt2400pci by Ivo van Doorn · 16 years ago
  88. 8e260c2 rt2x00: Use ieee80211_hw->workqueue again by Ivo van Doorn · 16 years ago
  89. ff35239 rt2x00: Decrease alignment headroom by Ivo van Doorn · 16 years ago
  90. 50db787 rt2x00: Remove input_polldev requirements for rfkill by Ivo van Doorn · 16 years ago
  91. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  92. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  93. 980dfcb rt2x00: Fix lock dependency errror by Ivo van Doorn · 16 years ago
  94. ff28bd9 wireless: remove RFKILL_STATE_HARD_BLOCKED warnings by John W. Linville · 16 years ago
  95. 40af48c rt2x00: kill URB for all TX queues during disable_radio() by Ivo van Doorn · 16 years ago
  96. 61243d8 rt2x00: Remove duplicate deinitialization by Ivo van Doorn · 16 years ago
  97. 8160465 rt2x00: Release rt2x00 2.1.8 by Ivo van Doorn · 16 years ago
  98. f529932 rt2x00: Increase queue size by Ivo van Doorn · 16 years ago
  99. c1d35df rt2x00: Fix sparse warning on nested container_of() by Ivo van Doorn · 16 years ago
  100. d74f5ba rt2x00: Cleanup symbol exports by Ivo van Doorn · 16 years ago