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

Add support for IPv6 #93

Merged
merged 4 commits into from
Sep 25, 2024
Merged

Add support for IPv6 #93

merged 4 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. port/sockets.c: Fix IPv6 ioctls

    Ioctls should not change in_data, so IPv6 addresses should be copied before conversion.
    
    JIRA: COG-42
    mateuszkobak authored and anglov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b2fe81d View commit details
    Browse the repository at this point in the history
  2. drivers/rtl8139cp.c: Change multicast filters

    Changed filters from declining all to accepting all
    
    JIRA: COG-42
    mateuszkobak authored and anglov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5dd5df4 View commit details
    Browse the repository at this point in the history
  3. Add IPv6 address autoconfiguration

    JIRA: COG-42
    mateuszkobak authored and anglov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2b510da View commit details
    Browse the repository at this point in the history
  4. Update submodule

     * lib-lwip e05ec1e1...ce151524 (2):
       > raw_input: remove IPv6 header when using raw socket
       > lwip_sendto: add condition for allocating new buffer
    
    JIRA: COG-42
    mateuszkobak authored and anglov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e7eadf0 View commit details
    Browse the repository at this point in the history