Skip to content

Tags: ti-mo/conntracct

Tags

0.2.7

Toggle 0.2.7's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
bpf - change __inline to __always_inline to force inlining of all fun…

…ctions

The 4.9 probe broke because the new flow_sample_update was not inlined.

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from ti-mo/drop-invalid-conn-samples

Only sample conns inserted into the conntrack table

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
go.sum - tidy stale ebpf dependency

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
pkg/bpf - downsize flow_id to 32 bits, use Hasher sync.Pool

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from ti-mo/boottime/recalculate

Recalculate boot time offset periodically

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
Magefile - set GOVERSION in Release()

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from ti-mo/ci/goreleaser

Introduce goreleaser for binary, deb and rpm builds

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
cmd/config.go - fix default sink config type declaration