1. 65fe593 iwlwifi: Fix Makefile build order for built-in driver by Brandon Misemer · 12 years ago
  2. 3a6490c iwlwifi: refactor testmode by Ilan Peer · 12 years ago
  3. 26a7ca9 iwlwifi: refactor EEPROM reading/parsing by Johannes Berg · 12 years ago
  4. 1023fdc iwlwifi: move DVM code into subdirectory by Johannes Berg · 12 years ago
  5. 6468a01 iwlwifi: move PCIe into subdirectory by Johannes Berg · 12 years ago
  6. ac91f91 iwlwifi: move notification wait into core by Johannes Berg · 12 years ago
  7. cc5f7e3 iwlwifi: implement dynamic opmode loading by Don Fry · 12 years ago
  8. a7b2ad5 iwlwifi: remove ucode16 option by Johannes Berg · 12 years ago
  9. 56322f5 iwlwifi: remove TX/RX frame statistics by Johannes Berg · 12 years ago
  10. e967669 iwlwifi: dynamically determine lib_ops by Johannes Berg · 12 years ago
  11. aa27a70 iwlwifi: phy_db structure by David Spinadel · 13 years ago
  12. 4bd14dd iwlwifi: abstract out notification wait support by Johannes Berg · 13 years ago
  13. e10a053 iwlwifi: add wrappers for command sending by Johannes Berg · 13 years ago
  14. 5c58edc iwlwifi: introducing the drv object's flows by Emmanuel Grumbach · 13 years ago
  15. 2655e31 iwlwifi: trace debug messages by Johannes Berg · 13 years ago
  16. 5ef15cc iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODE by Wey-Yi Guy · 13 years ago
  17. 8a3cb29 iwlwifi: rename iwl-agn-ucode as iwl-ucode by Don Fry · 13 years ago
  18. 7152375 iwlwifi: Rename file name from iwl-sv-open.c to iwl-testmode.c by Wey-Yi Guy · 13 years ago
  19. 7335613 iwlwifi: move all mac80211 related functions to one place by Wey-Yi Guy · 13 years ago
  20. 3246c4e iwlagn: rename iwl-rx.c to iwl-agn-rx.c by Wey-Yi Guy · 13 years ago
  21. c745f55 iwlagn: merge station management functions by Wey-Yi Guy · 13 years ago
  22. 3c607d2 iwlagn: rename iwlagn module iwlwifi and alias to iwlagn. by Don Fry · 13 years ago
  23. 72afb10 iwlagn: Makefile whitespace cleanup by Johannes Berg · 13 years ago
  24. 370ad31 iwlagn: generically provide iwl_trans_send_cmd_pdu by Johannes Berg · 13 years ago
  25. c17d068 iwlagn: move PCI-E transport files by Johannes Berg · 13 years ago
  26. 701cb09 iwlagn: merge eeprom access into single file by Wey-Yi Guy · 13 years ago
  27. 1a361cd iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c by Emmanuel Grumbach · 13 years ago
  28. 253a634 iwlagn: move tx transport functions to iwl-trans-tx-pcie.c by Emmanuel Grumbach · 13 years ago
  29. ab697a9 iwlagn: move rx transport functions to iwl-trans-rx-pcie.c by Emmanuel Grumbach · 13 years ago
  30. e505c43 iwlagn: remove un-necessary file by Wey-Yi Guy · 13 years ago
  31. c85eb61 iwlagn: introduce transport layer and implement rx_init by Emmanuel Grumbach · 13 years ago
  32. 48d1a21 iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific code by Emmanuel Grumbach · 13 years ago
  33. 4613e72 iwlwifi: support the svtool messages interactions through nl80211 test mode by Cindy H. Kao · 13 years ago
  34. d6d023a iwlagn: remove un-necessary debugfs callback by Wey-Yi Guy · 13 years ago
  35. e79b1ca iwlagn: use direct call for led functions by Wey-Yi Guy · 13 years ago
  36. 02a7fa0 iwlagn: move IO functions out of line by Johannes Berg · 13 years ago
  37. 6728994 iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.c by Stanislaw Gruszka · 14 years ago
  38. be663ab iwlwifi: split the drivers for agn and legacy devices 3945/4965 by Wey-Yi Guy · 14 years ago
  39. 4bc85c1 Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965" by Wey-Yi Guy · 14 years ago
  40. aa833c4 iwlwifi: split the drivers for agn and legacy devices 3945/4965 by Wey-Yi Guy · 14 years ago
  41. c5a5e18 iwlagn: 2000 series devices support by Wey-Yi Guy · 14 years ago
  42. b5bb2f2 iwlwifi: fix modular 3945 only build by Johannes Berg · 14 years ago
  43. e39fdee iwlwifi: put all the isr related function under ops by Wey-Yi Guy · 14 years ago
  44. ae79d23 iwlagn: fix non-5000+ build by Johannes Berg · 14 years ago
  45. 2295c66 iwlagn: new RXON processing for modern devices by Johannes Berg · 14 years ago
  46. 3be63ff iwlwifi: move agn only eeprom functions to separate file by Wey-Yi Guy · 14 years ago
  47. a30e311 iwlwifi: move agn specific station code there by Johannes Berg · 14 years ago
  48. 0975cc8 iwlwifi: separate thermal throttling function by Wey-Yi Guy · 14 years ago
  49. f84ac08 iwlwifi: move calibration from iwlcore to iwlagn by Wey-Yi Guy · 14 years ago
  50. 278fc73 iwlwifi: move agn specific rx related code to iwl-agn-rx.c by Wey-Yi Guy · 14 years ago
  51. 17f36fc iwl3945: add ucode statistics by Abhijeet Kolekar · 14 years ago
  52. b8c7626 iwlwifi: add debugfs ops to iwlwifi by Abhijeet Kolekar · 14 years ago
  53. e04ed0a iwlwifi: move agn common code to iwlagn library file by Wey-Yi Guy · 15 years ago
  54. b305a08 iwlwifi: move tx queue related code to separate file by Wey-Yi Guy · 15 years ago
  55. 7dc77db iwlwifi: move hcmd related code to separate file by Wey-Yi Guy · 15 years ago
  56. 792bc3c iwlwifi: move ucode loading related code to separated file by Wey-Yi Guy · 15 years ago
  57. a117512 iwlagn: move ICT code into separate file by Johannes Berg · 15 years ago
  58. 81963d6 iwlwifi: cleanup spectrum measurement command support by Reinette Chatre · 15 years ago
  59. 65baa90 iwlwifi: check endianness annotations by default by Johannes Berg · 15 years ago
  60. e932a60 iwlwifi: LED cleanup by Johannes Berg · 15 years ago
  61. be1a71a iwlwifi: device tracing by Johannes Berg · 15 years ago
  62. a60e77e iwlwifi: port to cfg80211 rfkill by Johannes Berg · 15 years ago
  63. 5c8df2d iwl3945: use iwl_led structure by Abhijeet Kolekar · 16 years ago
  64. 77dcb6a iwlwifi: correct device name for 1000 series by Jay Sternberg · 16 years ago
  65. 80bc539 iwlwifi: Fix and rework Kconfig file by Reinette Chatre · 16 years ago
  66. 8ccde88 iwl3945: Getting rid of the *39_rxon iwl_priv fields by Samuel Ortiz · 16 years ago
  67. c5d0569 iwlwifi: add recognition of Intel WiFi Link 100 Series by Jay Sternberg · 16 years ago
  68. e122837 iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 Series by Jay Sternberg · 16 years ago
  69. 8f5c87d iwlwifi: move host command check function into separate file by Winkler, Tomas · 16 years ago
  70. 21c339b iwlwifi: move spectrum measurement code to iwl-spectrum.c file by Tomas Winkler · 16 years ago
  71. 4fc22b2 iwlwifi: rename 4965 to AGN by Tomas Winkler · 16 years ago
  72. 25bc2de iwlwifi: rename iwl4965-base.c to iwl-agn.c by Tomas Winkler · 16 years ago
  73. e227cea iwlwifi: rename iwl-4695-rs to iwl-agn-rs by Tomas Winkler · 16 years ago
  74. 2a421b9 iwlwifi: move scan to iwl-scan.c iwlcore by Tomas Winkler · 16 years ago
  75. 16e727e iwlwifi: removes the RUN_TIME_CALIB ifdef by Emmanuel Grumbach · 16 years ago
  76. 27aaba0 iwlwifi: compile iwl-sta into iwlcore by Tomas Winkler · 16 years ago
  77. 1053d35 iwlwifi: move NIC init and Tx queues init to iwlcore by Ron Rindjunsky · 16 years ago
  78. a55360e iwlwifi: move RX code to iwl-rx.c by Tomas Winkler · 16 years ago
  79. 5a6a256 iwlwifi-5000: adding initial recognition for the 5000 family by Tomas Winkler · 16 years ago
  80. 5da4b55 iwlwifi: Add power level support by Mohamed Abbas · 16 years ago
  81. f0832f1 iwlwifi: HW dependent run time calibration by Emmanuel Grumbach · 16 years ago
  82. d7d3130 iwlwifi: Fix built-in compilation of iwlcore by Tomas Winkler · 16 years ago
  83. eadd3c4 iwlwifi: make Makefile more concise by Reinette Chatre · 16 years ago
  84. 6974e36 iwlwifi: default WEP HW encryption by Emmanuel Grumbach · 16 years ago
  85. ad97edd iwlwifi: hook iwlwifi with Linux rfkill by Mohamed Abbas · 16 years ago
  86. ab53d8a iwlwifi: Add led support by Mohamed Abbas · 16 years ago
  87. 857485c iwlwifi: move host command sending functions to core module by Tomas Winkler · 16 years ago
  88. 712b6cf iwlwifi: Add debugfs to iwl core by Tomas Winkler · 17 years ago
  89. 6bc913b iwlwifi: Use eeprom form iwlcore by Assaf Krauss · 17 years ago
  90. df48c32 iwlwifi: add iwl-core module by Tomas Winkler · 17 years ago
  91. 1156b2c [IWLWIFI]: remove per-file CFLAGS for IWL define by Zhu Yi · 17 years ago
  92. b481de9 [IWLWIFI]: add iwlwifi wireless drivers by Zhu Yi · 17 years ago