]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Wed, 3 Jan 2018 18:49:24 +0000 (13:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jan 2018 18:49:24 +0000 (13:49 -0500)
commit8fb2d963f0a47b8d3eaee99d9b2779397157047b
treeddbdcde5cb04f332f23a5d7f74e38f45acedf6a2
parentf9f28400ad3d315cb1f1042dca22dc1ea568a497
parent7d2d200f59110341d4cf93819e94d34b3199f669
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2018-01-03

This series contains fixes for i40e and i40evf.

Amritha removes the UDP support for big buffer cloud filters since it is
not supported and having UDP enabled is a bug.

Alex fixes a bug in the __i40e_chk_linearize() which did not take into
account large (16K or larger) fragments that are split over 2 descriptors,
which could result in a transmit hang.

Jake fixes an issue where a devices own MAC address could be removed from
the unicast address list, so force a check on every address sync to ensure
removal does not happen.

Jiri Pirko fixes the return value when a filter configuration is not
supported, do not return "invalid" but return "not supported" so that
the core can react correctly.
====================

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