1. fc8a350 iwlwifi: pcie: fix tracking of cmd_in_flight by Ilan Peer · 9 years ago
  2. e0b8d405 iwlwifi: pcie: allow the op_mode to freeze the stuck queue timer by Emmanuel Grumbach · 10 years ago
  3. 3627723 iwlwifi: pcie: speed up the Tx DMA stop flow by Emmanuel Grumbach · 10 years ago
  4. 4cf677f iwlwifi: allow to define the stuck queue timer per queue by Emmanuel Grumbach · 10 years ago
  5. ce71c2f iwlwifi: mvm: enable watchdog on Tx queues for mvm by Emmanuel Grumbach · 10 years ago
  6. cd8f438 iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN by Emmanuel Grumbach · 10 years ago
  7. cb6bb12 iwlwifi: pcie: prepare the enablement of 31 TFD queues by Emmanuel Grumbach · 10 years ago
  8. e885c58 iwlwifi: pcie: don't dump useless data when a TFD queue hangs by Emmanuel Grumbach · 10 years ago
  9. 0294d9e iwlwifi: mvm: let the firmware configure the scheduler by Emmanuel Grumbach · 10 years ago
  10. 7616f33 iwlwifi: pcie: add basic reference accounting by Eliad Peller · 10 years ago
  11. 804d4c5 iwlwifi: pcie: refactor cmd_in_flight set/clear code by Eliad Peller · 10 years ago
  12. 01e58a2 iwlwifi: pcie: introduce delay when waking up the device by Emmanuel Grumbach · 10 years ago
  13. 5d4185a iwlwifi: pcie: clear command data on freeing by Johannes Berg · 10 years ago
  14. 3a736bc iwlwifi: trans: don't configure the set_active in SCD for dvm by Emmanuel Grumbach · 10 years ago
  15. 8b4139d iwlwifi: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago
  16. 002a9e2 iwlwifi: trans: configure the scheduler enable register by Avri Altman · 10 years ago
  17. 64ba893 iwlwifi: trans: make aggregation explicit for TX queue handling by Johannes Berg · 10 years ago
  18. d4578ea iwlwifi: trans: allow skipping scheduler hardware config by Johannes Berg · 10 years ago
  19. fea7795 iwlwifi: trans: refactor txq_enable arguments by Johannes Berg · 10 years ago
  20. 680073b iwlwifi: consolidate hw scheduler configuration code by Avri Altman · 10 years ago
  21. d536c32 iwlwifi: pcie: log when waking the NIC for hcmd submission fails by Andy Lutomirski · 10 years ago
  22. 4c9706d iwlwifi: update nmi register by Liad Kaufman · 10 years ago
  23. d090f87 iwlwifi: pcie: disable BHs in iwl_pcie_txq_check_wrptrs by Emmanuel Grumbach · 10 years ago
  24. 4d07500 iwlwifi: mvm/pcie: capture last commands on firmware error by Johannes Berg · 10 years ago
  25. 83f32a4 iwlwifi: pcie: get rid of q->n_bd by Johannes Berg · 10 years ago
  26. 6d6e68f iwlwifi: pcie: use bool for iwl_pcie_txq_build_tfd() argument by Johannes Berg · 10 years ago
  27. e03bbb6 iwlwifi: don't disable SCD chain extension on newer devices by Emmanuel Grumbach · 10 years ago
  28. ea68f46 iwlwifi: pcie: clarify TX queue need_update handling by Johannes Berg · 11 years ago
  29. 43aa616 iwlwifi: pcie: use bool for TX queue where appropriate by Johannes Berg · 11 years ago
  30. e7f7634 iwlwifi: pcie: don't leave the new NICs awake for commands by Emmanuel Grumbach · 10 years ago
  31. cfadc3f iwlwifi: pcie: stop the firmware when we restart it by Emmanuel Grumbach · 11 years ago
  32. 5045388 iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bit by Eliad Peller · 11 years ago
  33. 3073d8c iwlwifi: pcie: disable APMG configurations for family 8000 by Eran Harary · 11 years ago
  34. 23e76d1 iwlwifi: pcie: don't panic on host commands in iwldvm by Emmanuel Grumbach · 11 years ago
  35. 51368bf iwlwifi: Update Copyright to 2014 by Emmanuel Grumbach · 11 years ago
  36. fba1c62 iwlwifi: pcie: allow the op_mode to call stop_device whenever it wants by Emmanuel Grumbach · 11 years ago
  37. b943949 iwlwifi: pcie: keep the NIC awake when commands are in flight by Emmanuel Grumbach · 11 years ago
  38. 7b70bd6 iwlwifi: pcie: use don't disable interrupt when irq_lock is taken by Emmanuel Grumbach · 11 years ago
  39. 2a988e9 iwlwifi: trans: prevent reprobe on repeated FW errors before restart by Arik Nemtsov · 11 years ago
  40. 3fc0795 iwlwifi: trans: prevent tx and cmds during FW error by Arik Nemtsov · 11 years ago
  41. eb7ff77 iwlwifi: trans: use a unified transport status by Arik Nemtsov · 11 years ago
  42. 6dde8c4 iwlwifi: pcie: remove useless condition test by Johannes Berg · 11 years ago
  43. 3961a61 iwlwifi: remove TX_CMD id from transport layer by Emmanuel Grumbach · 11 years ago
  44. 6860bd1 iwlwifi: pcie: stop sending commands to dead firmware by Alexander Bondar · 11 years ago
  45. c046555 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  46. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  47. bcbb8c9 iwlwifi: pcie: move warning message into warning by Johannes Berg · 11 years ago
  48. 9439eac iwlwifi: pcie: poke device when commands don't complete quickly by Johannes Berg · 11 years ago
  49. 42550a5 iwlwifi: pcie: restart the driver when a command times out by Emmanuel Grumbach · 11 years ago
  50. c90ca50 iwlwifi: pcie: dump_stack upon timeout of SYNC cmd by Emmanuel Grumbach · 11 years ago
  51. f477252 iwlwifi: pcie: don't reset the TX queue counter by Emmanuel Grumbach · 11 years ago
  52. 2ab9ba0 iwlwifi: pcie: returning positive instead of negative by Dan Carpenter · 11 years ago
  53. a9b2924 iwlwifi: pcie: Refactor iwl_queue_space by Ido Yariv · 11 years ago
  54. 1092b9b iwlwifi: pcie: some little cleanups by Eliad Peller · 11 years ago
  55. e89044d iwlwifi: fix some documentation typos by Eliad Peller · 11 years ago
  56. 961de6a iwlwifi: pcie: make unused queue warning more readable by Johannes Berg · 11 years ago
  57. 0b21eb9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by John W. Linville · 11 years ago
  58. 8a487b1 iwlwifi: pcie: wake the queue if stopped when being unmapped by Emmanuel Grumbach · 11 years ago
  59. b967613 iwlwifi: pcie: fix race in queue unmapping by Emmanuel Grumbach · 11 years ago
  60. 68972c4 iwlwifi: make TX seqno validation more efficient by Johannes Berg · 11 years ago
  61. 1094fa2 iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is set by Eran Harary · 11 years ago
  62. 933faa4 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  63. 4f59334 iwlwifi: fix initialisation while RF-kill is asserted by Eran Harary · 11 years ago
  64. 4325f6c wireless: move crypto constants to ieee80211.h by Johannes Berg · 11 years ago
  65. b656fa3 iwlwifi: pcie: dump stack on NIC error in sync commands by Johannes Berg · 11 years ago
  66. bd5f6a3 iwlwifi: move BUILD_RAxTID to transport by Emmanuel Grumbach · 11 years ago
  67. 6ed0e32 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  68. d72c728 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  69. d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  70. 881acd8 iwlwifi: mvm: clean up invalid station handling by Emmanuel Grumbach · 11 years ago
  71. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  72. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  73. 5470b46 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  74. fc8fed0 Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next by Johannes Berg · 11 years ago
  75. 754d7d9 iwlwifi: add debug message when a CMD is dropped in RFKILL by Emmanuel Grumbach · 11 years ago
  76. cc904c7 iwlwifi: fix length check in multi-TB HCMD by Emmanuel Grumbach · 11 years ago
  77. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  78. cd309ab Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  79. 9a88658 wireless: move sequence number arithmetic to ieee80211.h by Johannes Berg · 12 years ago
  80. 38c0f334 iwlwifi: use coherent DMA memory for command header by Johannes Berg · 12 years ago
  81. 1afbfb6 iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFD by Johannes Berg · 12 years ago
  82. 9889175 iwlwifi: don't map complete commands bidirectionally by Johannes Berg · 12 years ago
  83. 8a964f4 iwlwifi: always copy first 16 bytes of commands by Johannes Berg · 12 years ago
  84. 2bfb509 iwlwifi: use threaded interrupt handler by Johannes Berg · 12 years ago
  85. 128e63e iwlwifi: update copyright by Johannes Berg · 12 years ago
  86. 1c3fea8 iwlwifi: improve the reports in TX path by Emmanuel Grumbach · 12 years ago
  87. ddaf5a5 iwlwifi: enable communication with WoWLAN firmware by Johannes Berg · 12 years ago
  88. 22dc3c9 iwlwifi: simplify scheduler memory clearing by Johannes Berg · 12 years ago
  89. d21fa2d iwlwifi: don't memset scalar values by Johannes Berg · 12 years ago
  90. 4fd442d iwlwifi: virtualize SRAM access by Emmanuel Grumbach · 12 years ago
  91. 046db34 iwlwifi: make the BC table layout configurable by Emmanuel Grumbach · 12 years ago
  92. 49bd072d iwlwifi: more cleanup in pcie/rx.c by Emmanuel Grumbach · 12 years ago
  93. 6ca6ebc iwlwifi: make iwl_queue_used return bool by Emmanuel Grumbach · 12 years ago
  94. f6d497c iwlwifi: merge 2 functions in reclaim flow by Emmanuel Grumbach · 12 years ago
  95. f02831b iwlwifi: continue clean up - pcie/tx.c by Emmanuel Grumbach · 12 years ago
  96. 990aa6d iwlwifi: rename functions in transport layer by Emmanuel Grumbach · 12 years ago
  97. d18aa87 iwlwifi: return commands with error on FW error by Johannes Berg · 12 years ago
  98. f946b52 iwlwifi: handle RFKILL logic in the transport layer by Emmanuel Grumbach · 12 years ago
  99. f4feb8a iwlwifi: support host command with copied data by Johannes Berg · 12 years ago
  100. 6c3fd3f iwlwifi: don't leak Tx skb when a queue is disabled by Emmanuel Grumbach · 12 years ago