]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2022 10:38:23 +0000 (11:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2022 10:38:23 +0000 (11:38 +0100)
commit6287a5e62ae868d64e62a84814169da5349fde7e
tree27124141b16b5b48a07152ea3d574c1a84540304
parent1aa633e4160fd9c65a185321a8d0556074a51490
parentbb664867d9a8d52769bf3829912a108b957d7962
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-04-14

This series contains updates to ice driver only.

Maciej adjusts implementation in __ice_alloc_rx_bufs_zc() for when
ice_fill_rx_descs() does not return the entire buffer request and fixes a
return value for !CONFIG_NET_SWITCHDEV configuration which was preventing
VF creation.

Wojciech prevents eswitch transmit when VFs are being removed which was
causing NULL pointer dereference.

Jianglei Nie fixes a memory leak on error path of getting OROM data.
====================

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