https://github.com/l3af-project/ebpf-package-repository
eBPF Programs
https://github.com/l3af-project/ebpf-package-repository
ebpf-programs linux
Last synced: 8 months ago
JSON representation
eBPF Programs
- Host: GitHub
- URL: https://github.com/l3af-project/ebpf-package-repository
- Owner: l3af-project
- License: other
- Created: 2022-02-16T05:36:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T16:09:35.000Z (10 months ago)
- Last Synced: 2025-07-02T17:25:59.545Z (10 months ago)
- Topics: ebpf-programs, linux
- Language: C
- Homepage:
- Size: 2.68 MB
- Stars: 61
- Watchers: 7
- Forks: 20
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# eBPF Package Repository
The concept of a L3AF eBPF Package Repository is to create a location where eBPF Programs from any trusted party can be uploaded and made available for others to download. In the context of L3AF, we define an eBPF Package as a kernel space program with an optional, cooperative user space program.
All submissions will be manually reviewed and once approved, programs will be published in the eBPF Package Repository. Another important thing to note is that, initially, code submissions will need to conform to L3AF's eBPF program chaining mechanics. It is expected that contributors will include scripts (e.g. Dockerfile for build system images), and steps to build eBPF Programs locally (e.g. for x86_64 platforms).
## eBPF Programs
- [xdp-root](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/xdp-root/)
- [tc-root](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/tc-root/)
- [ratelimiting](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/ratelimiting)
- [connection-limit](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/connection-limit)
- [ipfix-flow-exporter](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/ipfix-flow-exporter)
- [traffic-mirroring](https://github.com/l3af-project/eBPF-Package-Repository/tree/main/traffic-mirroring)