1. 14344b8 rt2x00: New USB ID for rt73usb by Ivo van Doorn · 16 years ago
  2. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  3. ef4bb70 rt2x00 : more devices to rt73usb.c by Xose Vazquez Perez · 16 years ago
  4. 144d9ad rt2x00: Add various new USB IDs for rt73usb by Ivo van Doorn · 16 years ago
  5. 53bc647 rt2x00: Remove check for rf word 0 by Ivo van Doorn · 16 years ago
  6. 62750f4 rt2x00: uncomment get_tsf by Ivo van Doorn · 16 years ago
  7. 964d6ad Add new rt73usb USB ID by Ivo van Doorn · 16 years ago
  8. 0cbe006 rt2x00: Validate firmware in driver by Ivo van Doorn · 16 years ago
  9. a2c9b65 rt2x00: Add kill_tx_queue callback function by Ivo van Doorn · 16 years ago
  10. 9752a7b rt2x00: Restrict firmware file lengths by Ivo van Doorn · 16 years ago
  11. 5e79002 rt2x00: conf_tx() only need register access for WMM queues by Ivo van Doorn · 16 years ago
  12. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 16 years ago
  13. 4be8c38 mac80211: extend/document powersave API by Johannes Berg · 16 years ago
  14. 076f958 rt2x00: Remove ENTRY_TXD_OFDM_RATE by Ivo van Doorn · 16 years ago
  15. 7396faf rt2x00: Add RFKILL support to rt2500usb and rt73usb by Ivo van Doorn · 16 years ago
  16. 5352ff6 rt2x00: Restrict interface between rt2x00link and drivers by Ivo van Doorn · 16 years ago
  17. eb20b4e rt2x00: Reduce calls to bbp_read() by Ivo van Doorn · 16 years ago
  18. 7d7f19c rt2x00: Implement Powersaving by Ivo van Doorn · 16 years ago
  19. 3be36ae rt2x00: add USB ID for the Linksys WUSB200. by Stefan Lippers-Hollmann · 16 years ago
  20. 74415ed rt2x00: Add RXDONE_CRYPTO_IV/ICV flags by Ivo van Doorn · 16 years ago
  21. 1ce9cda rt2x00: Optimize IV/EIV handling by Ivo van Doorn · 16 years ago
  22. f1ca216 rt2x00: Detect USB BULK in/out endpoints by Ivo van Doorn · 16 years ago
  23. 0f829b1 rt2x00: Move rt73usb register access wrappers into rt2x00usb by Ivo van Doorn · 16 years ago
  24. c9c3b1a rt2x00: Cleanup indirect register access by Ivo van Doorn · 16 years ago
  25. 8ff48a8 rt2x00: Fix race condition when using inderect registers by Ivo van Doorn · 16 years ago
  26. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 16 years ago
  27. 743b97c rt2x00: Remove debugfs CSR access wrappers by Ivo van Doorn · 16 years ago
  28. e4ea1c4 rt2x00: Optimize configuration handling by Ivo van Doorn · 16 years ago
  29. 5588751 rt2x00: reduce checkpatch.pl errors by John Daiker · 16 years ago
  30. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  31. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  32. acaf908d rt2x00: Fix HW crypto key handling by Ivo van Doorn · 16 years ago
  33. 771fd56 rt2x00: Make rt2x00 LEDS invisible config option by Ivo van Doorn · 17 years ago
  34. 79636a5 rt2x00: Revert "rt2x00: Fix the beacon length bug" by Ivo van Doorn · 17 years ago
  35. 1abc365 rt2x00: skb->data pointer should not include TX descriptor by Mattias Nissler · 17 years ago
  36. 6c6aa3c rt2x00: Add Signal type flag by Ivo van Doorn · 17 years ago
  37. 2af0a57 rt2x00: Initialize txop during conf_tx() callback by Ivo van Doorn · 17 years ago
  38. 008c448 rt2x00: Add module parameter to disable HW crypto by Ivo van Doorn · 17 years ago
  39. ba2ab47 rt2x00: Move lna_gain calculation to config() callback by Ivo van Doorn · 17 years ago
  40. 8c5e7a5 rt2x00: Gather channel information in structure by Ivo van Doorn · 17 years ago
  41. 906c110 rt2x00: Implement HW encryption (rt73usb) by Ivo van Doorn · 17 years ago
  42. 5adf6d6 rt2x00: Fix QOS sequence counting by Ivo van Doorn · 17 years ago
  43. b93ce43 rt2x00: Fix the beacon length bug by Iwo Mergler · 17 years ago
  44. 3e0c1ab rt2x00: Large vendor requests for rt73usb firmware upload and beacons by Iwo Mergler · 17 years ago
  45. 605a0bd mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag by Johannes Berg · 17 years ago
  46. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  47. fc943b1 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
  48. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  49. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 17 years ago
  50. bd88a78 rt2x00: Reorganize beacon handling by Ivo van Doorn · 17 years ago
  51. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 17 years ago
  52. f160ebc rt2x00: treat firmware data as const by David Woodhouse · 17 years ago
  53. 1f90916 rt2x00: Disable synchronization during initialization by Ivo van Doorn · 17 years ago
  54. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  55. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  56. 14a3bf8 rt2x00: Convert rt2x00 to use generic DMA-mapping API by Gertjan van Wingerde · 17 years ago
  57. c95edf5 rt2x00: Properly clean up beacon skbs. by Gertjan van Wingerde · 17 years ago
  58. 99ade25 rt2x00: Fix unbalanced mutex locking by Ivo van Doorn · 17 years ago
  59. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  60. a26cbc6 rt2x00: Fix double usage of skb->cb in USB RX path. by Gertjan van Wingerde · 17 years ago
  61. d56d453 rt2x00: Cleanup struct skb_frame_desc. by Gertjan van Wingerde · 17 years ago
  62. b869767 rt2x00: Don't kick TX queue after each frame by Ivo van Doorn · 17 years ago
  63. f019d51 rt2x00: Implement rt2x00usb_kick_tx_queue() by Ivo van Doorn · 17 years ago
  64. 475433b rt2x00: Move led initialization into function by Ivo van Doorn · 17 years ago
  65. 2b08da3 rt2x00: Cleanup/optimize set_state() function callback function by Ivo van Doorn · 17 years ago
  66. cb62ecc rt2x00: Add D-link DWA111 support by Ivo van Doorn · 17 years ago
  67. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  68. b8be63f rt2x00: Merge RX and TX entry private data by Ivo van Doorn · 17 years ago
  69. dec13b6 rt2x00: Remove redundant flags/dev_flags initializations by Ivo van Doorn · 17 years ago
  70. 7050ec8 rt2x00: Split rt2x00lib_write_tx_desc() by Ivo van Doorn · 17 years ago
  71. 70a9610 rt2x00: Preserve descriptor information after memmove() by Ivo van Doorn · 17 years ago
  72. 61448f8 rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature. by Gertjan van Wingerde · 17 years ago
  73. 61486e0 rt2x00: Remove ieee80211_tx_control argument from write_tx_desc() by Ivo van Doorn · 17 years ago
  74. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  75. bd394a7 rt2x00: Add helper macros by Ivo van Doorn · 17 years ago
  76. e58c6ac rt2x00: Use rt2x00 queue numbering by Ivo van Doorn · 17 years ago
  77. 61c2b68 rt2x00: Fix quality/activity led handling by Ivo van Doorn · 17 years ago
  78. a2e1d52 rt2x00: Remove MAC80211_LEDS dependency by Ivo van Doorn · 17 years ago
  79. e0b005f rt2x00: TO_DS filter depends on intf_ap_count by Ivo van Doorn · 17 years ago
  80. 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
  81. 3a643d2 rt2x00: Fix in_atomic() usage by Ivo van Doorn · 17 years ago
  82. 19d30e0 rt2x00: Add dev_flags to rx descriptor by Ivo van Doorn · 17 years ago
  83. 0a74892 rt2x00: Add id for Corega CG-WLUSB2GPX by Masakazu Mokuno · 17 years ago
  84. 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
  85. 8999389 rt2x00: Fix rt2400pci signal by Ivo van Doorn · 17 years ago
  86. fd3c91c rt2x00: Always enable TSF ticking by Ivo van Doorn · 17 years ago
  87. 7281037 rt2x00: Rename config_preamble() to config_erp() by Ivo van Doorn · 17 years ago
  88. a4fe07d rt2x00: Start bugging when rt2x00lib doesn't filter SW diversity by Ivo van Doorn · 17 years ago
  89. a7f3a06 rt2x00: Move firmware checksumming to driver by Ivo van Doorn · 17 years ago
  90. 61191fb rt2x00: Fix trivial log message by Luis Correia · 17 years ago
  91. 8af244c rt2x00: Only disable beaconing just before beacon update by Ivo van Doorn · 17 years ago
  92. 2ae2385 rt2x00: Don't use unitialized rxdesc->size by Mattias Nissler · 17 years ago
  93. 2d1be5b rt2x00: Don't use uninitialized desc_len by Ivo van Doorn · 17 years ago
  94. f855c10 rt2x00: Align RX descriptor to 4 bytes by Ivo van Doorn · 17 years ago
  95. 445815d rt2x00: Add new D-Link USB ID by Ivo van Doorn · 17 years ago
  96. fbb0a27 rt2x00: never disable multicast because it disables broadcast too by Adam Baker · 17 years ago
  97. 47b10cd rt2x00: Remove async vendor request calls from rt2x00usb by Ivo van Doorn · 17 years ago
  98. 31562e8 rt2x00: Cleanup mode registration by Ivo van Doorn · 17 years ago
  99. ef8f66c rt2x00: Remove reset_tsf() by Ivo van Doorn · 17 years ago
  100. e542239 rt2x00: Filter ACK_CTS based on FIF_CONTROL by Ivo van Doorn · 17 years ago