1. 47107e8 iwlwifi: split POWER_PMI status bit by Don Fry · 12 years ago
  2. 9eae88f iwlwifi: move queue mapping out of transport by Johannes Berg · 12 years ago
  3. 0c19744 iwlwifi: process multiple frames per RXB by Johannes Berg · 12 years ago
  4. 69a10b2 iwlwifi: move wait_command_queue from shared to trans by Meenakshi Venkataraman · 12 years ago
  5. f0d120a iwlwifi: convert bad state message into warning by Johannes Berg · 12 years ago
  6. d663ee7 iwlwifi: abstract out missing SEQ_RX_FRAME workaround by Johannes Berg · 12 years ago
  7. 3dc420b iwlwifi: restore PAN support by Emmanuel Grumbach · 12 years ago
  8. c6f600f iwlwifi: move command queue number out of the iwl_shared struct by Meenakshi Venkataraman · 12 years ago
  9. 92d743a iwlwifi: configure transport layer from dvm op mode by Meenakshi Venkataraman · 12 years ago
  10. b0b4619 iwlwifi: transport's tx_agg_disable must be atomic by Johannes Berg · 12 years ago
  11. e755f88 iwlwifi: redesign PASSIVE_NO_RX workaround by Johannes Berg · 12 years ago
  12. f8d7c1a iwlwifi: move packet to transport by Johannes Berg · 12 years ago
  13. 7559553 iwlwifi: move irq to PCIe by Johannes Berg · 12 years ago
  14. 13df1aa iwlwifi: move all uCode load variables by Johannes Berg · 12 years ago
  15. e10a053 iwlwifi: add wrappers for command sending by Johannes Berg · 12 years ago
  16. 0692fe4 iwlwifi: split out firmware store by Johannes Berg · 12 years ago
  17. e199188 iwlwifi: move ucode loading to op_mode by Johannes Berg · 12 years ago
  18. 930dfd5 iwlwifi: iwl_rx_cmd_buffer belongs to transport API by Johannes Berg · 12 years ago
  19. c977a33 iwlwifi: transport's tx_agg_alloc must not sleep by Johannes Berg · 12 years ago
  20. 65b94a4 iwlwifi: pass response packet directly by Johannes Berg · 12 years ago
  21. 2dd4f9f iwlwifi: clean up (wowlan) suspend flow by Johannes Berg · 12 years ago
  22. 015c15e iwlwifi: introduce per-queue locks by Johannes Berg · 12 years ago
  23. e679378 iwlwifi: iwl-trans.h doesn't need all these includes by Emmanuel Grumbach · 13 years ago
  24. 53476fe iwlwifi: document the operational mode by Emmanuel Grumbach · 13 years ago
  25. 36a7922 iwlwifi: kill iwl_bus.h by Emmanuel Grumbach · 13 years ago
  26. ed277c9 iwlwifi: virtualize op_mode's free skb by Emmanuel Grumbach · 13 years ago
  27. cbe6ab4 iwlwifi: use sparse compliant __aligned__ attribute by Emmanuel Grumbach · 13 years ago
  28. 4a98677 iwlwifi: save ucode capabilities in iwl_fw by Don Fry · 13 years ago
  29. 69655eb iwlwifi: the transport knows its state by Emmanuel Grumbach · 13 years ago
  30. 6039618 iwlwifi: document the transport layer by Emmanuel Grumbach · 13 years ago
  31. 655ccce iwlwifi: change args to ucode routines by Don Fry · 13 years ago
  32. 6516174 iwlwifi: Move ucode pointers to iwl_fw by Don Fry · 13 years ago
  33. edf3833 iwlwifi: move all ucode routines to iwl-ucode.c by Don Fry · 13 years ago
  34. 08079a49 iwlwifi: move hw_rev to transport layer by Emmanuel Grumbach · 13 years ago
  35. 99673ee iwlwifi: kill bus_get_hw_id by Emmanuel Grumbach · 13 years ago
  36. 9ca8596 iwlwifi: kill bus_get_hw_id_string by Emmanuel Grumbach · 13 years ago
  37. f6d0e9b iwlwifi: kill bus_is_pm_supported by Emmanuel Grumbach · 13 years ago
  38. cf61429 iwlwifi: consolidate the start_device flow by Emmanuel Grumbach · 13 years ago
  39. cc56feb iwlwifi: introduce trans_ops->stop_hw by Emmanuel Grumbach · 13 years ago
  40. ebb7678 iwlwifi: move prepare_card_hw to start_hw by Emmanuel Grumbach · 13 years ago
  41. 57a1dc8 iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw by Emmanuel Grumbach · 13 years ago
  42. 8467ab4 iwlwifi: don't use the bus for ucode fw_desc any more by Emmanuel Grumbach · 13 years ago
  43. 1042db2 iwlwifi: give trans to all the read / write functions by Emmanuel Grumbach · 13 years ago
  44. 0390549 iwlwifi: the read / write register ops move to transport by Emmanuel Grumbach · 13 years ago
  45. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 13 years ago
  46. b52e7ea iwlwifi: allocate the transport from the bus layer by Emmanuel Grumbach · 13 years ago
  47. a591697 iwlwifi: Connect IDI transport to driver. by Gregory Greenman · 13 years ago
  48. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  49. 4e31826 iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  50. 34b5321 iwlwifi: tid_data logic move to upper layer - seq_number by Emmanuel Grumbach · 13 years ago
  51. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago
  52. 822e8b2 iwlwifi: tid_data logic move to upper layer - tx AGG setup by Emmanuel Grumbach · 13 years ago
  53. 3c69b59 iwlwifi: tid_data logic move to upper layer - tx AGG alloc by Emmanuel Grumbach · 13 years ago
  54. bc23773 iwlwifi: tid_data logic move to upper layer - tx AGG stop by Emmanuel Grumbach · 13 years ago
  55. 45c30db iwlwifi: move calib_results list from iwl_priv to iwl_trans by Don Fry · 13 years ago
  56. 3d6acef iwlwifi: move ucode_type from iwl_priv to iwl_shared by Don Fry · 13 years ago
  57. 97b52cf iwlagn: move nvm_device_type from iwl_priv to iwl_trans by Don Fry · 13 years ago
  58. 81a3de1 iwlwifi: add debug information on queue stop / wake by Emmanuel Grumbach · 13 years ago
  59. de7f5f9 iwlagn: move ucode files out of the iwl_priv structure by Don Fry · 13 years ago
  60. 5703ddb iwlagn: move ucode_write_complete from priv to trans structure by Don Fry · 13 years ago
  61. 132f98c iwlagn: simplify the iwl_device_cmd layout by Emmanuel Grumbach · 13 years ago
  62. 247c61d iwlagn: remove the callback in host commands by Emmanuel Grumbach · 13 years ago
  63. c01a404 iwlagn: clean up PM code by Johannes Berg · 13 years ago
  64. 370ad31 iwlagn: generically provide iwl_trans_send_cmd_pdu by Johannes Berg · 13 years ago
  65. 14991a9 iwlagn: use enum iwl_rxon_context_id instead of u8 by Emmanuel Grumbach · 13 years ago
  66. 522376d iwlagn: clean up of transport layer by Emmanuel Grumbach · 13 years ago
  67. e20d4341 iwlagn: move the stop / wake queue logic to transport layer by Emmanuel Grumbach · 13 years ago
  68. f22be62 iwlagn: move check_stuck_queue to transport layer by Emmanuel Grumbach · 13 years ago
  69. 5f178cd iwlagn: move wait_for_tx_queue_empty to transport layer by Emmanuel Grumbach · 13 years ago
  70. c91bd12 iwlagn: cosmetics in iwl-trans.h by Emmanuel Grumbach · 13 years ago
  71. 7f01d56 iwlagn: move the disable agg logic to transport layer by Emmanuel Grumbach · 13 years ago
  72. 464021f iwlagn: move the check_empty logic to the transport layer by Emmanuel Grumbach · 13 years ago
  73. 288712a iwlagn: allocate resources for TX BA session in transport by Emmanuel Grumbach · 13 years ago
  74. e13c0c5 iwlagn: move the mapping ac to queue / fifo to transport by Emmanuel Grumbach · 13 years ago
  75. dfa2bdb iwlagn: upper layer uses slabs to allocate tx cmds by Emmanuel Grumbach · 13 years ago
  76. ba562f7 iwlagn: set tx_fifo for ampdu in transport layer by Emmanuel Grumbach · 13 years ago
  77. 2c45229 iwlagn: upper layer stores iwl_rxon_context in skb's CB by Emmanuel Grumbach · 13 years ago
  78. ae2c30b iwlagn: stop the device before freeing it by Emmanuel Grumbach · 13 years ago
  79. a72b8b0 iwlagn: add missing includes by Emmanuel Grumbach · 13 years ago
  80. 7201247 iwlagn: move hcmd_lock to transport layer by Emmanuel Grumbach · 13 years ago
  81. 6d8f6ee iwlagn: transport layer should receive iwl_trans by Emmanuel Grumbach · 13 years ago
  82. 04e1cab iwlagn: move reclaim related functions by Emmanuel Grumbach · 13 years ago
  83. a0eaad7 iwlagn: reclaim the packets in transport layer by Emmanuel Grumbach · 13 years ago
  84. 0c32576 iwlagn: move ISR related data to transport layer by Emmanuel Grumbach · 13 years ago
  85. 57210f7 iwlagn: move iwl_suspend / iwl_resume to the transport layer by Emmanuel Grumbach · 13 years ago
  86. 5a878bf iwlagn: iwl_rx_queue moves to the iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  87. 87e5666 iwlagn: transport handler can register debugfs entries by Emmanuel Grumbach · 13 years ago
  88. 6fbfae8 iwlagn: add comments to iwl_bus / iwl_trans by Emmanuel Grumbach · 13 years ago
  89. e6bb4c9 iwlagn: bus layer chooses its transport layer by Emmanuel Grumbach · 13 years ago
  90. 41c5054 iwlagn: transport layer receives struct iwl_trans* by Emmanuel Grumbach · 13 years ago
  91. 0286cee iwlagn: move iwl_prepare_card_hw to the transport layer by Emmanuel Grumbach · 13 years ago
  92. 392f8b7 iwlagn: move more functions from the start flow to the transport layer by Emmanuel Grumbach · 13 years ago
  93. 48d42c4 iwlagn: SCD configuration for AMPDU moves to transport layer by Emmanuel Grumbach · 13 years ago
  94. 56d90f4 iwlagn: add kick_nic API to transport layer by Emmanuel Grumbach · 13 years ago
  95. b3c2ce1 iwlagn: add tx start API to transport layer by Emmanuel Grumbach · 13 years ago
  96. ab6cf8e iwlagn: move iwlagn_stop_device to transport layer by Emmanuel Grumbach · 13 years ago
  97. 253a634 iwlagn: move tx transport functions to iwl-trans-tx-pcie.c by Emmanuel Grumbach · 13 years ago
  98. a27367d iwlagn: move sync_irq to transport layer by Emmanuel Grumbach · 13 years ago
  99. 34c1b7b iwlagn: move the tasklet / irq to the transport layer by Emmanuel Grumbach · 13 years ago
  100. 47c1b49 iwlagn: move Tx datapath to transport layer by Emmanuel Grumbach · 13 years ago