Skip to content

api-evangelist/ebpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

eBPF (ebpf)

eBPF (extended Berkeley Packet Filter) is a technology that allows programs to run in a sandboxed virtual machine within the Linux kernel without changing kernel source code or loading kernel modules. It enables high-performance networking, security monitoring, observability, and tracing capabilities at the operating system level with minimal overhead. eBPF is governed as a standard by the eBPF Foundation under the Linux Foundation.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Standard
  • Access: Open

Tags:

  • eBPF, Kernel, Linux, Networking, Observability, Security, Tracing

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-04-28

APIs

eBPF is a kernel technology and standard rather than a hosted API. Implementations are exposed through libraries (libbpf, BCC, bpftrace, Cilium, etc.) and the Linux kernel syscall surface, not as a network API.

Common Properties

Maintainers

FN: Kin Lane

Email: info@apievangelist.com

About

eBPF (extended Berkeley Packet Filter) is a technology that allows programs to run in a sandboxed virtual machine within the Linux kernel without changing kernel source code or loading kernel modules. It enables high-performance networking, security monitoring, and observability capabilities at the operating system level with minimal overhead.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors