1. cdfd2c5 rt2x00: Move watchdog work to kernel work_queue by Ivo van Doorn · 15 years ago
  2. fa69560 rt2x00: Simplify Queue function arguments by Ivo van Doorn · 15 years ago
  3. 87c1915 rt2x00: Implement HT protection for rt2800 by Helmut Schaa · 15 years ago
  4. 96c3da7 rt2x00: rework tx status handling in rt2800pci by Helmut Schaa · 15 years ago
  5. 0204464 rt2x00: Check for specific changed flags when updating the erp config by Helmut Schaa · 15 years ago
  6. 652a9dd rt2x00: Split watchdog check into a DMA and STATUS timeout by Ivo van Doorn · 15 years ago
  7. 8d1331b rt2x00: Fix max TX power settings by Ivo van Doorn · 15 years ago
  8. 9333145 rt2x00: Simplify arguments to rt2x00 driver callback functions by Ivo van Doorn · 15 years ago
  9. e5ef5ba rt2x00: Remove ieee80211_rx_status from rt2x00_dev by Ivo van Doorn · 15 years ago
  10. 3392bec rt2x00: Add helper function for reporting tx status by Ivo van Doorn · 15 years ago
  11. 7e613e1 rt2x00: Move USB tx/rx done handling to workqueue by Ivo van Doorn · 15 years ago
  12. e796643 rt2x00: Move driver callback functions into the ops structure by Ivo van Doorn · 15 years ago
  13. 9f926fb rt2x00: Use pretbtt irq for fetching beacons on rt2800pci by Helmut Schaa · 15 years ago
  14. 78e256c rt2x00: Convert rt2x00 to use threaded interrupts by Helmut Schaa · 15 years ago
  15. c965c74 rt2x00: Implement watchdog monitoring by Ivo van Doorn · 15 years ago
  16. d8147f9 rt2x00: Disable link tuning while scanning by Ivo van Doorn · 15 years ago
  17. 27df2a9 rt2x00: Rename CONFIG_DISABLE_LINK_TUNING by Ivo van Doorn · 15 years ago
  18. 76dd5dd rt2x00: Rename driver write_tx_datadesc callback function. by Gertjan van Wingerde · 15 years ago
  19. 6e1fdd1 rt2x00: Introduce separate interface type for PCI-express. by Gertjan van Wingerde · 15 years ago
  20. 5ed8f45 rt2x00: Remove RT2870 chipset identification. by Gertjan van Wingerde · 15 years ago
  21. 0b8004a rt2x00: Properly reserve room for descriptors in skbs. by Gertjan van Wingerde · 15 years ago
  22. baaffe6 rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc. by Gertjan van Wingerde · 15 years ago
  23. b4df470 rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h. by Gertjan van Wingerde · 15 years ago
  24. f224f4e rt2x00: provide beacon's txdesc to write_beacon callback function. by Gertjan van Wingerde · 15 years ago
  25. 4108669 rt2x00: add txdesc parameter to write_tx_data by Helmut Schaa · 15 years ago
  26. 8d0c9b6 rt2x00: Refactor rt2800 version constants. by Gertjan van Wingerde · 15 years ago
  27. e148b4c rt2x00: Align RT chipset definitions with vendor driver. by Gertjan van Wingerde · 15 years ago
  28. 49e721e rt2x00: rework RT chipset and revision determination for PCI an SOC devices. by Gertjan van Wingerde · 15 years ago
  29. 714fa663 rt2x00: Reorganize RT chipset setting for PCI/SOC devices. by Gertjan van Wingerde · 15 years ago
  30. cea90e5 rt2x00: Introduce SoC interface type. by Gertjan van Wingerde · 15 years ago
  31. 00a08eb rt2x00: remove get_tx_stats() mac80211 op by Kalle Valo · 16 years ago
  32. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 16 years ago
  33. 7a4a77b rt2x00: Properly request tx headroom for alignment operations. by Gertjan van Wingerde · 16 years ago
  34. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 16 years ago
  35. 5122d89 rt2x00: Cleanup chip handling helper functions. by Gertjan van Wingerde · 16 years ago
  36. 77e73d1 rt2x00: Further L2 padding fixes. by Gertjan van Wingerde · 16 years ago
  37. e6218cc rt2x00: Centralize setting of extra TX headroom requested by rt2x00. by Gertjan van Wingerde · 16 years ago
  38. 16475b0 rt2x00: Log RT/RF chipset information correctly. by Gertjan van Wingerde · 16 years ago
  39. f273fe5 rt2x00: Properly detect Ralink RT3070 devices. by Gertjan van Wingerde · 16 years ago
  40. 9c9a0d1 rt2x00: Update copyright statements. by Gertjan van Wingerde · 16 years ago
  41. 863cc97 rt2x00: Remove deprecated ieee80211_rx_status->qual usage by Ivo van Doorn · 16 years ago
  42. 1f285f1 rt2x00: move REGISTER_BUSY_* definitions to rt2x00.h by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 5822e07 rt2x00: add support for different chipset interfaces by Bartlomiej Zolnierkiewicz · 16 years ago
  44. ee134fc rt2x00: add driver private field to struct rt2x00_dev by Bartlomiej Zolnierkiewicz · 16 years ago
  45. a9b3a9f rt2x00: Implement support for rt2800pci by Ivo van Doorn · 16 years ago
  46. 4789666 rt2x00: Hardcode TX ack timeout and consume time by Ivo van Doorn · 16 years ago
  47. d904dc1 rt2x00: bss_info_changed() callback is allowed to sleep by Ivo van Doorn · 16 years ago
  48. afa6204 rt2x00: configure_filter() callback is allowed to sleep by Ivo van Doorn · 16 years ago
  49. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 16 years ago
  50. cf991116 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. 1afcfd54 rt2x00: FIF_PSPOLL filter flag support by Igor Perminov · 16 years ago
  52. 17512dc rt2x00: Fix for race condition while update beacon by Igor Perminov · 16 years ago
  53. 66679a6 rt2x00: Fix rounding errors in RSSI average calculation by Lars Ericsson · 16 years ago
  54. 193df18 rt2x00: Fix quality houskeeping for software diversity by Lars Ericsson · 16 years ago
  55. 6b26dea rt2x00: fix memory corruption in rf cache, add a sanity check by Pavel Roskin · 16 years ago
  56. 4951348 rt2x00: Comment spellchecking by Luis Correia · 16 years ago
  57. 4b9631a rt2x00: Remove DEVICE_STATE_DISABLED_RADIO_HW by Ivo van Doorn · 16 years ago
  58. 930c06f rt2x00: Implement set_tim callback for all drivers by Stefan Steuerwald · 16 years ago
  59. e47a5cd rt2x00: use wiphy rfkill interface by Ivo van Doorn · 16 years ago
  60. 6b347bf rt2x00: Remove last usage of beacon_int from ieee80211_config by Ivo van Doorn · 16 years ago
  61. 8a566af rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVAL by Ivo van Doorn · 16 years ago
  62. 358623c rt2x00: Simplify rt2x00_check_rev by Ivo van Doorn · 16 years ago
  63. d53d9e6 rt2x00: Implement support for rt2800usb by Ivo van Doorn · 16 years ago
  64. 35f00cf rt2x00: Implement support for 802.11n by Ivo van Doorn · 16 years ago
  65. 9f16617 rt2x00: Add support for L2 padding during TX/RX by Ivo van Doorn · 16 years ago
  66. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago
  67. 440ddad rt2x00: Move Move pci_dev specific access to rt2x00pci by Ivo van Doorn · 16 years ago
  68. 0cbe006 rt2x00: Validate firmware in driver by Ivo van Doorn · 17 years ago
  69. a2c9b65 rt2x00: Add kill_tx_queue callback function by Ivo van Doorn · 17 years ago
  70. 0712612 rt2x00: Simplify suspend/resume handling by Ivo van Doorn · 17 years ago
  71. 6ba265e rt2x00: rt2x00_rev() should return u32 by Ivo van Doorn · 17 years ago
  72. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 17 years ago
  73. 4e54c71 rt2x00: Update copyright year to 2009 by Ivo van Doorn · 17 years ago
  74. cca3e99 rt2x00: Replace RFKILL with INPUT by Ivo van Doorn · 17 years ago
  75. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 17 years ago
  76. 754be30 rt2x00: Release rt2x00 2.3.0 by Ivo van Doorn · 17 years ago
  77. 3f787bd rt2x00: Rename CONFIG_CRYPTO_COPY_IV by Ivo van Doorn · 17 years ago
  78. 5352ff6 rt2x00: Restrict interface between rt2x00link and drivers by Ivo van Doorn · 17 years ago
  79. eb20b4e rt2x00: Reduce calls to bbp_read() by Ivo van Doorn · 17 years ago
  80. 84e3196 rt2x00: Move link tuning into seperate file by Ivo van Doorn · 17 years ago
  81. 304a698 rt2x00: Release rt2x00 2.2.3 by Ivo van Doorn · 17 years ago
  82. dddfb47 rt2x00: Implement HW encryption (rt2500usb) by Ivo van Doorn · 17 years ago
  83. 42c8285 rt2x00: Store retry limit values by Ivo van Doorn · 17 years ago
  84. f1ca216 rt2x00: Detect USB BULK in/out endpoints by Ivo van Doorn · 17 years ago
  85. 8ff48a8 rt2x00: Fix race condition when using inderect registers by Ivo van Doorn · 17 years ago
  86. bad1363 rt2x00: Optimize get_duration / get_duration_res by Ivo van Doorn · 17 years ago
  87. 798b7ad rt2x00: Cleanup TX/RX entry handling by Ivo van Doorn · 17 years ago
  88. 6d64360 rt2x00: Fix BUG_ON() with antenna handling by Ivo van Doorn · 17 years ago
  89. 9344e86 rt2x00: Release rt2x00 2.2.2 by Ivo van Doorn · 17 years ago
  90. c3fd7b4 rt2x00: Remove ieee80211_bss_conf from rt2x00_intf by Ivo van Doorn · 17 years ago
  91. e4ea1c4 rt2x00: Optimize configuration handling by Ivo van Doorn · 17 years ago
  92. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 17 years ago
  93. e897558 mac80211: introduce hw config change flags by Johannes Berg · 17 years ago
  94. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 17 years ago
  95. 35e032d rt2x00: Release rt2x00 2.2.1 by Ivo van Doorn · 17 years ago
  96. 2575c11 rt2x00: Only configure hardware when radio is enabled by Mattias Nissler · 17 years ago
  97. 0262ab0 rt2x00: Fix race conditions in flag handling by Ivo van Doorn · 17 years ago
  98. ba2ab47 rt2x00: Move lna_gain calculation to config() callback by Ivo van Doorn · 17 years ago
  99. edcc25b rt2x00: Release rt2x00 2.2.0 by Ivo van Doorn · 17 years ago
  100. 8c5e7a5 rt2x00: Gather channel information in structure by Ivo van Doorn · 17 years ago