Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/cilium/ebpf

Package ebpf is a toolkit for working with eBPF programs. eBPF programs are small snippets of code which are executed directly in a VM in the Linux kernel, which makes them very fast and flexible. Many Linux subsystems now accept eBPF programs. This makes it possible to implement highly application specific logic inside the kernel, without having to modify the actual kernel itself. This package is designed for long-running processes which want to use eBPF to implement part of their application logic. It has no run-time dependencies outside of the library and the Linux kernel itself. eBPF code should be compiled ahead of time using clang, and shipped with your application as any other resource. Use the link subpackage to attach a loaded program to a hook in the kernel. Note that losing all references to Map and Program resources will cause their underlying file descriptors to be closed, potentially removing those objects from the kernel. Always retain a reference by e.g. deferring a Close() of a Collection or LoadAndAssign object until application exit. Special care needs to be taken when handling maps of type ProgramArray, as the kernel erases its contents when the last userspace or bpffs reference disappears, regardless of the map being in active use. ExampleMarshaler shows how to use custom encoding with map methods. ExampleExtractDistance shows how to attach an eBPF socket filter to extract the network distance of an IP host. ExampleSocketELF demonstrates how to load an eBPF program from an ELF, and attach it to a raw socket.
21 versions
Latest release: 6 months ago
1,183 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/cilium/ebpf

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/cilium%2Febpf

Dependent Repos 21,038

admariner/jitsu Fork of jitsucom/jitsu
Jitsu is an open-source data integration platform
  • v0.0.0-20200110133405-4032b1d8aae3 configurator/backend/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 configurator/backend/go.sum
  • v0.2.0 configurator/backend/go.sum
  • v0.6.2 configurator/backend/go.sum
  • v0.0.0-20200110133405-4032b1d8aae3 server/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 server/go.sum
  • v0.2.0 server/go.sum
  • v0.6.2 server/go.sum

Size: 29.4 MB - Last synced: about 2 months ago - Pushed: 10 months ago

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum
  • v0.7.0 go.sum

Size: 6.44 MB - Last synced: about 14 hours ago - Pushed: about 14 hours ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v0.0.0-20200110133405-4032b1d8aae3 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.2.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.4.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.6.2 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum

Size: 15.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
  • v0.6.2 go.sum
  • v0.7.0 go.sum

Size: 142 MB - Last synced: 29 days ago - Pushed: over 1 year ago

ahmedabu98/beam Fork of apache/beam
Apache Beam is a unified programming model for Batch and Streaming
  • v0.0.0-20200110133405-4032b1d8aae3 sdks/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 sdks/go.sum
  • v0.2.0 sdks/go.sum
  • v0.4.0 sdks/go.sum
  • v0.6.2 sdks/go.sum

Size: 365 MB - Last synced: 25 days ago - Pushed: 26 days ago

champ-oss/terraform-aws-metabase
  • v0.0.0-20200110133405-4032b1d8aae3 test/src/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 test/src/go.sum
  • v0.2.0 test/src/go.sum
  • v0.4.0 test/src/go.sum

Size: 241 KB - Last synced: 5 days ago - Pushed: 6 days ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v0.7.0 go.mod
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.5.0 go.sum
  • v0.6.2 go.sum
  • v0.7.0 go.sum

Size: 48.3 MB - Last synced: 5 months ago - Pushed: 5 months ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v0.4.0 go.sum
  • v0.0.0-20200110133405-4032b1d8aae3 operator/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 operator/go.sum
  • v0.2.0 operator/go.sum
  • v0.4.0 operator/go.sum
  • v0.6.2 operator/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 tools/lambda-promtail/go.sum
  • v0.0.0-20200110133405-4032b1d8aae3 tools/lambda-promtail/go.sum
  • v0.2.0 tools/lambda-promtail/go.sum
  • v0.4.0 tools/lambda-promtail/go.sum
  • v0.6.2 tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 21 days ago - Pushed: about 1 year ago

xpivarc/kubevirt Fork of kubevirt/kubevirt
Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum

Size: 262 MB - Last synced: 2 months ago - Pushed: 2 months ago

antonyggvzvmnxxcx/linkerd2 Fork of linkerd/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
  • v0.4.0 go.sum
  • v0.6.2 go.sum

Size: 33.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

rfay/ddev Fork of ddev/ddev
Drud dev: a local development environment management system
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum
  • v0.7.0 go.sum

Size: 110 MB - Last synced: 5 days ago - Pushed: 6 days ago

FranLucchini/try_seldonCore_JenkinsX
Check how to use Seldon Core with Jenkins X
  • v0.0.0-20200110133405-4032b1d8aae3 versionStream/tests/go.sum

Size: 244 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago

carlkyrillos/integreatly-operator Fork of integr8ly/integreatly-operator
An Openshift Operator based on the Operator SDK for installing and reconciling Integreatly services
  • v0.4.0 go.sum

Size: 126 MB - Last synced: 20 days ago - Pushed: 20 days ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platform
  • v0.0.0-20200702112145-1c8d4c9ef775 cmd/rancherd/go.sum
  • v0.5.0 cmd/rancherd/go.sum
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.7.0 go.sum

Size: 131 MB - Last synced: 27 days ago - Pushed: 27 days ago

FairwindsOps/insights-cli
A command line tool for Fairwinds Insights
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum
  • v0.7.0 go.sum

Size: 460 KB - Last synced: 20 days ago - Pushed: 22 days ago

accuknox/tools
Collection of command line tools to deploy policy engines, policy discovery engines and associated components.
  • v0.0.0-20200110133405-4032b1d8aae3 container-snapshot/go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 container-snapshot/go.sum
  • v0.2.0 container-snapshot/go.sum
  • v0.4.0 container-snapshot/go.sum

Size: 40.1 MB - Last synced: 10 months ago - Pushed: 10 months ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for Kubernetes
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum

Size: 34.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum

Size: 82.6 MB - Last synced: 5 days ago - Pushed: 5 days ago

slachiewicz/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v0.0.0-20200110133405-4032b1d8aae3 extensions/chaosmesh/generator/go.sum
  • v0.0.0-20200110133405-4032b1d8aae3 kubernetes-model-generator/go.sum

Size: 466 MB - Last synced: 4 days ago - Pushed: 5 days ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core
  • v0.0.0-20200110133405-4032b1d8aae3 go.sum
  • v0.0.0-20200702112145-1c8d4c9ef775 go.sum
  • v0.2.0 go.sum
  • v0.4.0 go.sum
  • v0.6.2 go.sum

Size: 134 MB - Last synced: 5 days ago - Pushed: 5 days ago

cilium/cilium-olm 📦
  • v0.0.0-20200110133405-4032b1d8aae3 tools/go.sum

Size: 982 KB - Last synced: 9 months ago - Pushed: 12 months ago