Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbpf: Fix long / int confusion | Samuel Thibault | 2023-08-08 | 1 | -5/+5 |
| | | | | In network terms, long is 32bit, i.e. an int for us. | ||||
* | libbpf: Merge the Berkeley Packet Filter library. | Zheng Da | 2016-11-04 | 1 | -0/+161 |
* 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. |