This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libbpf
Watch
1
Star
0
Fork
0
You've already forked libbpf
mirror of
https://github.com/netdata/libbpf.git
synced
2026-03-23 09:49:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5831bef6da5fbbeaf0a5dc9902cfd4735e64540
libbpf
/
CHECKPOINT-COMMIT
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline commit: 5aab392c55c96f9bb26d9294f965f156a87ee81c Checkpoint commit: ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac Alexei Starovoitov (1): tools/bpf: sync bpf.h into tools Andrii Nakryiko (3): libbpf: fix formatting for btf_ext__get_raw_data btf: allow to customize dedup hash table size btf: fix bug with resolving STRUCT/UNION into corresponding FWD Dan Carpenter (1): tools/libbpf: signedness bug in btf_dedup_ref_type() Jakub Kicinski (1): tools: libbpf: add a correctly named define for map iteration Magnus Karlsson (1): libbpf: add support for using AF_XDP sockets brakmo (1): bpf: sync bpf.h to tools and update bpf_helpers.h include/uapi/linux/bpf.h | 12 +- src/README.rst | 15 +- src/btf.c | 76 ++-- src/btf.h | 3 +- src/libbpf.c | 8 +- src/libbpf.h | 3 +- src/libbpf.map | 6 + src/xsk.c | 723 +++++++++++++++++++++++++++++++++++++++ src/xsk.h | 203 +++++++++++ 9 files changed, 1020 insertions(+), 29 deletions(-) create mode 100644 src/xsk.c create mode 100644 src/xsk.h -- 2.17.1
2019-03-02 19:03:14 -08:00
ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac
Reference in New Issue
Copy Permalink