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-21 16:59:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5d4237d52d508373194bfd83cd68bbae351d8b2a
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 bpf-next commit: 0e133a13370389d3894891eafe54fec2c44ad735 Checkpoint bpf-next commit: e80742d917492f10926b46b0caca050c6c9231d6 Baseline bpf commit: 8f8abb863fa5a4cc18955c6a0e17af0ded3e4a76 Checkpoint bpf commit: 83b9dda8afa4e968d9cce253f390b01c0612a2a5 Daniel Borkmann (3): netkit, bpf: Add bpf programmable net device tools: Sync if_link uapi header libbpf: Add link-based API for netkit Yonghong Song (2): libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET bpf: Use named fields for certain bpf uapi structs include/uapi/linux/bpf.h | 37 +++++---- include/uapi/linux/if_link.h | 141 +++++++++++++++++++++++++++++++++++ src/bpf.c | 16 ++++ src/bpf.h | 5 ++ src/libbpf.c | 39 ++++++++++ src/libbpf.h | 15 ++++ src/libbpf.map | 1 + src/libbpf_common.h | 13 ++-- 8 files changed, 246 insertions(+), 21 deletions(-) Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
2023-11-10 02:50:18 +02:00
155addf0814a92d08fce26a11b27e3315cdba977
Reference in New Issue
Copy Permalink