Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport gso mitigations #1638

Merged
merged 3 commits into from
Aug 20, 2023
Merged

Backport gso mitigations #1638

merged 3 commits into from
Aug 20, 2023

Commits on Aug 20, 2023

  1. proto: Allow GSO to be manually disabled

    (cherry picked from commit 22a5913)
    Ralith committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7f6bc93 View commit details
    Browse the repository at this point in the history
  2. udp: disable GSO on EINVAL

    Linux 5.15 was observed to emit an EINVAL when attempting to transmit
    UDP with GSO over IPv6 on a virtio net interface. 6.1 was also
    observed to emit EINVAL, though only after EIO. In both cases, EINVAL
    was suppressed by disabling GSO.
    
    (cherry picked from commit a0dd5ff)
    Ralith committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ca287d5 View commit details
    Browse the repository at this point in the history
  3. Bump versions

    Ralith committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8deb0bb View commit details
    Browse the repository at this point in the history