Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2020 23:59:13 +0000 (16:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2020 23:59:13 +0000 (16:59 -0700)
commitc6886957d2d959d5217994cd08d59c816fc23e70
treea39ba6e3ed95ea08e1b83e2ba0e2d473a457aa0f
parentd9790bc2fea58739506a97e260c706bcbfed0d44
parent8698fb64cc77bf103ab582970965ae851f5f4d72
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2020-07-30

This series contains updates to e100, e1000, e1000e, igb, igbvf, ixgbe,
ixgbevf, iavf, and driver documentation.

Vaibhav Gupta converts legacy .suspend() and .resume() to generic PM
callbacks for e100, igbvf, ixgbe, ixgbevf, and iavf.

Suraj Upadhyay replaces 1 byte memsets with assignments for e1000,
e1000e, igb, and ixgbe.

Alexander Klimov replaces http links with https.

Miaohe Lin replaces uses of memset to clear MAC addresses with
eth_zero_addr().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>