OSDN Git Service

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)
commit226c60243593443bb5d315b3fc2116b72be858fe
tree27124141b16b5b48a07152ea3d574c1a84540304
parent2cc7fb9d24129be0612df8d32a1358ac91ead8d1
parent7c8881b77908a51814a050da408c89f1a25b7fb7
Merge branch '100GbE' of git://git./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>