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

Populate client side trace's local address via tcp kprobes #1989

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    8e966f8 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3bd7013 View commit details
    Browse the repository at this point in the history
  3. Remove unrelated file

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a01138e View commit details
    Browse the repository at this point in the history
  4. Add probes on tcp_sendmsg to handle mid stream connections

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3548ef View commit details
    Browse the repository at this point in the history
  5. #ci:bpf-build-all-kernels

    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7a5cd84 View commit details
    Browse the repository at this point in the history
  6. Reduce iovec bpf loop limit from 42 to 41 to fix BPF instruction coun…

    …t for 4.14 kernels
    
    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7960135 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Properly convert kernel data structure that uses host byte order for …

    …local port (skc_num field)
    
    Signed-off-by: Dom Del Nano <[email protected]>
    ddelnano committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    636d15f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945b211 View commit details
    Browse the repository at this point in the history