[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200421014932.2743607-1-jeffrey.t.kirsher@intel.com>
Date: Mon, 20 Apr 2020 18:49:28 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com
Subject: [net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2020-04-20
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(-)
--
2.25.3
Powered by blists - more mailing lists