Network Filtering

Back to eBPF

eBPF programs attached to network interfaces can filter, modify, and redirect packets at wire speed. Used by Cilium for Kubernetes networking and network policy enforcement, replacing iptables with more efficient and programmable packet processing.

operating-systems linux networking