Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-08 | libbpf: Fix long / int confusion | Samuel Thibault | |
In network terms, long is 32bit, i.e. an int for us. | |||
2016-11-04 | libbpf: Merge the Berkeley Packet Filter library. | Zheng Da | |
* Makefile (lib-subdirs): Add new library. * NEWS: Update. * libbpf/Makefile: New file. * libbpf/bpf_impl.c: Likewise. * libbpf/bpf_impl.h: Likewise. * libbpf/queue.c: Likewise. * libbpf/queue.h: Likewise. * libbpf/util.h: Likewise. The Berkeley Packet Filter implementation has been extracted from the Mach kernel by Zheng Da. This merges his work into the main repository. |