CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/27 14:21:25
Modified files:
sys/dev/pci : if_ix.c
sys/net : if_ethersubr.c
sys/netinet : if_ether.h
Log message:
Fix inline vlan-tag handling of forwarded LRO packets from ix(4)
Implement vlan-tag parsing ether_extract_header() to use this information
to adjust the MSS calculation of LRO packets.
pointed out by mbuhl and bluhm
with tweaks from bluhm
ok bluhm@
