Page MenuHomeFreeBSD

if_awg: improve transmit checksum offload
ClosedPublic

Authored by tuexen on Apr 24 2026, 7:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 6, 8:57 AM
Unknown Object (File)
Mon, Jul 6, 8:50 AM
Unknown Object (File)
Sun, Jul 5, 6:04 AM
Unknown Object (File)
Wed, Jun 24, 11:12 AM
Unknown Object (File)
Jun 10 2026, 5:33 PM
Unknown Object (File)
Jun 4 2026, 4:56 PM
Unknown Object (File)
Jun 2 2026, 3:31 AM
Unknown Object (File)
May 27 2026, 3:06 PM
Subscribers

Details

Summary

Checksum offloading for TCP/IPv4 or UDP/IPv4 does not require IPv4-header checksum offloading.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Offloading of IP header and TCP/UDP checksum need to work independently. This solves a bug.

This revision is now accepted and ready to land.Apr 26 2026, 8:37 AM

i don't feel competent to review this (i don't own the hardware and know nothing about it) but @thj has committed to if_awg recently and might be able to help.

In D56623#1297750, @ivy wrote:

i don't feel competent to review this (i don't own the hardware and know nothing about it) but @thj has committed to if_awg recently and might be able to help.

Thanks for the suggestion. I added @thj as a reviewer.

This was committed (by accident) in 1bfd392b9e4d.