1. c5212b9 qed: Read queue state before releasing buffer by Ram Amrani · 8 years ago
  2. 670dde5 qed: Release CQ resource under lock on failure by Ram Amrani · 8 years ago
  3. e399553 net: ethernet: aquantia: Copying tx buffers is not needed. by Pavel Belous · 8 years ago
  4. 89b6438 net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page. by Pavel Belous · 8 years ago
  5. c0788f7 net: ethernet: aquantia: Fixed incorrect buff->len calculation. by Pavel Belous · 8 years ago
  6. 5562910 net: ethernet: aquantia: Call netdev_register after all initialized. by Pavel Belous · 8 years ago
  7. df9000e net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc. by Pavel Belous · 8 years ago
  8. b350d7b net: ethernet: aquantia: Using NETDEV_TX_OK instead 0. by Pavel Belous · 8 years ago
  9. d5919ae net: ethernet: aquantia: Fixed missing rtnl_unlock. by Pavel Belous · 8 years ago
  10. 362f37b net: ethernet: aquantia: Superfluous initialization of "err". by Pavel Belous · 8 years ago
  11. 14861e9 net: ethernet: aquantia: Using module_pci_driver. by Pavel Belous · 8 years ago
  12. 5513e16 net: ethernet: aquantia: Fixes for aq_ndev_change_mtu by Pavel Belous · 8 years ago
  13. 15e32a5 net: ethernet: aquantia: Removed busy_count field. by Pavel Belous · 8 years ago
  14. 99e5582 net: ethernet: aquantia: Removed extra assignment for skb->dev. by Pavel Belous · 8 years ago
  15. 45ee244 net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  16. 49cef10 net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  17. 0bc3827 nfp: allow application firmware to limit number of SR-IOV VFs by Jakub Kicinski · 8 years ago
  18. 372d504 nfp: return nfp_rtsym_read_le() errors correctly by Jakub Kicinski · 8 years ago
  19. af62368 nfp: add very basic access to NSP logs by Jakub Kicinski · 8 years ago
  20. bd5ca06 nfp: report NSP ABI version in ethtool FW version by Jakub Kicinski · 8 years ago
  21. 368b1d1 nfp: store NSP ABI version in state structure by Jakub Kicinski · 8 years ago
  22. 64db09e nfp: report manufacturing info on load by Jakub Kicinski · 8 years ago
  23. a9c83f7 nfp: refactor NSP initialization and add error message by Jakub Kicinski · 8 years ago
  24. c1ceee5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  25. 766a957 qlcnic: Fix a memory leak in error handling path by Christophe Jaillet · 8 years ago
  26. 177c8d1 net: mvpp2: Fix a memory leak in error handling path by Christophe Jaillet · 8 years ago
  27. 3608b13 mlx4: reduce OOM risk on arches with large pages by Eric Dumazet · 8 years ago
  28. b9ef4ab Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  29. d4e854c net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  30. f74f92b fsl/fman: fix spelling mistake in variable name en_tsu_err_exeption by Colin Ian King · 8 years ago
  31. eb36bed net: aquantia: remove function aq_ring_tx_deinit by Lino Sanfilippo · 8 years ago
  32. 90a6c99 net: ena: remove superfluous check in ena_remove() by Lino Sanfilippo · 8 years ago
  33. 25149ef net: phy: Check phydev->drv by Florian Fainelli · 8 years ago
  34. 7b9a88a net: phy: Fix PHY unbind crash by Florian Fainelli · 8 years ago
  35. 7e1392f of_mdio: Add "broadcom,bcm5241" to the whitelist. by David Daney · 8 years ago
  36. d4ff816 net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support by david.wu · 8 years ago
  37. 61845d2 virtio-net: batch stats updating by Jason Wang · 8 years ago
  38. f5a5772 mlx4: fix potential divide by 0 in mlx4_en_auto_moderation() by Eric Dumazet · 8 years ago
  39. 249168a ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs by Thomas Falcon · 8 years ago
  40. 901e040 ibmvnic: Use common counter for capabilities checks by Thomas Falcon · 8 years ago
  41. 6c267b3 ibmvnic: Handle processing of CRQ messages in a tasklet by Thomas Falcon · 8 years ago
  42. 1e128c8 qed: Add support for hardware offloaded FCoE. by Arun Easi · 8 years ago
  43. f787d1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 83a0c6e i40e: Invoke softirqs after napi_reschedule by Benjamin Poirier · 8 years ago
  45. ee847d9 i40e: remove duplicate device id from PCI table by Carolyn Wyborny · 8 years ago
  46. b9c015d i40e: mark the value passed to csum_replace_by_diff as __wsum by Jacob Keller · 8 years ago
  47. ae13670 i40e: Error handling for link event by Harshitha Ramamurthy · 8 years ago
  48. 5cb2590 i40e: properly convert le16 value to CPU format by Jacob Keller · 8 years ago
  49. 2ae0bf5 i40e: convert to cpu from le16 to generate switch_id correctly by Jacob Keller · 8 years ago
  50. 773d402 i40e: refactor AQ CMD buffer debug printing by Alan Brady · 8 years ago
  51. 3c234c4 i40e: Fix Adaptive ITR enabling by Carolyn Wyborny · 8 years ago
  52. 51f3826 i40evf: add comment by Mitch Williams · 8 years ago
  53. 8a68bad i40evf: free rings in remove function by Mitch Williams · 8 years ago
  54. 03aa268 i40e: remove unnecessary call to i40e_update_link_info by Jacob Keller · 8 years ago
  55. 1d68005 i40e: enable mc magic pkt wakeup during power down by Joshua Hay · 8 years ago
  56. a410c82 i40e: fix disable overflow promiscuous mode by Alan Brady · 8 years ago
  57. 2763f92 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  58. 3dd9c12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  59. 8f91566 btmrvl: fix spelling mistake: "actived" -> "activated" by Colin Ian King · 8 years ago
  60. e059a46 Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious" by Colin Ian King · 8 years ago
  61. 22f0708 vxlan: fix oops in dev_fill_metadata_dst by Paolo Abeni · 8 years ago
  62. 9c568fd sfc: do not device_attach if a reset is pending by Peter Dunning · 8 years ago
  63. 105eac6 sfc: forget filters from sw table if hw replies ENOENT on removing them by Bert Kenward · 8 years ago
  64. 0ccb998 sfc: fix filter_id misinterpretation in edge case by Jon Cooper · 8 years ago
  65. fbdf0e2 vmxnet3: prevent building with 64K pages by Arnd Bergmann · 8 years ago
  66. 74179d4 net/wan: add MODULE_LICENSE for fsl_ucc_hdlc by Valentin Longchamp · 8 years ago
  67. 3b47352 nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* defines by Simon Horman · 8 years ago
  68. b512472 netvsc: fix typo on statistics by Simon Xiao · 8 years ago
  69. 99f18f1 net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  70. 336f8a7 net: hamachi: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  71. 6850f8b net: bgmac: store MAC address directly in netdev->dev_addr by Tobias Klauser · 8 years ago
  72. 3105dfb Merge tag 'wireless-drivers-next-for-davem-2017-02-16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  73. a0d5ef4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  74. 444a034 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  75. 6adfd6a Merge tag 'mmc-v4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  76. 7ed1b12 Merge tag 'ntb-4.10-bugfixes' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  77. 6d6a505 net: ethoc: Use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  78. 785f357 dpaa_eth: small leak on error by Dan Carpenter · 8 years ago
  79. 4581be4 net: mvneta: make mvneta_eth_tool_ops static by Jisheng Zhang · 8 years ago
  80. ad8e963 net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  81. 6fe1bfc Merge tag 'reset-for-4.10-fixes' of https://git.pengutronix.de/git/pza/linux into fixes by Arnd Bergmann · 8 years ago
  82. 9fe9aa0 net: ethernet: ti: cpsw: correct ale dev to cpsw by Ivan Khoronzhuk · 8 years ago
  83. 0fa9e28 net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  84. 85a66e5 ptp: create "pins" together with the rest of attributes by Dmitry Torokhov · 8 years ago
  85. af59e71 ptp: use is_visible method to hide unused attributes by Dmitry Torokhov · 8 years ago
  86. 6f7aa56 ptp: use kcalloc when allocating arrays by Dmitry Torokhov · 8 years ago
  87. 882f312 ptp: do not explicitly set drvdata in ptp_clock_register() by Dmitry Torokhov · 8 years ago
  88. 01f0f42 mlx4: do not fire tasklet unless necessary by Eric Dumazet · 8 years ago
  89. e5a1dad reset: fix shared reset triggered_count decrement on error by Jerome Brunet · 8 years ago
  90. 939ada5 ntb: ntb_hw_intel: link_poll isn't clearing the pending status properly by Dave Jiang · 8 years ago
  91. 8fcd095 ntb_transport: Pick an unused queue by Thomas VanSelus · 8 years ago
  92. 9644347 ntb: ntb_perf missing dmaengine_unmap_put by Dave Jiang · 8 years ago
  93. dd62245 NTB: ntb_transport: fix debugfs_remove_recursive by Allen Hubbe · 8 years ago
  94. 0722f57bf Merge tag 'drm-fixes-for-v4.10-final' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  95. 5237b9d Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  96. 18a0de8 Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  97. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. f3caf86 cxgb4: Remove redundant code in t4_uld_clean_up() by Ganesh Goudar · 8 years ago
  99. 5d071c2 cxgb4: Add new T5 and T6 pci device id's by Ganesh Goudar · 8 years ago
  100. 45da1ca cxgb4: Increase max number of tc u32 links by Arjun V · 8 years ago