1. 01387ff iwlwifi: allow to zero SRAM by Emmanuel Grumbach · 12 years ago
  2. b1cf1bc iwlwifi: don't enable all interrupts on resuming by Johannes Berg · 12 years ago
  3. d21fa2d iwlwifi: don't memset scalar values by Johannes Berg · 12 years ago
  4. abae238 iwlwifi: always check that grab_nic_access succeeds by Emmanuel Grumbach · 12 years ago
  5. c8f9b0f iwlwifi: fix spelling and value in LED registers. by Eytan Lifshitz · 12 years ago
  6. 0aa86df iwlwifi: move some PCIe calls to better places by Johannes Berg · 12 years ago
  7. a8b691e iwlwifi: request IRQ only once by Johannes Berg · 12 years ago
  8. 653ea7a iwlwifi: don't treat a bool as an error code by Emmanuel Grumbach · 12 years ago
  9. 4fd442d iwlwifi: virtualize SRAM access by Emmanuel Grumbach · 12 years ago
  10. 7a65d17 iwlwifi: virtualize iwl_{grab,release}_nic_access by Emmanuel Grumbach · 12 years ago
  11. f317243a iwlwifi: use __packed by Johannes Berg · 12 years ago
  12. 6ae02f3 iwlwifi: let the op_mode run a FW while in RFKILL by Emmanuel Grumbach · 12 years ago
  13. d28cbde iwlwifi: don't verify fw after download by Emmanuel Grumbach · 12 years ago
  14. da58eef iwlwifi: clean up code in AGG by Emmanuel Grumbach · 12 years ago
  15. 046db34 iwlwifi: make the BC table layout configurable by Emmanuel Grumbach · 12 years ago
  16. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  17. ecbbec2 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  18. 25a1726 iwlwifi: don't handle masked interrupt by Emmanuel Grumbach · 12 years ago
  19. 27edb1a iwlwifi: silently ignore fw flaws in Tx path by Emmanuel Grumbach · 12 years ago
  20. 8907a6f iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request by Tim Gardner · 12 years ago
  21. 438a0f0 iwlwifi: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  22. b9d146e iwlwifi: collapse wrapper for pcie_capability_read_word() by Bjorn Helgaas · 12 years ago
  23. c8a8ab4 iwlwifi: change TX code to suppress smatch warning by Johannes Berg · 12 years ago
  24. 8d96bb6 iwlwifi: reset_ict in stop_hw by Emmanuel Grumbach · 12 years ago
  25. 6a06b6c iwlwifi: move prph handling into the transport by Emmanuel Grumbach · 12 years ago
  26. b7998c8 iwlwifi: Change define and struct names in iwl-eeprom-parse.h by Eytan Lifshitz · 12 years ago
  27. d00064d iwlwifi: remove __dev* attributes by Bill Pemberton · 12 years ago
  28. 55cb079 Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  29. 59f547a iwlwifi: return real info in probe failure by Emmanuel Grumbach · 12 years ago
  30. b4991f3 iwlwifi: clear trans->op_mode pointer when it is leaving by Emmanuel Grumbach · 12 years ago
  31. 52e2a99 iwlwifi: read the Rx write pointer only once by Emmanuel Grumbach · 12 years ago
  32. 1d815ef iwlwifi: initialize rx_status by Johannes Berg · 12 years ago
  33. 62c8003 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  34. 42d97a5 cfg80211: remove remain-on-channel channel type by Johannes Berg · 12 years ago
  35. 75c8ec7 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  36. 1e60896 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  37. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  38. 5edd0b9 iwlwifi: fix the basic CCK rates calculation by Emmanuel Grumbach · 12 years ago
  39. eea54c8 iwlwifi: remove effectless assignment by Emmanuel Grumbach · 12 years ago
  40. 4988456 mac80211: make remain_on_channel() op pass vif param by Eliad Peller · 12 years ago
  41. e09b58f iwlwifi: Remove duplicate inclusion of iwl-trans.h in pcie/drv.c by Sachin Kamat · 12 years ago
  42. c4bfc1c iwlwifi: update the RB_TIMEOUT to 0x11 by Emmanuel Grumbach · 12 years ago
  43. 223b9cb iwlwifi: make iwl_pcie_rxq_inc_wr_ptr static by Emmanuel Grumbach · 12 years ago
  44. 49bd072d iwlwifi: more cleanup in pcie/rx.c by Emmanuel Grumbach · 12 years ago
  45. 6ca6ebc iwlwifi: make iwl_queue_used return bool by Emmanuel Grumbach · 12 years ago
  46. 686681b iwlwifi: disallow MFP with software crypto by Johannes Berg · 12 years ago
  47. f6d497c iwlwifi: merge 2 functions in reclaim flow by Emmanuel Grumbach · 12 years ago
  48. f02831b iwlwifi: continue clean up - pcie/tx.c by Emmanuel Grumbach · 12 years ago
  49. 7afe370 iwlwifi: continue clean up - pcie/trans.c by Emmanuel Grumbach · 12 years ago
  50. 9805c446 iwlwifi: continue clean up - pcie/rx.c by Emmanuel Grumbach · 12 years ago
  51. c612598 iwlwifi: init the replenish work in rx_init by Emmanuel Grumbach · 12 years ago
  52. 990aa6d iwlwifi: rename functions in transport layer by Emmanuel Grumbach · 12 years ago
  53. b55e57f iwlwifi: add comments for the PCIe transport statuses by Emmanuel Grumbach · 12 years ago
  54. e1b69fd iwlwifi: don't WARN when a non empty queue is disabled by Emmanuel Grumbach · 12 years ago
  55. dfbebe1 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  56. 6a4b09f wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  57. 04baaa2 iwlwifi: fix monitor mode FCS flag by Johannes Berg · 12 years ago
  58. 9f904b3 iwlwifi: don't enable interrupt as a W/A when MSI is enabled by Emmanuel Grumbach · 12 years ago
  59. dbeca58 iwlwifi: don't warn if transport's allocation failed by Emmanuel Grumbach · 12 years ago
  60. f4bda33 mac80211: support RX_FLAG_MACTIME_END by Thomas Pedersen · 12 years ago
  61. d18aa87 iwlwifi: return commands with error on FW error by Johannes Berg · 12 years ago
  62. 2e6e6b1 iwlwifi: fix typo in RX data tracing by Johannes Berg · 12 years ago
  63. 6b450fc iwlwifi: remove useless messages by Johannes Berg · 12 years ago
  64. 468b4bf iwlwifi: remove SKU/antenna messages by default by Johannes Berg · 12 years ago
  65. d01031b iwlwifi: remove EEPROM version message by default by Johannes Berg · 12 years ago
  66. 31df3bb iwlwifi: use ieee80211_free_txskb by Johannes Berg · 12 years ago
  67. e733269 iwlwifi: zero trans_cfg before settings its fields by Emmanuel Grumbach · 12 years ago
  68. adca123 iwlwifi: check the SCD conf from ALIVE response by Emmanuel Grumbach · 12 years ago
  69. e2b1930 iwlwifi: use list_first_entry by Johannes Berg · 12 years ago
  70. a4dece9 iwlwifi: fix queue flush confusion by Johannes Berg · 12 years ago
  71. 2eb81a4 iwlwifi: don't clear CTL_AMPDU on frame status by Johannes Berg · 12 years ago
  72. 7c341582 iwlwifi: handle DMA mapping failures by Johannes Berg · 12 years ago
  73. 37c477d iwlwifi: fix flush command by Johannes Berg · 12 years ago
  74. 0daf7d9 iwlwifi: don't call stop_device twice by Emmanuel Grumbach · 12 years ago
  75. f946b52 iwlwifi: handle RFKILL logic in the transport layer by Emmanuel Grumbach · 12 years ago
  76. 3e2c159 iwlwifi: clarify NOCOPY/DUP documentation by Johannes Berg · 12 years ago
  77. f4feb8a iwlwifi: support host command with copied data by Johannes Berg · 12 years ago
  78. 9b34f40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  79. 86052a7 iwlwifi: remove MFP Kconfig option by Assaf Krauss · 12 years ago
  80. 6c3fd3f iwlwifi: don't leak Tx skb when a queue is disabled by Emmanuel Grumbach · 12 years ago
  81. 4e760f1 iwlwifi: don't WARN when a non empty queue is disabled by Emmanuel Grumbach · 12 years ago
  82. 378b8f7 iwlwifi: don't print the Intel banner twice by Emmanuel Grumbach · 12 years ago
  83. ac928f8 iwlwifi: first deactivate a queue, then wipe out its data by Emmanuel Grumbach · 12 years ago
  84. 0adb52d iwlwifi: use the new macro for the SCD Q STTS bits by Emmanuel Grumbach · 12 years ago
  85. 986ea6c iwlwifi: wipe out the status of the SCD when we disable a queue by Emmanuel Grumbach · 12 years ago
  86. 26c7af7 iwlwifi: remove unused variables by Johannes Berg · 12 years ago
  87. f042c2e iwlwifi: make data frame tracing optional by Johannes Berg · 12 years ago
  88. 2a79e45 iwlwifi: improve oversized command warning by Johannes Berg · 12 years ago
  89. 8f7b8db iwlwifi: fix 6000 series channel switch command by Johannes Berg · 12 years ago
  90. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  91. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  92. a248afd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  93. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. 63c6642 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  95. 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
  96. 513aa3b iwlwifi: fix async station command crash by Johannes Berg · 12 years ago
  97. ca42613 iwlwifi: use eth_broadcast_addr by Johannes Berg · 12 years ago
  98. a7be50b iwlwifi: don't double free the interrupt in failure path by Emmanuel Grumbach · 12 years ago
  99. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  100. 83f84d7 iwlwifi: load firmware in chunks by Johannes Berg · 12 years ago