1. 43d923e ath10k: move ath10k_hw_params definition to hw.h by Vasanthakumar Thiagarajan · 8 years ago
  2. 3040420 ath10k: improve logging message by Ben Greear · 8 years ago
  3. 8c1d7fa ath10k: enable peer stats by default by Thomas Pedersen · 8 years ago
  4. 214d553 ath10k: remove unused variable ar_pci by Chaehyun Lim · 8 years ago
  5. 5f4761d ath10k: fix memory leak on caldata on error exit path by Colin Ian King · 8 years ago
  6. 3cd32dd Merge branch 'ath-current' into ath-next by Kalle Valo · 8 years ago
  7. 78a9e17 carl9170: Fix wrong completion usage by Daniel Wagner · 8 years ago
  8. cabd34d ath6kl: Allow the radio to report 0 dbm txpower without timing out by Eric Bentley · 8 years ago
  9. f3fa631 ath6kl: enable firmware crash dumps on the AR6004 by Dan Kephart · 8 years ago
  10. b5182e1 ath9k: remove repetitions of mask array size by Bob Copeland · 8 years ago
  11. 77eb3d6 ath10k: fix reporting channel survey data by Ashok Raj Nagarajan · 8 years ago
  12. fe79f63 ath10k: remove unnecessary error code assignment by Mohammed Shafi Shajakhan · 8 years ago
  13. 315c457 ath9k: improve powersave filter handling by Felix Fietkau · 8 years ago
  14. d94a461 ath9k: use ieee80211_tx_status_noskb where possible by Felix Fietkau · 8 years ago
  15. 18f53fe ath10k: fix throughput regression in multi client mode by Rajkumar Manoharan · 8 years ago
  16. 3c97f5d ath10k: implement NAPI support by Rajkumar Manoharan · 8 years ago
  17. e34f2ff ath9k: bring back direction setting in ath9k_{start_stop} by Giedrius Statkevičius · 8 years ago
  18. db7b542 ath9k: fix AR5416 access GPIO warning by Miaoqing Pan · 8 years ago
  19. c39265f ath9k: mark ath_fill_led_pin() static by Baoyou Xie · 8 years ago
  20. 7f03d30 ath10k: fix spelling mistake "montior" -> "monitor" by Colin Ian King · 8 years ago
  21. 2cdce42 ath10k: Fix broken NULL func data frame status for 10.4 by Mohammed Shafi Shajakhan · 8 years ago
  22. 749bc03 ath10k: replace config_enabled() with IS_REACHABLE() by Masahiro Yamada · 8 years ago
  23. afcbc82 ath10k: Added support for extended dbglog module id for 10.4 by Maharaja Kennadyrajan · 8 years ago
  24. 881ed54 ath10k: use complete() instead complete_all() by Daniel Wagner · 8 years ago
  25. e4fd726 ath10k: fix sending frame in management path in push txq logic by Ashok Raj Nagarajan · 8 years ago
  26. 83e164b ath10k: improve wake_tx_queue ops performance by Rajkumar Manoharan · 8 years ago
  27. 03c41cc ath10k: suppress warnings when getting wmi WDS peer event id by Mohammed Shafi Shajakhan · 8 years ago
  28. 7d42298 ath10k: fix group privacy action frame decryption for qca4019 by Rajkumar Manoharan · 8 years ago
  29. 75b3480 ath10k: hide kernel addresses from logs using %pK format specifier by Maharaja Kennadyrajan · 8 years ago
  30. 64ed5771 ath10k: Add WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT wmi service by Tamizh chelvam · 8 years ago
  31. 13cd9f7 wil6210: extract firmware version from file header by Lior David · 8 years ago
  32. 12bace7 wil6210: extract firmware capabilities from FW file by Lior David · 8 years ago
  33. 08989f9 wil6210: align to latest auto generated wmi.h by Lior David · 8 years ago
  34. 5ffae43 wil6210: fix protection of wil->scan_request by Lior David · 8 years ago
  35. 47b1848 ath10k: fix spurious tx/rx during boot by Michal Kazior · 8 years ago
  36. 20ddca2 ath10k: add wmi command barrier utility by Michal Kazior · 8 years ago
  37. 84d4911 ath10k: implement wmi echo event by Michal Kazior · 8 years ago
  38. e25854f ath10k: implement wmi echo command by Michal Kazior · 8 years ago
  39. ebce1a5 ath10k: add testmode support for 10.4 firmware by Tamizh chelvam · 8 years ago
  40. d912fc0 ath10k: handle testmode events for 10.2 and 10.4 based firmware by Tamizh chelvam · 8 years ago
  41. 5459c5d ath10k: move firmware_swap_code_seg_info to ath10k_fw_file by Tamizh chelvam · 8 years ago
  42. 4e80ffa ath10k: Remove driver log suggesting QCA9887 support is experimental by Mohammed Shafi Shajakhan · 8 years ago
  43. 237e15d ath10k: fix get rx_status from htt context by Ashok Raj Nagarajan · 8 years ago
  44. 7711aaf0 ath9k: fix using sta->drv_priv before initializing it by Felix Fietkau · 8 years ago
  45. 05860be ath9k: fix client mode beacon configuration by Felix Fietkau · 8 years ago
  46. 2690c4c wil6210: fix wiphy registration sequence by Lior David · 8 years ago
  47. dc90506 wil6210: prevent usage of incorrect TX hwtail by Maya Erez · 8 years ago
  48. b0c0e68 wil6210: Fix driver down flow by Lazar Alexei · 8 years ago
  49. d35c2b6 wil6210: fix stop p2p device handling by Maya Erez · 8 years ago
  50. ef86f24 wil6210: change HALP logging category to IRQ by Lior David · 8 years ago
  51. 74b6ac5 wil6210: support rx key setting for all TIDs by Maya Erez · 8 years ago
  52. f1b7764 wil6210: fix HALP handling in case of HALP vote time-out by Maya Erez · 8 years ago
  53. 0163b03 wil6210: align to latest auto generated wmi.h by Maya Erez · 8 years ago
  54. a5d2682 ath9k: consider return code on by Eduardo Abinader · 8 years ago
  55. 4c51e7d ath9k: fix misleading indent by Bob Copeland · 8 years ago
  56. c81396f mwifiex: fix large amsdu packets causing firmware hang by Cathy Luo · 8 years ago
  57. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. 184ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  59. 4843341 Merge branch 'strparser' by David S. Miller · 8 years ago
  60. adcce4d strparser: Documentation by Tom Herbert · 8 years ago
  61. 9b73896 kcm: Use stream parser by Tom Herbert · 8 years ago
  62. 43a0c67 strparser: Stream parser for messages by Tom Herbert · 8 years ago
  63. d2d371a net: ipconfig: Fix more use after free by Thierry Reding · 8 years ago
  64. b96c22c Merge branch 'tc_action-fixes' by David S. Miller · 8 years ago
  65. b5ac851 net_sched: allow flushing tc police actions by Roman Mashak · 8 years ago
  66. 0852e45 net_sched: unify the init logic for act_police by WANG Cong · 8 years ago
  67. 22dc13c net_sched: convert tcf_exts from list to pointer array by WANG Cong · 8 years ago
  68. 2734437e net_sched: move tc offload macros to pkt_cls.h by WANG Cong · 8 years ago
  69. 0c23c3e net_sched: fix a typo in tc_for_each_action() by WANG Cong · 8 years ago
  70. 824a7e8 net_sched: remove an unnecessary list_del() by WANG Cong · 8 years ago
  71. f07fed8 net_sched: remove the leftover cleanup_a() by WANG Cong · 8 years ago
  72. 00062a93 Merge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  73. f4abf05 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 8 years ago
  74. 647f28c Merge branch 'mlxsw-fixes' by David S. Miller · 8 years ago
  75. 9ffcc37 mlxsw: spectrum: Allow packets to be trapped from any PG by Ido Schimmel · 8 years ago
  76. 8168287 mlxsw: spectrum: Unmap 802.1Q FID before destroying it by Ido Schimmel · 8 years ago
  77. 0583272 mlxsw: spectrum: Add missing rollbacks in error path by Ido Schimmel · 8 years ago
  78. 0e7df1a mlxsw: reg: Fix missing op field fill-up by Jiri Pirko · 8 years ago
  79. a94a614 mlxsw: spectrum: Trap loop-backed packets by Ido Schimmel · 8 years ago
  80. c20b801 mlxsw: spectrum: Add missing packet traps by Elad Raz · 8 years ago
  81. 2f25844 mlxsw: spectrum: Mark port as active before registering it by Ido Schimmel · 8 years ago
  82. 0597848 mlxsw: spectrum: Create PVID vPort before registering netdevice by Ido Schimmel · 8 years ago
  83. fa66d7e mlxsw: spectrum: Remove redundant errors from the code by Ido Schimmel · 8 years ago
  84. 7a35583 mlxsw: spectrum: Don't return upon error in removal path by Ido Schimmel · 8 years ago
  85. 5ff132c Merge tag 'for-v4.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  86. 3ec60b9 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  87. 45b6ae7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  88. ae5d68b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  89. fbfe12c i40e: check for and deal with non-contiguous TCs by Dave Ertman · 8 years ago
  90. 3d95182 ixgbe: Re-enable ability to toggle VLAN filtering by Alexander Duyck · 8 years ago
  91. f60439b ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths by Alexander Duyck · 8 years ago
  92. c39378f Merge tag 'pinctrl-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  93. 8037dd6 e1000e: fix PTP on e1000_pch_lpt variants by Jarod Wilson · 8 years ago
  94. 0be5b96 e1000e: factor out systim sanitization by Jarod Wilson · 8 years ago
  95. 0066c8b igb: fix adjusting PTP timestamps for Tx/Rx latency by Kshitiz Gupta · 8 years ago
  96. a1560dd7 Merge branch 'mediatek-fixes' by David S. Miller · 8 years ago
  97. 55a4e77 net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API by sean.wang@mediatek.com · 8 years ago
  98. b2025c7 net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enabled properly by sean.wang@mediatek.com · 8 years ago
  99. 8ca7f4f net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC by sean.wang@mediatek.com · 8 years ago
  100. 268ef4b Merge branch 'dsa-abstract-PHY-access' by David S. Miller · 8 years ago