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

conntrack: handle TCP flags #391

Merged
merged 24 commits into from
Mar 1, 2023
Merged

Commits on Feb 20, 2023

  1. Update ebpf-agent dependency

    go get github.com/netobserv/netobserv-ebpf-agent@latest
    go get github.com/netobserv/flowlogs-pipeline/pkg/pipeline
    go mod vendor
    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ccae28f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c72d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f1a439 View commit details
    Browse the repository at this point in the history
  4. Rename test funcions

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    00311a8 View commit details
    Browse the repository at this point in the history
  5. Handle FIN_ACK

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    457f32b View commit details
    Browse the repository at this point in the history
  6. Add a test for MoveToFront

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    55f5835 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    797908e View commit details
    Browse the repository at this point in the history
  8. Add correct direction

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1db84db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0be8d9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dce385 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c5242b View commit details
    Browse the repository at this point in the history
  12. Change test

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2ebbe10 View commit details
    Browse the repository at this point in the history
  13. Update README

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    55d5599 View commit details
    Browse the repository at this point in the history
  14. Add json tag to conntrack api

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a636ea7 View commit details
    Browse the repository at this point in the history
  15. Update docs

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e861beb View commit details
    Browse the repository at this point in the history
  16. Rename variable

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a7c41c4 View commit details
    Browse the repository at this point in the history
  17. Make linter happy

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    af8ec46 View commit details
    Browse the repository at this point in the history
  18. Make linter happy

    Subjects() has been deprecated in Go 1.18:
    golang/go#46287
    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6c0470e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5b5748e View commit details
    Browse the repository at this point in the history
  20. Fix rebase errors

    ronensc committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    60245a3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    89a3971 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add missing 'omitempty'

    ronensc committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    833136a View commit details
    Browse the repository at this point in the history
  2. Add parenthesis for clarity

    ronensc committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    72847f7 View commit details
    Browse the repository at this point in the history
  3. Add tests for IsDuplicate()

    ronensc committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3b48145 View commit details
    Browse the repository at this point in the history