]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03483e36b1cc5632b24237b487096708964c8c5d
treea39ba6e3ed95ea08e1b83e2ba0e2d473a457aa0f
parent6520eb404ae1bb5b7ab8d8c6815cec99d230c315
parentab766efb531fb1b42f8d8f879b087e1621cf7229
Merge branch '1GbE' of git://git.kernel.org/pub/scm/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>