asavie / xdpView external linksLinks
Package xdp allows one to use XDP sockets from the Go programming language.
☆311Aug 26, 2024Updated last year
Alternatives and similar repositories for xdp
Users that are interested in xdp are comparing it to the libraries listed below
Sorting:
- ☆179Dec 7, 2025Updated 2 months ago
- tcpdump like XDP packet capture☆755Sep 25, 2024Updated last year
- Library to work with eBPF programs from Go☆1,168Mar 19, 2024Updated last year
- Use AF_XDP from Rust☆118Feb 26, 2024Updated last year
- Go bindings for DPDK library.☆161Sep 19, 2024Updated last year
- ☆80Jan 5, 2025Updated last year
- A toy tool that leverages the super powers of XDP to bring in-kernel IP filtering☆103Aug 24, 2020Updated 5 years ago
- NFF-Go -Network Function Framework for GO (former YANFF)☆1,418Nov 22, 2022Updated 3 years ago
- Utilities and example programs for use with XDP☆835Updated this week
- traffic control in pure go - it allows to read and alter queues, filters and classes☆515Feb 7, 2026Updated last week
- XDP tutorial☆2,866Oct 27, 2025Updated 3 months ago
- ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.☆7,521Feb 5, 2026Updated last week
- Package xdp provides access to Linux userspace XDP sockets (AF_XDP). MIT Licensed.☆39Mar 7, 2019Updated 6 years ago
- Go programming language port of liburing.☆115Sep 24, 2023Updated 2 years ago
- A Rust interface for Linux AF_XDP sockets☆112Sep 17, 2025Updated 4 months ago
- Package netlink provides low-level access to Linux netlink sockets (AF_NETLINK). MIT Licensed.☆1,036Feb 1, 2026Updated last week
- Go bindings for creating BPF programs.☆2,192Aug 31, 2023Updated 2 years ago
- Simple netlink library for go.☆3,211Updated this week
- Package etherconn is a golang pkg that allow user to send/receive Ethernet payload (like IP pkt) or UDP packet ,with custom Ethernet enca…☆20Oct 14, 2024Updated last year
- XDP project collaboration through a git-repo☆304Oct 31, 2025Updated 3 months ago
- Go toolset for the VPP.☆248Feb 2, 2026Updated last week
- Cross-connect Linux interfaces with XDP☆71Mar 16, 2022Updated 3 years ago
- Making eBPF programming easier via build env and examples☆538Nov 4, 2025Updated 3 months ago
- Provides packet processing capabilities for Go☆6,740Mar 19, 2025Updated 10 months ago
- NAT (network address translation) example for NFF-Go framework☆120Feb 25, 2023Updated 2 years ago
- Package icmpx provides low-level ICMPv4 (IPPROTO_ICMP) and ICMPv6 (IPPROTO_ICMPV6) raw socket support for Linux. MIT Licensed.☆31Sep 7, 2023Updated 2 years ago
- XDP tutorial project