Skip to content

net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2089566 Upstream Status: net-next.git commit dfed913e8b55

The first patch adds VLAN support for AF_PACKET SOCK_RAW GSO. The second patch is to make sure MAC headers are contained in skb linear part, as GSO stack requests.

Signed-off-by: Hangbin Liu haliu@redhat.com

Edited by Hangbin Liu

Merge request reports