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

Fix missing skb_gso_segment function declaration #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2023

  1. Fix missing skb_gso_segment function declaration

    This motivation from [this issue](mtorromeo#54)
    safocl committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    fc2e0d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Fix minimal linux sublevel version for gso.h

    [this versioning commit (b269b0268d4121d033721775d6e0c1114acfe50b)](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/net?h=v6.4.10&id=b269b0268d4121d033721775d6e0c1114acfe50b) first for introduce a gso.h file for the sublevel version changes.
    safocl committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    15563f9 View commit details
    Browse the repository at this point in the history