linux_dsm_epyc7002/drivers/net/ethernet/intel
David S. Miller d8c8a96ce5 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2020-07-01

This series contains updates to all Intel drivers, but a majority of the
changes are to the i40e driver.

Jeff converts 'fall through' comments to the 'fallthrough;' keyword for
all Intel drivers. Removed unnecessary delay in the ixgbe ethtool
diagnostics test.

Arkadiusz implements Total Port Shutdown for i40e. This is the revised
patch based on Jakub's feedback from an earlier submission of this
patch, where additional code comments and description was needed to
describe the functionality.

Wei Yongjun fixes return error code for iavf_init_get_resources().

Magnus optimizes XDP code in i40e; starting with AF_XDP zero-copy
transmit completion path. Then by only executing a division when
necessary in the napi_poll data path. Move the check for transmit ring
full outside the send loop to increase performance.

Ciara add XDP ring statistics to i40e and the ability to dump these
statistics and descriptors.

Tony fixes reporting iavf statistics.

Radoslaw adds support for 2.5 and 5 Gbps by implementing the newer ethtool
ksettings API in ixgbe.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-01 17:41:56 -07:00
..
e1000 ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
e1000e ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
fm10k ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
i40e i40e: introduce new dump desc XDP command 2020-07-01 14:44:17 -07:00
iavf iavf: Fix updating statistics 2020-07-01 14:45:59 -07:00
ice ice: replace single-element array used for C struct hack 2020-07-01 16:35:23 -07:00
igb ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
igbvf ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
igc ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
ixgb net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgbe ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps support 2020-07-01 15:04:54 -07:00
ixgbevf ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
e100.c net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
Kconfig docs: networking: reorganize driver documentation again 2020-06-26 16:08:44 -07:00
Makefile