1. 0390549 iwlwifi: the read / write register ops move to transport by Emmanuel Grumbach · 13 years ago
  2. a42a184 iwlwifi: move the bus configuration to transport by Emmanuel Grumbach · 13 years ago
  3. b52e7ea iwlwifi: allocate the transport from the bus layer by Emmanuel Grumbach · 13 years ago
  4. a591697 iwlwifi: Connect IDI transport to driver. by Gregory Greenman · 13 years ago
  5. ed6a380 iwlwifi: add fw_alive to transport layer API, kill tx_start by Emmanuel Grumbach · 13 years ago
  6. 4e31826 iwlwifi: update Copyright by Wey-Yi Guy · 13 years ago
  7. 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
  8. 84c816d drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation by Djalal Harouni · 13 years ago
  9. 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
  10. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  11. 96f1f05 iwlwifi: update SCD BC table for all SCD queues by Emmanuel Grumbach · 13 years ago
  12. 631b84c iwlwifi: add debug in Tx path in AGG flow by Emmanuel Grumbach · 13 years ago
  13. 97756fb iwlwifi: transport layer shouldn't access the AGG SM by Emmanuel Grumbach · 13 years ago
  14. 34b5321 iwlwifi: tid_data logic move to upper layer - seq_number by Emmanuel Grumbach · 13 years ago
  15. 76bc10f iwlwifi: tid_data logic move to upper layer - txqid by Emmanuel Grumbach · 13 years ago
  16. 20addec iwlwifi: tid_data logic move to upper layer - check_empty by Emmanuel Grumbach · 13 years ago
  17. bc23773 iwlwifi: tid_data logic move to upper layer - tx AGG stop by Emmanuel Grumbach · 13 years ago
  18. 1f40e14 iwlwifi: don't rely on the wr / rd pointers in DELBA flow by Emmanuel Grumbach · 13 years ago
  19. 1ba42da iwlwifi: we can wake SW queues even when draining HW queues by Emmanuel Grumbach · 13 years ago
  20. eb9a372 iwlwifi: don't count the tfds in HW queue any more by Emmanuel Grumbach · 13 years ago
  21. 45c30db iwlwifi: move calib_results list from iwl_priv to iwl_trans by Don Fry · 13 years ago
  22. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  23. 2648275 iwlwifi: help to debug AGG SM inconsistencies by Emmanuel Grumbach · 13 years ago
  24. 1daf04b iwlwifi: improve the prints in the reclaim path by Emmanuel Grumbach · 13 years ago
  25. 08d1700 iwlwifi: check the HW when a queue is stuck by Emmanuel Grumbach · 13 years ago
  26. 81a3de1 iwlwifi: add debug information on queue stop / wake by Emmanuel Grumbach · 13 years ago
  27. 43e5885 iwlwifi: avoid a panic when unloading the module with RF Kill by Emmanuel Grumbach · 13 years ago
  28. cda4ee3 iwlagn: fix the race in the unmapping of the HCMD by Emmanuel Grumbach · 13 years ago
  29. ade4c64 iwlagn: rename all the mac80211 callback functions by Wey-Yi Guy · 13 years ago
  30. 9e8107e iwlagn: warn only once if AGG state is wrong by Emmanuel Grumbach · 13 years ago
  31. 984ecb9 iwlagn: fix a race in the unmapping of the TFDs by Emmanuel Grumbach · 13 years ago
  32. d36120c iwlagn: stop interrupts when suspending by Johannes Berg · 13 years ago
  33. 164ae97 iwlagn: don't assign seqno to QoS Null frames by Johannes Berg · 13 years ago
  34. 7f90dce iwlagn: use kcalloc when possible for array allocation by Emmanuel Grumbach · 13 years ago
  35. 02dc84f iwlagn: set the sequence control from the transport layer by Emmanuel Grumbach · 13 years ago
  36. 5adcb81 iwlagn: remove duplicate list init by Amit Beka · 13 years ago
  37. 08ecf10 iwlagn: pending frames musn't be incremented if agg is on by Emmanuel Grumbach · 13 years ago
  38. 132f98c iwlagn: simplify the iwl_device_cmd layout by Emmanuel Grumbach · 13 years ago
  39. c01a404 iwlagn: clean up PM code by Johannes Berg · 13 years ago
  40. 370ad31 iwlagn: generically provide iwl_trans_send_cmd_pdu by Johannes Berg · 13 years ago
  41. c17d068 iwlagn: move PCI-E transport files by Johannes Berg · 13 years ago[Renamed (99%) from drivers/net/wireless/iwlwifi/iwl-trans.c]
  42. 9845ad2 iwlagn: Convert kzalloc to kcalloc by Joe Perches · 13 years ago
  43. 21023e2 iwlagn: add documentation to the transport layer by Emmanuel Grumbach · 13 years ago
  44. 14991a9 iwlagn: use enum iwl_rxon_context_id instead of u8 by Emmanuel Grumbach · 13 years ago
  45. 39644e9 iwlagn: unmap cmd queue's tfds as BIDI by Emmanuel Grumbach · 13 years ago
  46. ff62084 iwlagn: fix compilation when debug flags is unset by Emmanuel Grumbach · 13 years ago
  47. 05f8a09 iwlagn: disply queue read/write pointer when stuck by Wey-Yi Guy · 13 years ago
  48. 7a10e3e iwlagn: iwl-trans.c can't dereference iwl_priv any more by Emmanuel Grumbach · 13 years ago
  49. 41f5e04 iwlagn: move traffic_log back to upper layer by Emmanuel Grumbach · 13 years ago
  50. 522376d iwlagn: clean up of transport layer by Emmanuel Grumbach · 13 years ago
  51. 3e10cae iwlagn: remove priv dereferences from the transport layer by Emmanuel Grumbach · 13 years ago
  52. 8ad71be iwlagn: move tx queues to transport layer by Emmanuel Grumbach · 13 years ago
  53. e20d4341 iwlagn: move the stop / wake queue logic to transport layer by Emmanuel Grumbach · 13 years ago
  54. f22be62 iwlagn: move check_stuck_queue to transport layer by Emmanuel Grumbach · 13 years ago
  55. 5f178cd iwlagn: move wait_for_tx_queue_empty to transport layer by Emmanuel Grumbach · 13 years ago
  56. c91bd12 iwlagn: cosmetics in iwl-trans.h by Emmanuel Grumbach · 13 years ago
  57. 7f01d56 iwlagn: move the disable agg logic to transport layer by Emmanuel Grumbach · 13 years ago
  58. 464021f iwlagn: move the check_empty logic to the transport layer by Emmanuel Grumbach · 13 years ago
  59. 288712a iwlagn: allocate resources for TX BA session in transport by Emmanuel Grumbach · 13 years ago
  60. e13c0c5 iwlagn: move the mapping ac to queue / fifo to transport by Emmanuel Grumbach · 13 years ago
  61. dfa2bdb iwlagn: upper layer uses slabs to allocate tx cmds by Emmanuel Grumbach · 13 years ago
  62. 2c45229 iwlagn: upper layer stores iwl_rxon_context in skb's CB by Emmanuel Grumbach · 13 years ago
  63. ae2c30b iwlagn: stop the device before freeing it by Emmanuel Grumbach · 13 years ago
  64. fd65693 iwlagn: remove dereferences of priv from transport by Emmanuel Grumbach · 13 years ago
  65. 5f85a78 iwlagn: iwl_tid_data moves to iwl-shared by Emmanuel Grumbach · 13 years ago
  66. 83ed901 iwlagn: all function iwl-io.c receive iwl_bus by Emmanuel Grumbach · 13 years ago
  67. a72b8b0 iwlagn: add missing includes by Emmanuel Grumbach · 13 years ago
  68. 9d6b2cb iwlagn: move Keep Warm to transport layer by Emmanuel Grumbach · 13 years ago
  69. ab9e212 iwlagn: remove unused parameters from hw_params by Emmanuel Grumbach · 13 years ago
  70. 6bb7884 iwlagn: remove references to priv from the transport layer by Emmanuel Grumbach · 13 years ago
  71. 16db88b iwlagn: move dump_csr and dump_fh to transport layer by Emmanuel Grumbach · 13 years ago
  72. 7201247 iwlagn: move hcmd_lock to transport layer by Emmanuel Grumbach · 13 years ago
  73. 6d8f6ee iwlagn: transport layer should receive iwl_trans by Emmanuel Grumbach · 13 years ago
  74. 790428b iwlagn: move iwl_free_pages to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  75. 845a9c0 iwlagn: move all iwl_is_XXX helpers to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  76. effcea1 iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE by Emmanuel Grumbach · 13 years ago
  77. 105183b iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  78. a0eaad7 iwlagn: reclaim the packets in transport layer by Emmanuel Grumbach · 13 years ago
  79. 1f7b617 iwlagn: move isr_statistics to transport layer by Emmanuel Grumbach · 13 years ago
  80. 7ff9470 iwlagn: move the NIC error flow to the transport layer by Emmanuel Grumbach · 13 years ago
  81. 0c32576 iwlagn: move ISR related data to transport layer by Emmanuel Grumbach · 13 years ago
  82. 57210f7 iwlagn: move iwl_suspend / iwl_resume to the transport layer by Emmanuel Grumbach · 13 years ago
  83. 5a878bf iwlagn: iwl_rx_queue moves to the iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  84. 87e5666 iwlagn: transport handler can register debugfs entries by Emmanuel Grumbach · 13 years ago
  85. e6bb4c9 iwlagn: bus layer chooses its transport layer by Emmanuel Grumbach · 13 years ago
  86. 10b15e6 iwlagn: priv->lock moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  87. 63013ae iwlagn: priv->status moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  88. cefeaa5 iwlagn: cmd_queue moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  89. d618912 iwlagn: hw_params moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  90. 48f20d3 iwlagn: introduce iwl-shared.h by Emmanuel Grumbach · 13 years ago
  91. 72c04ce iwlagn: reserve queue 10 for TX during scan dwell by Johannes Berg · 13 years ago
  92. 1e89cba iwlagn: probe would crash with DEBUG_SHIRQ by Emmanuel Grumbach · 13 years ago
  93. d593411 iwlagn: simplify the bus architecture by Emmanuel Grumbach · 13 years ago
  94. 41c5054 iwlagn: transport layer receives struct iwl_trans* by Emmanuel Grumbach · 13 years ago
  95. 0286cee iwlagn: move iwl_prepare_card_hw to the transport layer by Emmanuel Grumbach · 13 years ago
  96. 392f8b7 iwlagn: move more functions from the start flow to the transport layer by Emmanuel Grumbach · 13 years ago
  97. 48d42c4 iwlagn: SCD configuration for AMPDU moves to transport layer by Emmanuel Grumbach · 13 years ago
  98. 56d90f4 iwlagn: add kick_nic API to transport layer by Emmanuel Grumbach · 13 years ago
  99. b3c2ce1 iwlagn: add tx start API to transport layer by Emmanuel Grumbach · 13 years ago
  100. ab6cf8e iwlagn: move iwlagn_stop_device to transport layer by Emmanuel Grumbach · 13 years ago