netobserv-ebpf-agent icon indicating copy to clipboard operation
netobserv-ebpf-agent copied to clipboard

Network Observability eBPF Agent

Results 44 netobserv-ebpf-agent issues
Sort by recently updated
recently updated
newest added

That's kind of rough, probably can be improved, but it allows us to have unit tests on the C code, at least for filters. If we agree to go that...

do-not-merge/work-in-progress
needs-rebase

This PR contains the following updates: | Package | Change | |---|---| | quay.io/konflux-ci/tekton-catalog/task-apply-tags | `f44be1b` -> `4c2b0a2` | | quay.io/konflux-ci/tekton-catalog/task-build-image-index | `d4c07e2` -> `31197f4` | | quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta | `0ba240a`...

dependencies
needs-ok-to-test

## Description This PR adds support to probe/uretprobe to track openSSL write function call to read the packets before being encrypted and generate events using ringbuffer to userspace I was...

do-not-merge/work-in-progress

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9/ubi-minimal | final | minor | `9.6-1760515502` -> `9.7-1762956380` | --- > [!WARNING]...

dependencies
needs-ok-to-test

## Performance improvements ### 1. Lock-free flow updates (`bpf/flows.c`, `bpf/types.h`) - Removed `bpf_spin_lock` from the `flow_metrics` structure. - Replaced with atomic operations: - `__sync_fetch_and_add()` for `packets` and `bytes`. - Direct...

do-not-merge/work-in-progress

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.38.0. Commits 15129aa cpu: also use MRS instruction in getmmfr1 ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp 3675c4c cpu: use MRS instruction to read arm64 system...

dependencies
needs-ok-to-test
go

Bumps [github.com/netobserv/flowlogs-pipeline](https://github.com/netobserv/flowlogs-pipeline) from 1.9.2-community to 1.10.0-community. Release notes Sourced from github.com/netobserv/flowlogs-pipeline's releases. v1.10.0-community What's Changed Non-breaking changes Remove undesired TODO mention from readme by @​jotak in netobserv/flowlogs-pipeline#1089 Fail on wrong...

dependencies
needs-ok-to-test
go

Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.19.0 to 0.20.0. Release notes Sourced from github.com/cilium/ebpf's releases. v0.20.0 Performance Improvements btf: Memory-map vmlinux BTF when possible instead of copying to heap (saves several megabytes) btf:...

dependencies
needs-ok-to-test
go

Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/gopacket/gopacket's releases. v1.5.0 What's Changed Added GTPv2 Support to gopacket (New Layer) by @​vagabundor in gopacket/gopacket#94 Bump minimum Go version...

dependencies
needs-ok-to-test
go

- Start implementing TLS, by reading the TLS header when present - Extract SSL version - Report the TLS version in output records ## Dependencies - Operator: https://github.com/netobserv/network-observability-operator/pull/2124 - FLP:...

ok-to-test
jira/valid-reference