1. 47107e8 iwlwifi: split POWER_PMI status bit by Don Fry · 12 years ago
  2. 2fdfc47 iwlwifi: move ucode error log reporting to op_mode by Meenakshi Venkataraman · 12 years ago
  3. 9eae88f iwlwifi: move queue mapping out of transport by Johannes Berg · 12 years ago
  4. 0c19744 iwlwifi: process multiple frames per RXB by Johannes Berg · 12 years ago
  5. 6dfa8d0 iwlwifi: change struct iwl_fw by David Spinadel · 12 years ago
  6. 69a10b2 iwlwifi: move wait_command_queue from shared to trans by Meenakshi Venkataraman · 12 years ago
  7. d663ee7 iwlwifi: abstract out missing SEQ_RX_FRAME workaround by Johannes Berg · 12 years ago
  8. 10d8f31 iwlwifi: remove TX hex debug by Johannes Berg · 12 years ago
  9. 1745e44 iwlwifi: fix the delta for remove max_txq_num patch by Wey-Yi Guy · 12 years ago
  10. 9ba1947 iwlwifi: fix cmd_queue number merge by Wey-Yi Guy · 12 years ago
  11. c6f600f iwlwifi: move command queue number out of the iwl_shared struct by Meenakshi Venkataraman · 12 years ago
  12. bada991 iwlwifi: remove messages from queue wake/stop by Johannes Berg · 12 years ago
  13. 8362640 iwlwifi: more status bit factoring by Don Fry · 12 years ago
  14. 9a71686 iwlwifi: separate status to priv and trans by Don Fry · 12 years ago
  15. 8722c89 iwlwifi: reintroduce iwl_enable_rfkill_int by Stanislaw Gruszka · 12 years ago
  16. c2945f3 iwlwifi: print DMA stop timeout error only if it happened by Stanislaw Gruszka · 12 years ago
  17. 05f5b97 iwlwifi: use writeb,writel,readl directly by Stanislaw Gruszka · 12 years ago
  18. 9441b85d iwlwifi: return error if loading uCode failed by Johannes Berg · 12 years ago
  19. e755f88 iwlwifi: redesign PASSIVE_NO_RX workaround by Johannes Berg · 12 years ago
  20. ecdb975 iwlwifi: virtualize nic_config by Johannes Berg · 12 years ago
  21. 7559553 iwlwifi: move irq to PCIe by Johannes Berg · 12 years ago
  22. 13df1aa iwlwifi: move all uCode load variables by Johannes Berg · 12 years ago
  23. 947a940 iwlwifi: move ucode_owner to priv by Johannes Berg · 12 years ago
  24. 1b29dc9 iwlwifi: clean up iwl-core.h inclusions by Johannes Berg · 12 years ago
  25. 6c1011e iwlwifi: make tracing use device as identifier by Johannes Berg · 12 years ago
  26. 0dde86b iwlwifi: remove shadow_reg_enable from hw_params by Johannes Berg · 12 years ago
  27. 496bab3 iwlwifi: remove AMT check from transport by Johannes Berg · 12 years ago
  28. c9eec95 iwlwifi: move rfkill status handling out of transport by Johannes Berg · 12 years ago
  29. 0692fe4 iwlwifi: split out firmware store by Johannes Berg · 12 years ago
  30. e199188 iwlwifi: move ucode loading to op_mode by Johannes Berg · 12 years ago
  31. 0439bb6 iwlwifi: move IWL_MASK into file using it by Johannes Berg · 12 years ago
  32. 2dd4f9f iwlwifi: clean up (wowlan) suspend flow by Johannes Berg · 12 years ago
  33. 015c15e iwlwifi: introduce per-queue locks by Johannes Berg · 12 years ago
  34. e679378 iwlwifi: iwl-trans.h doesn't need all these includes by Emmanuel Grumbach · 12 years ago
  35. 7120d98 iwlwifi: virtualize op_mode's set_hw_rf_kill by Emmanuel Grumbach · 12 years ago
  36. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 12 years ago
  37. 1ee158d iwlwifi: move workqueue to priv by Johannes Berg · 12 years ago
  38. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  39. f057ac4 iwlwifi: release IRQ in error path by Johannes Berg · 12 years ago
  40. 1df06bd iwlwifi: stop_hw replace enable_rfkill_int by Emmanuel Grumbach · 12 years ago
  41. 08079a49 iwlwifi: move hw_rev to transport layer by Emmanuel Grumbach · 12 years ago
  42. 99673ee iwlwifi: kill bus_get_hw_id by Emmanuel Grumbach · 12 years ago
  43. 9ca8596 iwlwifi: kill bus_get_hw_id_string by Emmanuel Grumbach · 12 years ago
  44. f6d0e9b iwlwifi: kill bus_is_pm_supported by Emmanuel Grumbach · 12 years ago
  45. af634be iwlwifi: kill bus_apm_config by Emmanuel Grumbach · 12 years ago
  46. cf61429 iwlwifi: consolidate the start_device flow by Emmanuel Grumbach · 12 years ago
  47. d48e207 iwlwifi: move the RF kill logic from iwl_probe to transport by Emmanuel Grumbach · 12 years ago
  48. cc56feb iwlwifi: introduce trans_ops->stop_hw by Emmanuel Grumbach · 12 years ago
  49. a6c684e iwlwifi: move apm_init to start_hw by Emmanuel Grumbach · 12 years ago
  50. ebb7678 iwlwifi: move prepare_card_hw to start_hw by Emmanuel Grumbach · 12 years ago
  51. 57a1dc8 iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw by Emmanuel Grumbach · 12 years ago
  52. 1042db2 iwlwifi: give trans to all the read / write functions by Emmanuel Grumbach · 13 years ago
  53. 0390549 iwlwifi: the read / write register ops move to transport by Emmanuel Grumbach · 13 years ago
  54. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 12 years ago
  55. b52e7ea iwlwifi: allocate the transport from the bus layer by Emmanuel Grumbach · 12 years ago
  56. a591697 iwlwifi: Connect IDI transport to driver. by Gregory Greenman · 12 years ago
  57. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  58. 3d29dd9 iwlwifi: don't mess up QoS counters with non-QoS frames by Emmanuel Grumbach · 12 years ago
  59. 4e31826 iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  60. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  61. 84c816d drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation by Djalal Harouni · 13 years ago
  62. 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
  63. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  64. 96f1f05 iwlwifi: update SCD BC table for all SCD queues by Emmanuel Grumbach · 13 years ago
  65. 631b84c iwlwifi: add debug in Tx path in AGG flow by Emmanuel Grumbach · 13 years ago
  66. 97756fb iwlwifi: transport layer shouldn't access the AGG SM by Emmanuel Grumbach · 13 years ago
  67. 34b5321 iwlwifi: tid_data logic move to upper layer - seq_number by Emmanuel Grumbach · 13 years ago
  68. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago
  69. 20addec iwlwifi: tid_data logic move to upper layer - check_empty by Emmanuel Grumbach · 13 years ago
  70. bc23773 iwlwifi: tid_data logic move to upper layer - tx AGG stop by Emmanuel Grumbach · 13 years ago
  71. 1f40e14 iwlwifi: don't rely on the wr / rd pointers in DELBA flow by Emmanuel Grumbach · 13 years ago
  72. 1ba42da iwlwifi: we can wake SW queues even when draining HW queues by Emmanuel Grumbach · 13 years ago
  73. eb9a372 iwlwifi: don't count the tfds in HW queue any more by Emmanuel Grumbach · 13 years ago
  74. 45c30db iwlwifi: move calib_results list from iwl_priv to iwl_trans by Don Fry · 13 years ago
  75. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  76. 2648275 iwlwifi: help to debug AGG SM inconsistencies by Emmanuel Grumbach · 13 years ago
  77. 1daf04b iwlwifi: improve the prints in the reclaim path by Emmanuel Grumbach · 13 years ago
  78. 08d1700 iwlwifi: check the HW when a queue is stuck by Emmanuel Grumbach · 13 years ago
  79. 81a3de1 iwlwifi: add debug information on queue stop / wake by Emmanuel Grumbach · 13 years ago
  80. 43e5885 iwlwifi: avoid a panic when unloading the module with RF Kill by Emmanuel Grumbach · 13 years ago
  81. cda4ee3 iwlagn: fix the race in the unmapping of the HCMD by Emmanuel Grumbach · 13 years ago
  82. ade4c64 iwlagn: rename all the mac80211 callback functions by Wey-Yi Guy · 13 years ago
  83. 9e8107e iwlagn: warn only once if AGG state is wrong by Emmanuel Grumbach · 13 years ago
  84. 984ecb9 iwlagn: fix a race in the unmapping of the TFDs by Emmanuel Grumbach · 13 years ago
  85. d36120c iwlagn: stop interrupts when suspending by Johannes Berg · 13 years ago
  86. 164ae97 iwlagn: don't assign seqno to QoS Null frames by Johannes Berg · 13 years ago
  87. 7f90dce iwlagn: use kcalloc when possible for array allocation by Emmanuel Grumbach · 13 years ago
  88. 02dc84f iwlagn: set the sequence control from the transport layer by Emmanuel Grumbach · 13 years ago
  89. 5adcb81 iwlagn: remove duplicate list init by Amit Beka · 13 years ago
  90. 08ecf10 iwlagn: pending frames musn't be incremented if agg is on by Emmanuel Grumbach · 13 years ago
  91. 132f98c iwlagn: simplify the iwl_device_cmd layout by Emmanuel Grumbach · 13 years ago
  92. c01a404 iwlagn: clean up PM code by Johannes Berg · 13 years ago
  93. 370ad31 iwlagn: generically provide iwl_trans_send_cmd_pdu by Johannes Berg · 13 years ago
  94. c17d068 iwlagn: move PCI-E transport files by Johannes Berg · 13 years ago[Renamed (99%) from drivers/net/wireless/iwlwifi/iwl-trans.c]
  95. 9845ad2 iwlagn: Convert kzalloc to kcalloc by Joe Perches · 13 years ago
  96. 21023e2 iwlagn: add documentation to the transport layer by Emmanuel Grumbach · 13 years ago
  97. 14991a9 iwlagn: use enum iwl_rxon_context_id instead of u8 by Emmanuel Grumbach · 13 years ago
  98. 39644e9 iwlagn: unmap cmd queue's tfds as BIDI by Emmanuel Grumbach · 13 years ago
  99. ff62084 iwlagn: fix compilation when debug flags is unset by Emmanuel Grumbach · 13 years ago
  100. 05f8a09 iwlagn: disply queue read/write pointer when stuck by Wey-Yi Guy · 13 years ago