]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 02:48:29 +0000 (18:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 02:48:29 +0000 (18:48 -0800)
commit008d3c816fdff18a2cdd18a134c45272d14cd855
tree061d2096365081b7e69525a08043ad87b002f4fc
parentcf39adefb1cf9742a37861a2c3e09108129b7068
parent4a3a52b98a0562a5dfa2daf508168b3e56e218d7
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2020-12-09

This series contains updates to igb, ixgbe, i40e, and ice drivers.

Sven Auhagen fixes issues with igb XDP: return correct error value in XDP
xmit back, increase header padding to include space for double VLAN, add
an extack error when Rx buffer is too small for frame size, set metasize if
it is set in xdp, change xdp_do_flush_map to xdp_do_flush, and update
trans_start to avoid possible Tx timeout.

Björn fixes an issue where an Rx buffer can be reused prematurely with
XDP redirect for ixgbe, i40e, and ice drivers.

The following are changes since commit 89f651f6c929a7c86b66edf3c677f0845c653c61:
  can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
====================

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