1. 69655eb iwlwifi: the transport knows its state by Emmanuel Grumbach · 13 years ago
  2. 8655112 iwlwifi: move event and err pointers to iwl_nic by Don Fry · 13 years ago
  3. 6039618 iwlwifi: document the transport layer by Emmanuel Grumbach · 13 years ago
  4. edabfa9 iwlwifi: send testmode hcmd reply with rx header by Amit Beka · 13 years ago
  5. 858b7c7 iwlwifi: fixes to testmode indirect access by Amit Beka · 13 years ago
  6. 637d792 iwlwifi: use enhance_sensitivity from iwl_fw by Emmanuel Grumbach · 13 years ago
  7. 6d4dec7 iwlwifi: iwl_set_hw_params returns always 0 by Emmanuel Grumbach · 13 years ago
  8. 78e5a46 iwlwifi: kill iwl_down and s/__iwl_down/iwl_down by Emmanuel Grumbach · 13 years ago
  9. 655ccce iwlwifi: change args to ucode routines by Don Fry · 13 years ago
  10. 6516174 iwlwifi: Move ucode pointers to iwl_fw by Don Fry · 13 years ago
  11. 96502ce iwlwifi: move firmware_loading_complete to iwl_nic by Don Fry · 13 years ago
  12. 737805f iwlwifi: move firmware_name to iwl_nic by Don Fry · 13 years ago
  13. f6fd51d iwlwifi: move fw_index from iwl_priv to iwl_nic by Don Fry · 13 years ago
  14. d359667 iwlwifi: move ucode_ver to iwl_nic by Don Fry · 13 years ago
  15. b1c23d9 iwlwifi: create iwl_nic structure by Don Fry · 13 years ago
  16. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 13 years ago
  17. 1ee158d iwlwifi: move workqueue to priv by Johannes Berg · 13 years ago
  18. 2655e31 iwlwifi: trace debug messages by Johannes Berg · 13 years ago
  19. cdfef6c iwlwifi: added reply data to testmode HCMD send by Amit Beka · 13 years ago
  20. 6c55f5e iwlwifi: testmode new indirect RW API by Amit Beka · 13 years ago
  21. 2f73d7c iwlwifi: log as error when error detected by Wey-Yi Guy · 13 years ago
  22. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  23. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  24. 8f0bb5a Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi by John W. Linville · 13 years ago
  25. 8926574 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  26. 6fe7dd0 iwlwifi: range check to testmode direct reg access by Amit Beka · 13 years ago
  27. f057ac4 iwlwifi: release IRQ in error path by Johannes Berg · 13 years ago
  28. edf3833 iwlwifi: move all ucode routines to iwl-ucode.c by Don Fry · 13 years ago
  29. 87272af iwlwifi: move bcast_sta_id init to common routine by Don Fry · 13 years ago
  30. 1589c56 iwlwifi: clarify comment by Don Fry · 13 years ago
  31. 1dcedc8 iwlwifi: debug print in tx_queue_set_status is more clear by Emmanuel Grumbach · 13 years ago
  32. 1df06bd iwlwifi: stop_hw replace enable_rfkill_int by Emmanuel Grumbach · 13 years ago
  33. 08079a49 iwlwifi: move hw_rev to transport layer by Emmanuel Grumbach · 13 years ago
  34. 99673ee iwlwifi: kill bus_get_hw_id by Emmanuel Grumbach · 13 years ago
  35. 9ca8596 iwlwifi: kill bus_get_hw_id_string by Emmanuel Grumbach · 13 years ago
  36. f6d0e9b iwlwifi: kill bus_is_pm_supported by Emmanuel Grumbach · 13 years ago
  37. af634be iwlwifi: kill bus_apm_config by Emmanuel Grumbach · 13 years ago
  38. cf61429 iwlwifi: consolidate the start_device flow by Emmanuel Grumbach · 13 years ago
  39. d48e207 iwlwifi: move the RF kill logic from iwl_probe to transport by Emmanuel Grumbach · 13 years ago
  40. cc56feb iwlwifi: introduce trans_ops->stop_hw by Emmanuel Grumbach · 13 years ago
  41. a6c684e iwlwifi: move apm_init to start_hw by Emmanuel Grumbach · 13 years ago
  42. ebb7678 iwlwifi: move prepare_card_hw to start_hw by Emmanuel Grumbach · 13 years ago
  43. 57a1dc8 iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw by Emmanuel Grumbach · 13 years ago
  44. 8467ab4 iwlwifi: don't use the bus for ucode fw_desc any more by Emmanuel Grumbach · 13 years ago
  45. ea4caad iwlwifi: remove the pointer to dev from the bus layer by Emmanuel Grumbach · 13 years ago
  46. 1042db2 iwlwifi: give trans to all the read / write functions by Emmanuel Grumbach · 13 years ago
  47. 0390549 iwlwifi: the read / write register ops move to transport by Emmanuel Grumbach · 13 years ago
  48. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 13 years ago
  49. b52e7ea iwlwifi: allocate the transport from the bus layer by Emmanuel Grumbach · 13 years ago
  50. e81fb55 iwlwifi: move the shrd memory from priv by Emmanuel Grumbach · 13 years ago
  51. 8747bb4 iwlwifi: separate the APM from the EEPROM by Emmanuel Grumbach · 13 years ago
  52. a591697 iwlwifi: Connect IDI transport to driver. by Gregory Greenman · 13 years ago
  53. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  54. 3d29dd9 iwlwifi: don't mess up QoS counters with non-QoS frames by Emmanuel Grumbach · 13 years ago
  55. 5fb8c18 iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG level by John W. Linville · 13 years ago
  56. 874239f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  57. 2ed8171 iwlwifi: always restrict scan dwell in P2P by Johannes Berg · 13 years ago
  58. dcc3ec0 iwlwifi: add option to disalbe LED by Wey-Yi Guy · 13 years ago
  59. 2b2db58 iwlwifi: fix uCode event tracing by Johannes Berg · 13 years ago
  60. 0a79bb5 iwlwifi: fix typo by Wey-Yi Guy · 13 years ago
  61. 4c7d2fe iwlwifi: always restrict scan dwell in P2P by Johannes Berg · 13 years ago
  62. 42602dd4 iwlwifi: add option to disalbe LED by Wey-Yi Guy · 13 years ago
  63. 98d4bf0 iwlwifi: fix uCode event tracing by Johannes Berg · 13 years ago
  64. de46fb0 iwlwifi: fix typo by Wey-Yi Guy · 13 years ago
  65. b49ba04 iwlwifi: fix PCI-E transport "inta" race by Johannes Berg · 13 years ago
  66. fb4961d iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  67. 668bd6a iwlwifi: add testmode cmd IWL_TM_CMD_APP2DEV_GET_FW_INFO by Kenny Hsu · 13 years ago
  68. 907781b iwlwifi: update error dump in testmode command sram_read by Kenny Hsu · 13 years ago
  69. b07f08a iwlwifi: enhance testmode command sram_read by Kenny Hsu · 13 years ago
  70. 102f097 iwlwifi: update testmode command of direct register access by Kenny Hsu · 13 years ago
  71. 2da424b iwlwifi: Sanity check for sta_id by Wey-Yi Guy · 13 years ago
  72. 017664f iwlwifi: don't process the info from uCode if does not has ownership by Wey-Yi Guy · 13 years ago
  73. 331d930 wireless: iwlwifi: iwl-scan.c: Fix build warning by Fabio Estevam · 13 years ago
  74. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  75. 84c816d drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation by Djalal Harouni · 13 years ago
  76. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  77. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  78. 1066713 iwlagn: fix (remove) use of PAGE_SIZE by Johannes Berg · 13 years ago
  79. b4949b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  80. 885765f iwlwifi: Execute runtime calibration always by Venkataraman, Meenakshi · 13 years ago
  81. fb6c1c6 iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_ID by Wey-Yi Guy · 13 years ago
  82. 0ba958e iwlwifi: set hw_version in wiphy by Wey-Yi Guy · 13 years ago
  83. 62e7316 iwlwifi: deliver hw version in both string and u32 format by Wey-Yi Guy · 13 years ago
  84. 7428994 iwlagn: finer-grained HT disable by Johannes Berg · 13 years ago
  85. b80667e iwlagn: add IRQ tracing by Johannes Berg · 13 years ago
  86. 96f1f05 iwlwifi: update SCD BC table for all SCD queues by Emmanuel Grumbach · 13 years ago
  87. 69b172f iwlagn: remove iwlagn_build_addsta_hcmd by Johannes Berg · 13 years ago
  88. ee8ba88 iwlwifi: add IO function for continuous write of target memory by Hsu, Kenny · 13 years ago
  89. 7a0b3b0 iwlwifi: remove unused AMPDU factor/density configuration by Johannes Berg · 13 years ago
  90. 69a679b iwlwifi: remove most of the iwl_priv references from iwl-ucode.c by Don Fry · 13 years ago
  91. 09af140 iwlwifi: create iwl_mac80211 unregister routine by Don Fry · 13 years ago
  92. 23fd7b0 iwlwifi: add missing documentation for iwl_shared by Emmanuel Grumbach · 13 years ago
  93. b5326db iwlwifi: don't accept Tx packets when draining HW queues by Emmanuel Grumbach · 13 years ago
  94. fdf426a iwlwifi: kill iwl_{start,stop}_tx_ba_trans_ready by Emmanuel Grumbach · 13 years ago
  95. 631b84c iwlwifi: add debug in Tx path in AGG flow by Emmanuel Grumbach · 13 years ago
  96. 855c2ee iwlwifi: reset the tid_data when a station is removed by Emmanuel Grumbach · 13 years ago
  97. 04cf682 iwlwifi: tid_data moves to iwl_priv by Emmanuel Grumbach · 13 years ago
  98. 97756fb iwlwifi: transport layer shouldn't access the AGG SM by Emmanuel Grumbach · 13 years ago
  99. 34b5321 iwlwifi: tid_data logic move to upper layer - seq_number by Emmanuel Grumbach · 13 years ago
  100. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago