1. 6468a01 iwlwifi: move PCIe into subdirectory by Johannes Berg · 13 years ago[Renamed (99%) from drivers/net/wireless/iwlwifi/iwl-trans-pcie.c]
  2. d38069d iwlwifi: add debugging to shadow registers and fix typo by Meenakshi Venkataraman · 13 years ago
  3. 20d3b64 iwlwifi: clean up coding style in PCIe transport by Johannes Berg · 13 years ago
  4. ff110c8 iwlwifi: Move IWL_MASK macro to transport. by Gregory Greenman · 13 years ago
  5. bc2529c iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfd by Emmanuel Grumbach · 13 years ago
  6. ebed633 iwlwifi: fix the Transmit Frame Descriptor rings by Emmanuel Grumbach · 13 years ago
  7. 8b5bed9 iwlwifi: don't init trans->reg_lock from the op_mode by Emmanuel Grumbach · 13 years ago
  8. 65de7e8 iwlwifi: clean up module parameters by Johannes Berg · 13 years ago
  9. d1ff525 iwlwifi: use direct calls for transport free by Johannes Berg · 13 years ago
  10. 8257510 iwlwifi: move driver defines to iwl-drv.h by Johannes Berg · 13 years ago
  11. 6238b00 iwlwifi: clean up iwl-shared.h includes by Johannes Berg · 13 years ago
  12. f9e7544 iwlwifi: remove debugfs logspam by Johannes Berg · 13 years ago
  13. 218733c iwlwifi: provide proper API to disable all interrupts by Emmanuel Grumbach · 13 years ago
  14. d23f78e iwlwifi: check RF kill register when interrupts have been disabled by Emmanuel Grumbach · 13 years ago
  15. 226c02c iwlwifi: enable RF kill interrupt in start_hw by Emmanuel Grumbach · 13 years ago
  16. 8c46bb7 iwlwifi: first enable RF kill interrupt, then check register by Emmanuel Grumbach · 13 years ago
  17. 8d42551 iwlwifi: make a static inline to read the RF kill register by Emmanuel Grumbach · 13 years ago
  18. bf8440e iwlwifi: improve TX cache footprint by Johannes Berg · 13 years ago
  19. ff8ead4 iwlwifi: remove unneeded includes by Emmanuel Grumbach · 13 years ago
  20. 87ce05a iwlwifi: remove the shared area by Emmanuel Grumbach · 13 years ago
  21. 035f7ff iwlwifi: transport holds its pointer to the config by Emmanuel Grumbach · 13 years ago
  22. d9fb646 iwlwifi: remove get_cmd_string by Johannes Berg · 13 years ago
  23. 01d651d iwlwifi: move status definitions from iwl-shared by Don Fry · 13 years ago
  24. 74fda97 iwlwifi: move HCMD_ACTIVE to trans by Don Fry · 13 years ago
  25. 48dffd3 iwlwifi: split force_reset debugfs file by Johannes Berg · 13 years ago
  26. 7c5ba4a iwlwifi: move queue watchdog into transport by Johannes Berg · 13 years ago
  27. b2cf410 iwlwifi: move rx_page_order into transport by Johannes Berg · 13 years ago
  28. 8065248 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  29. 47107e8 iwlwifi: split POWER_PMI status bit by Don Fry · 13 years ago
  30. 2fdfc47 iwlwifi: move ucode error log reporting to op_mode by Meenakshi Venkataraman · 13 years ago
  31. 9eae88f iwlwifi: move queue mapping out of transport by Johannes Berg · 13 years ago
  32. 0c19744 iwlwifi: process multiple frames per RXB by Johannes Berg · 13 years ago
  33. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  34. 6dfa8d0 iwlwifi: change struct iwl_fw by David Spinadel · 13 years ago
  35. 69a10b2 iwlwifi: move wait_command_queue from shared to trans by Meenakshi Venkataraman · 13 years ago
  36. d663ee7 iwlwifi: abstract out missing SEQ_RX_FRAME workaround by Johannes Berg · 13 years ago
  37. 10d8f31 iwlwifi: remove TX hex debug by Johannes Berg · 13 years ago
  38. 1745e440 iwlwifi: fix the delta for remove max_txq_num patch by Wey-Yi Guy · 13 years ago
  39. 9ba1947 iwlwifi: fix cmd_queue number merge by Wey-Yi Guy · 13 years ago
  40. c6f600f iwlwifi: move command queue number out of the iwl_shared struct by Meenakshi Venkataraman · 13 years ago
  41. bada991 iwlwifi: remove messages from queue wake/stop by Johannes Berg · 13 years ago
  42. 8362640 iwlwifi: more status bit factoring by Don Fry · 13 years ago
  43. 9a71686 iwlwifi: separate status to priv and trans by Don Fry · 13 years ago
  44. 8722c89 iwlwifi: reintroduce iwl_enable_rfkill_int by Stanislaw Gruszka · 13 years ago
  45. c2945f3 iwlwifi: print DMA stop timeout error only if it happened by Stanislaw Gruszka · 13 years ago
  46. 05f5b97 iwlwifi: use writeb,writel,readl directly by Stanislaw Gruszka · 13 years ago
  47. 9441b85d iwlwifi: return error if loading uCode failed by Johannes Berg · 13 years ago
  48. e755f88 iwlwifi: redesign PASSIVE_NO_RX workaround by Johannes Berg · 13 years ago
  49. ecdb975 iwlwifi: virtualize nic_config by Johannes Berg · 13 years ago
  50. 7559553 iwlwifi: move irq to PCIe by Johannes Berg · 13 years ago
  51. 13df1aa iwlwifi: move all uCode load variables by Johannes Berg · 13 years ago
  52. 947a940 iwlwifi: move ucode_owner to priv by Johannes Berg · 13 years ago
  53. 1b29dc9 iwlwifi: clean up iwl-core.h inclusions by Johannes Berg · 13 years ago
  54. 6c1011e iwlwifi: make tracing use device as identifier by Johannes Berg · 13 years ago
  55. 0dde86b iwlwifi: remove shadow_reg_enable from hw_params by Johannes Berg · 13 years ago
  56. 496bab3 iwlwifi: remove AMT check from transport by Johannes Berg · 13 years ago
  57. c9eec95 iwlwifi: move rfkill status handling out of transport by Johannes Berg · 13 years ago
  58. 0692fe4 iwlwifi: split out firmware store by Johannes Berg · 13 years ago
  59. e199188 iwlwifi: move ucode loading to op_mode by Johannes Berg · 13 years ago
  60. 0439bb6 iwlwifi: move IWL_MASK into file using it by Johannes Berg · 13 years ago
  61. 2dd4f9f iwlwifi: clean up (wowlan) suspend flow by Johannes Berg · 13 years ago
  62. 015c15e iwlwifi: introduce per-queue locks by Johannes Berg · 13 years ago
  63. e679378 iwlwifi: iwl-trans.h doesn't need all these includes by Emmanuel Grumbach · 13 years ago
  64. 7120d98 iwlwifi: virtualize op_mode's set_hw_rf_kill by Emmanuel Grumbach · 13 years ago
  65. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 13 years ago
  66. 1ee158d iwlwifi: move workqueue to priv by Johannes Berg · 13 years ago
  67. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  68. f057ac4 iwlwifi: release IRQ in error path by Johannes Berg · 13 years ago
  69. 1df06bd iwlwifi: stop_hw replace enable_rfkill_int by Emmanuel Grumbach · 13 years ago
  70. 08079a4 iwlwifi: move hw_rev to transport layer by Emmanuel Grumbach · 13 years ago
  71. 99673ee iwlwifi: kill bus_get_hw_id by Emmanuel Grumbach · 13 years ago
  72. 9ca8596 iwlwifi: kill bus_get_hw_id_string by Emmanuel Grumbach · 13 years ago
  73. f6d0e9b iwlwifi: kill bus_is_pm_supported by Emmanuel Grumbach · 13 years ago
  74. af634be iwlwifi: kill bus_apm_config by Emmanuel Grumbach · 13 years ago
  75. cf61429 iwlwifi: consolidate the start_device flow by Emmanuel Grumbach · 13 years ago
  76. d48e207 iwlwifi: move the RF kill logic from iwl_probe to transport by Emmanuel Grumbach · 13 years ago
  77. cc56feb iwlwifi: introduce trans_ops->stop_hw by Emmanuel Grumbach · 13 years ago
  78. a6c684e iwlwifi: move apm_init to start_hw by Emmanuel Grumbach · 13 years ago
  79. ebb7678 iwlwifi: move prepare_card_hw to start_hw by Emmanuel Grumbach · 13 years ago
  80. 57a1dc8 iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw by Emmanuel Grumbach · 13 years ago
  81. 1042db2 iwlwifi: give trans to all the read / write functions by Emmanuel Grumbach · 13 years ago
  82. 0390549 iwlwifi: the read / write register ops move to transport by Emmanuel Grumbach · 13 years ago
  83. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 13 years ago
  84. b52e7ea iwlwifi: allocate the transport from the bus layer by Emmanuel Grumbach · 13 years ago
  85. a591697 iwlwifi: Connect IDI transport to driver. by Gregory Greenman · 13 years ago
  86. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  87. 3d29dd9 iwlwifi: don't mess up QoS counters with non-QoS frames by Emmanuel Grumbach · 13 years ago
  88. 4e31826 iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  89. 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
  90. 84c816d drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation by Djalal Harouni · 13 years ago
  91. 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
  92. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  93. 96f1f05 iwlwifi: update SCD BC table for all SCD queues by Emmanuel Grumbach · 13 years ago
  94. 631b84c iwlwifi: add debug in Tx path in AGG flow by Emmanuel Grumbach · 13 years ago
  95. 97756fb iwlwifi: transport layer shouldn't access the AGG SM by Emmanuel Grumbach · 13 years ago
  96. 34b5321 iwlwifi: tid_data logic move to upper layer - seq_number by Emmanuel Grumbach · 13 years ago
  97. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago
  98. 20addec iwlwifi: tid_data logic move to upper layer - check_empty by Emmanuel Grumbach · 13 years ago
  99. bc23773 iwlwifi: tid_data logic move to upper layer - tx AGG stop by Emmanuel Grumbach · 13 years ago
  100. 1f40e14 iwlwifi: don't rely on the wr / rd pointers in DELBA flow by Emmanuel Grumbach · 13 years ago