1. 10f3366 wireless: fix bogus maybe-uninitialized warning by Arnd Bergmann · 9 years ago
  2. 6f17581 p54: memset(0) whole array by Jiri Slaby · 9 years ago
  3. e1c122d brcmfmac: print name of connect status event by Rafał Miłecki · 9 years ago
  4. 77364aa rsi: Host to device command frame vap_capabilites modified with new field vap status by Prameela Rani Garnepudi · 9 years ago
  5. b022539 rsi: Fix memory leak in module unload by Prameela Rani Garnepudi · 9 years ago
  6. 87016f5 wlcore: Allow scans when in AP mode by James Minor · 9 years ago
  7. 1b48932 rtlwifi: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  8. 61a288f rtlwifi: rtl8192c: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  9. 044a609 rtlwifi: rtl8188ee: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  10. 20ac950 rtlwifi: rtl8723ae: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  11. 7d63d36 rtlwifi: rtl8192cu: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  12. 6456d4d rtlwifi: rtl8192ce: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  13. 22beafe rtlwifi: rtl8192se: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  14. 0d3d253 rtlwifi: rtl8192de: Remove address of Free Software Foundation by Larry Finger · 9 years ago
  15. df566a4 mwifiex: report wakeup for wowlan by Rajat Jain · 9 years ago
  16. e7ee74b wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event by Maxim Altshul · 9 years ago
  17. 42c7372 wlcore: Pass win_size taken from ieee80211_sta to FW by Maxim Altshul · 9 years ago
  18. 9afdd61 cw1200: Don't leak memory if krealloc failes by Johannes Thumshirn · 9 years ago
  19. 424342f mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf() by Wei Yongjun · 9 years ago
  20. 3d8bd85 mwifiex: fix p2p device doesn't find in scan problem by Karthik D A · 9 years ago
  21. 49abe5c mwifiex: fix command timeout problem seen in stress tests by Xinming Hu · 9 years ago
  22. 77f486c mwifiex: update tx_pkts_queued for requeued packets by Xinming Hu · 9 years ago
  23. a936ea5 mwifiex: add memrw command information in README by Amitkumar Karwar · 9 years ago
  24. 113630b mwifiex: vendor_ie length check for parse WMM IEs by Karthik D A · 9 years ago
  25. c44c040 mwifiex: Fix NULL pointer dereference in skb_dequeue() by Amitkumar Karwar · 9 years ago
  26. 5190f2e mwifiex: report error to PCIe for suspend failure by Amitkumar Karwar · 9 years ago
  27. ec815dd mwifiex: prevent register accesses after host is sleeping by Amitkumar Karwar · 9 years ago
  28. b073ac1 brcmfmac: proto: add callback for queuing TX data by Rafał Miłecki · 9 years ago
  29. 9766cb7 rt2x00: add support for mac addr from device tree by Mathias Kresin · 9 years ago
  30. b9824cb Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git by Kalle Valo · 9 years ago
  31. 3f8247c Merge tag 'iwlwifi-next-for-kalle-2016-10-25-2' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 9 years ago
  32. e2897b8 net: netcp: add missing of_node_put() in netcp_probe() by Wei Yongjun · 9 years ago
  33. f850b4a net: ena: use setup_timer() and mod_timer() by Wei Yongjun · 9 years ago
  34. 675a6ce amd-xgbe: Fix error return code in xgbe_probe() by Wei Yongjun · 9 years ago
  35. 0942170 net: ns83820: use dev_kfree_skb_irq instead of kfree_skb by Wei Yongjun · 9 years ago
  36. a24a9d7 net: eth: altera: Fix error return code in altera_tse_probe() by Wei Yongjun · 9 years ago
  37. 68497a8 net: dsa: mv88e6xxx: use setup_timer to simplify the code by Wei Yongjun · 9 years ago
  38. 1aaa87a net: netcp: drop kfree for memory allocated with devm_kzalloc by Wei Yongjun · 9 years ago
  39. d92ead1 net: phy: broadcom: Add support for BCM54612E by Xo Wang · 9 years ago
  40. 7e62a69 iwlwifi: mvm: use dev_coredumpsg() by Aviya Erenfeld · 9 years ago
  41. 7948b87 iwlwifi: mvm: enable dynamic queue allocation mode by Liad Kaufman · 9 years ago
  42. c1a3831 mlxsw: Convert resources into array by Jiri Pirko · 9 years ago
  43. f38a231 mlxsw: cmd: Push resource query defines to cmd.h by Jiri Pirko · 9 years ago
  44. 8e9658d mlxsw: reg: Generare register names automatically by Jiri Pirko · 9 years ago
  45. 21978dc mlxsw: reg: Use helper macro to define registers by Jiri Pirko · 9 years ago
  46. 412791d mlxsw: item: Make char *buf arg constant for getters by Jiri Pirko · 9 years ago
  47. fe0612d mlxsw: item: Make struct mlxsw_item args const by Jiri Pirko · 9 years ago
  48. e8f0a89 hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf() by Vitaly Kuznetsov · 9 years ago
  49. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 9 years ago
  50. d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 9 years ago
  51. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 9 years ago
  52. 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 9 years ago
  53. 9c22b4a net: use core MTU range checking in wireless drivers by Jarod Wilson · 9 years ago
  54. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 9 years ago
  55. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 9 years ago
  56. 1a61a8f myri10ge: fix typo in parameter description by Wei Yongjun · 9 years ago
  57. 81ad2b7 net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 9 years ago
  58. d80f45f dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 9 years ago
  59. 547412f net: phy: aquantia: add PHY ID of AQR106 and AQR107 by Shaohui Xie · 9 years ago
  60. 01e5943 net: fec: drop check for clk==NULL before calling clk_* by Uwe Kleine-König · 9 years ago
  61. 25c07e2 net: smc91x: fix neponset breakage by pxa u16 writes by Robert Jarzmik · 9 years ago
  62. 8441bb3 net: macb: Add ethtool get_ringparam and set_ringparam functionality by Zach Brown · 9 years ago
  63. b410d13 net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded values by Zach Brown · 9 years ago
  64. 0f6e876 net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skb by Wei Yongjun · 9 years ago
  65. 3134e9b net: fs_enet: Use net_device_stats from struct net_device by Tobias Klauser · 9 years ago
  66. 8236f7d iwlwifi: mvm: assign cab queue to the correct station by Sara Sharon · 9 years ago
  67. 19c52f4 iwlwifi: mvm: tell the firmware about the AID of the peer by Emmanuel Grumbach · 9 years ago
  68. 64fa3af iwlwifi: pcie: give a meaningful name to interrupt request by Sharon Dvir · 9 years ago
  69. 65e2548 iwlwifi: mvm: use firmware station PM notification for AP_LINK_PS by Johannes Berg · 9 years ago
  70. ad5de73 iwlwifi: mvm: fix dqa deferred frames marking by Liad Kaufman · 9 years ago
  71. 737847a iwlwifi: mvm: support MONITOR vif in DQA mode by Liad Kaufman · 9 years ago
  72. 5621474 iwlwifi: mvm: fix reserved txq freeing by Liad Kaufman · 9 years ago
  73. 341ca40 iwlwifi: mvm: update txq metadata to current owner by Liad Kaufman · 9 years ago
  74. 4251e74 qed: Remove useless set memory to zero use memset() by Wei Yongjun · 9 years ago
  75. aa0938c net: dsa: mv88e6xxx: fix non static symbol warning by Wei Yongjun · 9 years ago
  76. d248caf r8152: add new products of Lenovo by hayeswang · 9 years ago
  77. 9c365f3 net: smc91x: take into account half-word workaround by Robert Jarzmik · 9 years ago
  78. d09d747 net: smc91x: isolate u16 writes alignment workaround by Robert Jarzmik · 9 years ago
  79. cd94e51 ethernet/sfc: use core min/max MTU checking by Bert Kenward · 9 years ago
  80. 2e0bc45 net: phy: leds: add support for led triggers on phy link state change by Zach Brown · 9 years ago
  81. 1f9127c net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydevice by Zach Brown · 9 years ago
  82. 61a1796 net: phy: Encapsulate actions performed during link state changes into function phy_adjust_link by Zach Brown · 9 years ago
  83. 0e0f27d skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespace by Zach Brown · 9 years ago
  84. cf2d674 rocker: Flip to the new dev walk API by David Ahern · 9 years ago
  85. dd82364 mlxsw: Flip to the new dev walk API by David Ahern · 9 years ago
  86. 1cd127f ixgbe: Flip to the new dev walk API by David Ahern · 9 years ago
  87. b3208b2 net: bonding: Flip to the new dev walk API by David Ahern · 9 years ago
  88. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 9 years ago
  89. 1281a2c ethernet/toshiba: use core min/max MTU checking by Jarod Wilson · 9 years ago
  90. f58f081 ethernet/tile: use core min/max MTU checking by Jarod Wilson · 9 years ago
  91. 3d5d96a ethernet/ibm: use core min/max MTU checking by Jarod Wilson · 9 years ago
  92. 109cc16 ethernet/cavium: use core min/max MTU checking by Jarod Wilson · 9 years ago
  93. 18c310f ethernet/neterion: use core min/max MTU checking by Jarod Wilson · 9 years ago
  94. f7ad72b ethernet/dlink: use core min/max MTU checking by Jarod Wilson · 9 years ago
  95. 540bfe3 ethernet/sun: use core min/max MTU checking by Jarod Wilson · 9 years ago
  96. c7315a9 ethernet/realtek: use core min/max MTU checking by Jarod Wilson · 9 years ago
  97. caff2a8 ethernet/qlogic: use core min/max MTU checking by Jarod Wilson · 9 years ago
  98. b80f71f ethernet/mellanox: use core min/max MTU checking by Jarod Wilson · 9 years ago
  99. 5777987 ethernet/marvell: use core min/max MTU checking by Jarod Wilson · 9 years ago
  100. 91c527a ethernet/intel: use core min/max MTU checking by Jarod Wilson · 9 years ago