]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'virtio_net-csum-xdp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2024 09:52:44 +0000 (10:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2024 09:52:44 +0000 (10:52 +0100)
commit16be004e941d82add77ebe4a20971d5ee3183b33
tree9f2ce98c768533a608c3d7f78c4ac5c98d387e53
parent7be4cb7189f747b4e5b6977d0e4387bde3204e62
parent703eec1b242276f2d97d98f04790ddad319ddde4
Merge branch 'virtio_net-csum-xdp-fixes'

Heng Qi says:

====================
virtio_net: fixes for checksum offloading and XDP handling

This series of patches aim to address two specific issues identified
in the virtio_net driver related to checksum offloading and XDP
processing of fully checksummed packets.

The first patch corrects the handling of checksum offloading in the
driver.  The second patch addresses an issue where the XDP program had
no trouble with fully checksummed packets.
====================

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