mbox series

[net-next,0/4,pull,request] 40GbE Intel Wired LAN Driver Updates 2020-04-20

Message ID 20200421014932.2743607-1-jeffrey.t.kirsher@intel.com
Headers show
Series 40GbE Intel Wired LAN Driver Updates 2020-04-20 | expand

Message

Jeff Kirsher April 21, 2020, 1:49 a.m. UTC
This small series contains updates to i40e only.

Takashi Iwai, from SUSE, changes snprintf() to scnprintf() to avoid
potential buffer overflow.

Jesper Dangaard Brouer fixes code comments in the XDP code, which were a
cut and paste error.

Arkadiusz adds support for total port shutdown, which allows completely
shutdown the port on the link-down procedure by physically removing the
link from the port.

Todd adds a check to see if Max Frame Size (MFS) is set to an
unsupported value.

The following are changes since commit 82ebc889091a488b4dd95e682b3c3b889a50713c:
  qed: use true,false for bool variables
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Arkadiusz Kubalewski (1):
  i40e: Add support for a new feature: Total Port Shutdown

Jesper Dangaard Brouer (1):
  i40e: trivial fixup of comments in i40e_xsk.c

Takashi Iwai (1):
  i40e: Use scnprintf() for avoiding potential buffer overflow

Todd Fujinaka (1):
  i40e: Add a check to see if MFS is set

 drivers/net/ethernet/intel/i40e/i40e.h        |   1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |   8 +
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 158 ++++++++++++++----
 drivers/net/ethernet/intel/i40e/i40e_xsk.c    |   4 +-
 4 files changed, 135 insertions(+), 36 deletions(-)