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

Move underlay NICs back into H/W Classification #504

Merged
merged 33 commits into from
Aug 20, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    173f5d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c5264 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    8ffd7c3 View commit details
    Browse the repository at this point in the history
  2. Fixup for real!

    FelixMcFelix committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c34e257 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Found the bug.

    FelixMcFelix committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b542fac View commit details
    Browse the repository at this point in the history
  2. Reorganisation, cleanup.

    FelixMcFelix committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dff4a58 View commit details
    Browse the repository at this point in the history
  3. Clippy.

    FelixMcFelix committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    360955c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1da884e View commit details
    Browse the repository at this point in the history
  5. Comment tweaks etc.

    FelixMcFelix committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    54182c9 View commit details
    Browse the repository at this point in the history
  6. More commentary.

    FelixMcFelix committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bb25fde View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Should now have the correct attach/detach refs

    I'm going to try coming/going via dld_open and related, though we'll see
    if that works in quite the same way.
    FelixMcFelix committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3dc09de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84ec5a View commit details
    Browse the repository at this point in the history
  3. Hmm.

    FelixMcFelix committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7a4b068 View commit details
    Browse the repository at this point in the history
  4. Dls, not Dld.

    FelixMcFelix committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0434f15 View commit details
    Browse the repository at this point in the history
  5. Cleanup.

    FelixMcFelix committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d7d416a View commit details
    Browse the repository at this point in the history
  6. Finalist tweaks

    FelixMcFelix committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    303057b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Accidentally the wrong type.

    Good thing we don't perform any hairpin responses on inbound traffic,
    eh?
    FelixMcFelix committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    94819d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Review feedback: nits.

    FelixMcFelix committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bf35bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4d9c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Alloc/free dld_str_t from the kmem cache.

    Relies on a small stlouis change to make the dld_str_cache pointer
    non-static. Tests are expected to fail.
    FelixMcFelix committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    95a213d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3cb41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d3986 View commit details
    Browse the repository at this point in the history
  4. Remove some debug-fmt.

    FelixMcFelix committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4fbcb4b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    b682a16 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    984da1a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    dfb6ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b0187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4074b11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7e96a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    942a56e View commit details
    Browse the repository at this point in the history
  6. Comment fixups.

    FelixMcFelix committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    77ea7c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. No more reliance on dld_str_t internals

    Sad to see the CTF check machinery go, but it's for the best after
    all...
    FelixMcFelix committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ced9d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e5867 View commit details
    Browse the repository at this point in the history