1. d74f5ba rt2x00: Cleanup symbol exports by Ivo van Doorn · 16 years ago
  2. c4da004 rt2x00: Replace statically allocated DMA buffers with mapped skb's. by Gertjan van Wingerde · 16 years ago
  3. 30caa6e rt2x00: Centralize allocation of RX skbs. by Gertjan van Wingerde · 16 years ago
  4. 14a3bf8 rt2x00: Convert rt2x00 to use generic DMA-mapping API by Gertjan van Wingerde · 16 years ago
  5. c95edf5 rt2x00: Properly clean up beacon skbs. by Gertjan van Wingerde · 16 years ago
  6. ac10446 rt2x00: Use ieee80211 fc handlers by Ivo van Doorn · 16 years ago
  7. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  8. 8b7b1e0 mac80211: remove ieee80211_get_morefrag by Harvey Harrison · 16 years ago
  9. a9f853d rt2x00: Rework alignment check. by Gertjan van Wingerde · 17 years ago
  10. 99990e0 rt2x00: Remove unused defines by Ivo van Doorn · 17 years ago
  11. 58b642e rt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for RTS frame by Ivo van Doorn · 17 years ago
  12. 4ae1168 rt2x00: Use __builtin_choose_expr() instead of ?: by Ivo van Doorn · 17 years ago
  13. a26cbc6 rt2x00: Fix double usage of skb->cb in USB RX path. by Gertjan van Wingerde · 17 years ago
  14. 239c249 rt2x00: Centralize RX packet alignment handling in rt2x00lib. by Gertjan van Wingerde · 17 years ago
  15. d56d453 rt2x00: Cleanup struct skb_frame_desc. by Gertjan van Wingerde · 17 years ago
  16. b869767 rt2x00: Don't kick TX queue after each frame by Ivo van Doorn · 17 years ago
  17. 6db3786 rt2x00: Move generic TX frame writing code into rt2x00queue by Ivo van Doorn · 17 years ago
  18. f019d51 rt2x00: Implement rt2x00usb_kick_tx_queue() by Ivo van Doorn · 17 years ago
  19. 565a019 rt2x00: Fix queue initialization by Ivo van Doorn · 17 years ago
  20. 1b92ad7 rt2x00: Release rt2x00 2.1.7 by Ivo van Doorn · 17 years ago
  21. c483bb4c rt2x00: Make rt2x00_set/get_field macros by Ivo van Doorn · 17 years ago
  22. 7024981 rt2x00: Removed unused descriptor read in txdone by Ivo van Doorn · 17 years ago
  23. 772a249 rt2x00: Remove CTS/RTS check in tx() by Ivo van Doorn · 17 years ago
  24. 475433b rt2x00: Move led initialization into function by Ivo van Doorn · 17 years ago
  25. 2b08da3 rt2x00: Cleanup/optimize set_state() function callback function by Ivo van Doorn · 17 years ago
  26. 9dad92b rt2x00: Calculate register offset during compile time by Ivo van Doorn · 17 years ago
  27. cb62ecc rt2x00: Add D-link DWA111 support by Ivo van Doorn · 16 years ago
  28. 6847aa5 rt2x00: LEDS build failure by Randy Dunlap · 16 years ago
  29. e76328e rt2x00: INPUT build failure by Randy Dunlap · 16 years ago
  30. 051c256 rt2x00: Restrict DMA to 32-bit addresses. by Gertjan van Wingerde · 17 years ago
  31. edfa78b rt2x00: Don't kill guardian_urb when it wasn't created by Ivo van Doorn · 17 years ago
  32. cb14cb7 rt2x00dev.c: fix-up merge damage by John W. Linville · 16 years ago
  33. 65b53e4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. 633257d rt2x00: Use atomic interface iteration in irq context by Ivo van Doorn · 17 years ago
  35. f06a0f4 rt2x00: Reset antenna RSSI after switch by Ivo van Doorn · 17 years ago
  36. 2088d41 rt2x00: Don't count retries as failure by Ivo van Doorn · 17 years ago
  37. 0f3e63a rt2x00: Fix memleak in tx() path by Ivo van Doorn · 17 years ago
  38. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 17 years ago
  39. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  40. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 17 years ago
  41. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 17 years ago
  42. f9d1cf5 rt2x00: Release rt2x00 2.1.6 by Ivo van Doorn · 17 years ago
  43. aade510 rt2x00: Remove extra + by Ivo van Doorn · 17 years ago
  44. b8be63f rt2x00: Merge RX and TX entry private data by Ivo van Doorn · 17 years ago
  45. dec13b6 rt2x00: Remove redundant flags/dev_flags initializations by Ivo van Doorn · 17 years ago
  46. 7050ec8 rt2x00: Split rt2x00lib_write_tx_desc() by Ivo van Doorn · 17 years ago
  47. 4de36fe rt2x00: Only initialize the minimum needed fields of PCI TX descriptors. by Gertjan van Wingerde · 17 years ago
  48. 70a9610 rt2x00: Preserve descriptor information after memmove() by Ivo van Doorn · 17 years ago
  49. 61448f8 rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature. by Gertjan van Wingerde · 17 years ago
  50. 61486e0 rt2x00: Remove ieee80211_tx_control argument from write_tx_desc() by Ivo van Doorn · 17 years ago
  51. fb55f4d rt2x00: Fix TX status reporting by Ivo van Doorn · 17 years ago
  52. 5a6e599 rt2x00: trim skb_frame_desc to 32 bytes by Ivo van Doorn · 17 years ago
  53. f42a444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  54. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  55. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  56. b30cdfc rt2x00: Clean up error handling of PCI queue DMA allocation. by Ivo van Doorn · 17 years ago
  57. ed49998 rt2x00: Fix broken recover-on-error path by Ivo van Doorn · 17 years ago
  58. 7872089 rt2x00: Don't use pskb_expand_head() by Ivo van Doorn · 17 years ago
  59. 3a4d3af rt2x00: Clarify supported chipsets in Kconfig by Ivo van Doorn · 17 years ago
  60. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 17 years ago
  61. 36fc675 mac80211: remove queue info from ieee80211_tx_status by Johannes Berg · 17 years ago
  62. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 17 years ago
  63. 5b28d3c rt2x00: Release rt2x00 2.1.5 by Ivo van Doorn · 17 years ago
  64. 9a46d44 rt2x00: Fix kernel-doc by Ivo van Doorn · 17 years ago
  65. bd394a7 rt2x00: Add helper macros by Ivo van Doorn · 17 years ago
  66. e58c6ac rt2x00: Use rt2x00 queue numbering by Ivo van Doorn · 17 years ago
  67. 62e70cf rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACES by Ivo van Doorn · 17 years ago
  68. 2d9ccf8 rt2x00: Support hardware RTS and CTS-to-self frames by Ivo van Doorn · 17 years ago
  69. 61c2b68 rt2x00: Fix quality/activity led handling by Ivo van Doorn · 17 years ago
  70. 44a9809 rt2x00: Don't enable short preamble for 1MBs by Ivo van Doorn · 17 years ago
  71. 201410c rt2x00: Select LEDS_CLASS. by David S. Miller · 17 years ago
  72. 171afcd rt2x00: Only free skb when beacon_update fails by Ivo van Doorn · 17 years ago
  73. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  74. e91e9d4 rt61pci: rt61pci_beacon_update do not free skb twice by Daniel Wagner · 17 years ago
  75. 133adf0 rt2x00: Use lib->config_filter() during scheduled packet filter config by Ivo van Doorn · 17 years ago
  76. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  77. a2e1d52 rt2x00: Remove MAC80211_LEDS dependency by Ivo van Doorn · 17 years ago
  78. e0b005f rt2x00: TO_DS filter depends on intf_ap_count by Ivo van Doorn · 17 years ago
  79. bc5213f rt2x00: Invert scheduled packet_filter check by Ivo van Doorn · 17 years ago
  80. 3480a58 rt2x00: fixup some non-functional merge errors by John W. Linville · 17 years ago
  81. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  82. 9896322 rt2x00: Ignore set_state(STATE_SLEEP) failure by Ivo van Doorn · 17 years ago
  83. 3a643d2 rt2x00: Fix in_atomic() usage by Ivo van Doorn · 17 years ago
  84. 866a050 rt2x00: Fix rate detection for invalid signals by Ivo van Doorn · 17 years ago
  85. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 17 years ago
  86. 0a74892 rt2x00: Add id for Corega CG-WLUSB2GPX by Masakazu Mokuno · 17 years ago
  87. 247df45 [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warning by Andrew Morton · 17 years ago
  88. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  89. 8ed0985 rt2x00: Only strip preamble bit in rt2400pci by Ivo van Doorn · 17 years ago
  90. f0e62e4 rt2x00: Release rt2x00 2.1.4 by Ivo van Doorn · 17 years ago
  91. 8999389 rt2x00: Fix rt2400pci signal by Ivo van Doorn · 17 years ago
  92. dac37d7 rt2x00: Fix RX DMA ring initialization by Ivo van Doorn · 17 years ago
  93. aa77672 rt2x00: Fix basic rate initialization by Ivo van Doorn · 17 years ago
  94. fd3c91c rt2x00: Always enable TSF ticking by Ivo van Doorn · 17 years ago
  95. 72fa559 rt2x00: Make rt2x00leds_register return void by Ivo van Doorn · 17 years ago
  96. 7281037 rt2x00: Rename config_preamble() to config_erp() by Ivo van Doorn · 17 years ago
  97. e4030a2 rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flag by Ivo van Doorn · 17 years ago
  98. a4fe07d rt2x00: Start bugging when rt2x00lib doesn't filter SW diversity by Ivo van Doorn · 17 years ago
  99. a7f3a06 rt2x00: Move firmware checksumming to driver by Ivo van Doorn · 17 years ago
  100. 5f46c4d rt2x00: Upgrade queue->lock to use irqsave by Ivo van Doorn · 17 years ago