1. 6860bd1 iwlwifi: pcie: stop sending commands to dead firmware by Alexander Bondar · 11 years ago
  2. 313b0a2 iwlwifi: move dump_fh into common code by Inbal Hacohen · 11 years ago
  3. 68972c4 iwlwifi: make TX seqno validation more efficient by Johannes Berg · 11 years ago
  4. 38c0f334 iwlwifi: use coherent DMA memory for command header by Johannes Berg · 12 years ago
  5. 8a964f4 iwlwifi: always copy first 16 bytes of commands by Johannes Berg · 12 years ago
  6. 2bfb509 iwlwifi: use threaded interrupt handler by Johannes Berg · 12 years ago
  7. e56b04e iwlwifi: move register access lock into transport by Lilach Edelstein · 12 years ago
  8. 128e63e iwlwifi: update copyright by Johannes Berg · 12 years ago
  9. ddaf5a5 iwlwifi: enable communication with WoWLAN firmware by Johannes Berg · 12 years ago
  10. a8b691e iwlwifi: request IRQ only once by Johannes Berg · 12 years ago
  11. 046db34 iwlwifi: make the BC table layout configurable by Emmanuel Grumbach · 12 years ago
  12. 223b9cb iwlwifi: make iwl_pcie_rxq_inc_wr_ptr static by Emmanuel Grumbach · 12 years ago
  13. 6ca6ebc iwlwifi: make iwl_queue_used return bool by Emmanuel Grumbach · 12 years ago
  14. f02831b iwlwifi: continue clean up - pcie/tx.c by Emmanuel Grumbach · 12 years ago
  15. 9805c446 iwlwifi: continue clean up - pcie/rx.c by Emmanuel Grumbach · 12 years ago
  16. 990aa6d iwlwifi: rename functions in transport layer by Emmanuel Grumbach · 12 years ago
  17. b55e57f iwlwifi: add comments for the PCIe transport statuses by Emmanuel Grumbach · 12 years ago
  18. d18aa87 iwlwifi: return commands with error on FW error by Johannes Berg · 12 years ago
  19. f946b52 iwlwifi: handle RFKILL logic in the transport layer by Emmanuel Grumbach · 12 years ago
  20. f4feb8a iwlwifi: support host command with copied data by Johannes Berg · 12 years ago
  21. 6c3fd3f iwlwifi: don't leak Tx skb when a queue is disabled by Emmanuel Grumbach · 12 years ago
  22. e5a8762 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  23. 358a46d iwlwifi: some clean up in transport layer by Emmanuel Grumbach · 12 years ago
  24. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  25. 94543a8 iwlwifi: fix flow handler debug code by Johannes Berg · 12 years ago
  26. 9679142 iwlwifi: get the correct HCMD in the response handler by Emmanuel Grumbach · 12 years ago
  27. b04db9a iwlwifi: configure the queues from the op_mode by Emmanuel Grumbach · 12 years ago
  28. 5bf9a89 iwlwifi: remove lock around txq_enable by Emmanuel Grumbach · 12 years ago
  29. 1ce8658 iwlwifi: don't configure a txq that is being disabled by Emmanuel Grumbach · 12 years ago
  30. 4beaf6c iwlwifi: s/txq_setup/txq_enable by Emmanuel Grumbach · 12 years ago
  31. d0624be iwlwifi: s/txq_agg_disable/txq_disable by Emmanuel Grumbach · 12 years ago
  32. 6468a01 iwlwifi: move PCIe into subdirectory by Johannes Berg · 12 years ago[Renamed from drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h]
  33. 20d3b64 iwlwifi: clean up coding style in PCIe transport by Johannes Berg · 12 years ago
  34. bc2529c iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfd by Emmanuel Grumbach · 12 years ago
  35. ebed633 iwlwifi: fix the Transmit Frame Descriptor rings by Emmanuel Grumbach · 12 years ago
  36. d1ff525 iwlwifi: use direct calls for transport free by Johannes Berg · 12 years ago
  37. 8d42551 iwlwifi: make a static inline to read the RF kill register by Emmanuel Grumbach · 12 years ago
  38. bf8440e iwlwifi: improve TX cache footprint by Johannes Berg · 12 years ago
  39. ff8ead4 iwlwifi: remove unneeded includes by Emmanuel Grumbach · 12 years ago
  40. 9130bab iwlwifi: kill shrd->drv, driver points to transport by Emmanuel Grumbach · 12 years ago
  41. d9fb646 iwlwifi: remove get_cmd_string by Johannes Berg · 12 years ago
  42. c14c737 iwlwifi: optimize struct iwl_cmd_meta layout by Johannes Berg · 12 years ago
  43. 01d651d iwlwifi: move status definitions from iwl-shared by Don Fry · 12 years ago
  44. 7c5ba4a iwlwifi: move queue watchdog into transport by Johannes Berg · 12 years ago
  45. 52bcbff iwlwifi: remove unneeded struct declarations by Johannes Berg · 12 years ago
  46. b2cf410 iwlwifi: move rx_page_order into transport by Johannes Berg · 12 years ago
  47. 2fdfc47 iwlwifi: move ucode error log reporting to op_mode by Meenakshi Venkataraman · 13 years ago
  48. 9eae88f iwlwifi: move queue mapping out of transport by Johannes Berg · 13 years ago
  49. d663ee7 iwlwifi: abstract out missing SEQ_RX_FRAME workaround by Johannes Berg · 13 years ago
  50. c6f600f iwlwifi: move command queue number out of the iwl_shared struct by Meenakshi Venkataraman · 13 years ago
  51. bada991 iwlwifi: remove messages from queue wake/stop by Johannes Berg · 13 years ago
  52. 8362640 iwlwifi: more status bit factoring by Don Fry · 13 years ago
  53. 9a71686 iwlwifi: separate status to priv and trans by Don Fry · 13 years ago
  54. 8722c89 iwlwifi: reintroduce iwl_enable_rfkill_int by Stanislaw Gruszka · 13 years ago
  55. e755f88 iwlwifi: redesign PASSIVE_NO_RX workaround by Johannes Berg · 13 years ago
  56. 7559553 iwlwifi: move irq to PCIe by Johannes Berg · 13 years ago
  57. 13df1aa iwlwifi: move all uCode load variables by Johannes Berg · 13 years ago
  58. bffc66c iwlwifi: move queue functions to PCI-E by Johannes Berg · 13 years ago
  59. 48a2d66 iwlwifi: don't pass iwl_rx_mem_buffer to upper layers by Johannes Berg · 13 years ago
  60. 015c15e iwlwifi: introduce per-queue locks by Johannes Berg · 13 years ago
  61. 02e3835 iwlwifi: virtualize op_mode's stop/start queue by Emmanuel Grumbach · 13 years ago
  62. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 13 years ago
  63. 57a1dc8 iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw by Emmanuel Grumbach · 13 years ago
  64. 1042db2 iwlwifi: give trans to all the read / write functions by Emmanuel Grumbach · 13 years ago
  65. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 13 years ago
  66. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  67. 4e31826 iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  68. 1066713 iwlagn: fix (remove) use of PAGE_SIZE by Johannes Berg · 13 years ago
  69. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago
  70. 822e8b2 iwlwifi: tid_data logic move to upper layer - tx AGG setup by Emmanuel Grumbach · 13 years ago
  71. 3c69b59 iwlwifi: tid_data logic move to upper layer - tx AGG alloc by Emmanuel Grumbach · 13 years ago
  72. bc23773 iwlwifi: tid_data logic move to upper layer - tx AGG stop by Emmanuel Grumbach · 13 years ago
  73. 1daf04b iwlwifi: improve the prints in the reclaim path by Emmanuel Grumbach · 13 years ago
  74. 81a3de1 iwlwifi: add debug information on queue stop / wake by Emmanuel Grumbach · 13 years ago
  75. edb5c2f iwlagn: remove uneeded declaration by Emmanuel Grumbach · 13 years ago
  76. 247c61d iwlagn: remove the callback in host commands by Emmanuel Grumbach · 13 years ago
  77. c17d068 iwlagn: move PCI-E transport files by Johannes Berg · 13 years ago[Renamed from drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h]
  78. 859cfb0 iwlagn: move iwl_stop / wake_queue to the upper layer by Emmanuel Grumbach · 13 years ago
  79. 39644e9 iwlagn: unmap cmd queue's tfds as BIDI by Emmanuel Grumbach · 13 years ago
  80. 7a10e3e4 iwlagn: iwl-trans.c can't dereference iwl_priv any more by Emmanuel Grumbach · 13 years ago
  81. 522376d iwlagn: clean up of transport layer by Emmanuel Grumbach · 13 years ago
  82. 3e10cae iwlagn: remove priv dereferences from the transport layer by Emmanuel Grumbach · 13 years ago
  83. 8ad71be iwlagn: move tx queues to transport layer by Emmanuel Grumbach · 13 years ago
  84. e20d4341 iwlagn: move the stop / wake queue logic to transport layer by Emmanuel Grumbach · 13 years ago
  85. c91bd12 iwlagn: cosmetics in iwl-trans.h by Emmanuel Grumbach · 13 years ago
  86. 7f01d56 iwlagn: move the disable agg logic to transport layer by Emmanuel Grumbach · 13 years ago
  87. 464021f iwlagn: move the check_empty logic to the transport layer by Emmanuel Grumbach · 13 years ago
  88. 288712a iwlagn: allocate resources for TX BA session in transport by Emmanuel Grumbach · 13 years ago
  89. e13c0c5 iwlagn: move the mapping ac to queue / fifo to transport by Emmanuel Grumbach · 13 years ago
  90. ba562f7 iwlagn: set tx_fifo for ampdu in transport layer by Emmanuel Grumbach · 13 years ago
  91. fd65693 iwlagn: remove dereferences of priv from transport by Emmanuel Grumbach · 13 years ago
  92. 83ed901 iwlagn: all function iwl-io.c receive iwl_bus by Emmanuel Grumbach · 13 years ago
  93. a72b8b0 iwlagn: add missing includes by Emmanuel Grumbach · 13 years ago
  94. 9d6b2cb iwlagn: move Keep Warm to transport layer by Emmanuel Grumbach · 13 years ago
  95. dda61a4 iwlagn: iwl-dev.h doesn't include iwl-fh.h any more by Emmanuel Grumbach · 13 years ago
  96. 6bb7884 iwlagn: remove references to priv from the transport layer by Emmanuel Grumbach · 13 years ago
  97. 16db88b iwlagn: move dump_csr and dump_fh to transport layer by Emmanuel Grumbach · 13 years ago
  98. 6d8f6ee iwlagn: transport layer should receive iwl_trans by Emmanuel Grumbach · 13 years ago
  99. 105183b iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  100. 04e1cab iwlagn: move reclaim related functions by Emmanuel Grumbach · 13 years ago