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

sock/skb: Add IPv6 Support #1361

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Commits on Aug 17, 2023

  1. sock/skb: Add IPv6 Support

    The sock and skb types currently support IPv4 addresses and CIDRs, and
    in fact the whole subsystem assumes network operations are only IPv4 or
    AF_INET.
    
    This commit adds IPv6 support by allowing IPv6 addresses and CIDRs to be
    specified for arg matching for sock and skb types; collects IPv6
    addresses from sockets and datagrams where the family is AF_INET6; and
    reports said addresses correctly in user space.
    
    Signed-off-by: Kevin Sheldrake <[email protected]>
    kevsecurity committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dddf7c8 View commit details
    Browse the repository at this point in the history