Blog page

Accelerate network packets transmission with eBPF
This article explores using eBPF to reduce latency by enabling direct data transmission between two sockets in the same kernel space, bypassing the kernel protocol stack for quicker packet delivery
Read more
eBPF programming on Windows
We’ll be looking at setting up a Windows-eBPF build environment, followed by creating a sample project to pass around data between a userspace program and an eBPF program running in the kernel.
Read more
How eBPF unlocks cloud native innovation
By allowing Linux kernel capabilities to be extended without changing kernel source code, eBPF is bringing faster innovation, more efficient networking, and greater performance and scalability to the cloud native stack
Read more
Writing an eBPF Application
Write a native eBPF application using libbpf
Read more
One year of testing eBPF programs
What Exein learned in the past year
Read more
eBPF for Cybersecurity - Part 3
Learn to use Rust and eBPF together
Read more
We removed Shared-Memory by building an eBPF Load-Balancer
Find out how ArvanCloud utilized eBPF to create a high-performance load balancer for their network infrastructure
Read more
What is eBPF?
A quick introduction to eBPF
Read more
How debugging Go programs with Delve and eBPF is faster
Learn how eBPF is faster than ptrace for tracing
Read more
CloudNativeSecurityCon 2023: Identifying Suspicious Behaviors with eBPF
The eBPF wrap up from CloudNativeSecurityCon
Read more