]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:11:28 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:11:28 +0000 (12:11 -0700)
commitf83450fb87664841cb2d79643c7937094ac8ce9d
tree295265672e6c2dd6b9d80673f7dbdff1d4339d83
parent136039098076ce8034ea2e8d05c88275311fb62e
parent508027a6d288758b0b2118b82ee9c72f55f27f49
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-06-17

This series contains updates to ice driver only.

Jake corrects a couple of entries in the PTYPE table to properly
reflect the datasheet and removes unneeded NULL checks for some
PTP calls.

Paul reduces the scope of variables and removes the use of a local
variable.

Shaokun Zhang removes a duplicate function declaration.

Lorenzo Bianconi fixes a compilation warning if PTP_1588_CLOCK is
disabled.

Colin Ian King changes a for loop to remove an unneeded 'continue'.
====================

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