]> 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)
commit24f33a0df5a121579fbb5b03c113095639a88281
treea39ba6e3ed95ea08e1b83e2ba0e2d473a457aa0f
parent0afa47b3288b1869e7a4036a77014c219c557644
parent47b6b5d66ba69b62b602ce48a8656843e5516e0e
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>