blob: 9e38d538cc469188fd55c3f1e61d81788e2b61a2 [file] [log] [blame]
353c788c2054 ("libbpf: Improve relocation ambiguity detection")
28b93c64499a ("libbpf: Clean up and improve CO-RE reloc logging")
192b6638eea5 ("libbpf: Prevent loading vmlinux BTF twice")
35b9211c0a24 ("libbpf: Fix realloc usage in bpf_core_find_cands")
d7a252708dbc ("libbpf: Improve handling of failed CO-RE relocations")
a6ed02cac690 ("libbpf: Load btf_vmlinux only once per object.")
fb2426ad00b1 ("libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API")
1d1a3bcffe36 ("libbpf: Poison kernel-only integer types")
590a00888250 ("bpf: libbpf: Add STRUCT_OPS support")
8ab9da573dad ("libbpf: Support CO-RE relocations for LDX/ST/STX instructions")
630628cb7dc3 ("libbpf: BTF is required when externs are present")
8601fd422148 ("libbpf: Allow to augment system Kconfig through extra optional config")
81bfdd087bf3 ("libbpf: Put Kconfig externs into .kconfig section")
d69587062c34 ("libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource")
5dc7a8b21144 ("bpftool, selftests/bpf: Embed object file inside skeleton")
1b484b301cec ("libbpf: Support flexible arrays in CO-RE")
330a73a7b6ca ("selftests/bpf: Add tests for libbpf-provided externs")
2ad97d473db5 ("bpftool: Generate externs datasec in BPF skeleton")
166750bc1dd2 ("libbpf: Support libbpf-provided extern variables")
ac9d1389631a ("libbpf: Extract internal map names into constants")
197448eaac1a ("selftests/bpf: Add test validating data section to struct convertion layout")
dde53c1b763b ("selftests/bpf: Convert few more selftest to skeletons")
f3c926a4df2c ("selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c")
985ead416df3 ("bpftool: Add skeleton codegen command")
d66562fba1ce ("libbpf: Add BPF object skeleton support")
13acb508ae20 ("libbpf: Postpone BTF ID finding for TRACING programs to load phase")
eba9c5f498a1 ("libbpf: Refactor global data map initialization")
01af3bf06755 ("libbpf: Expose BPF program's function name")
9f81654eebe8 ("libbpf: Expose BTF-to-C type declaration emitting API")
3d208f4ca111 ("libbpf: Expose btf__align_of() API")
917f6b7b07a4 ("libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files")
d7a18ea7e8b6 ("libbpf: Add generic bpf_program__attach()")
0d13bfce023a ("libbpf: Don't require root for bpf_object__open()")
67d69ccdf389 ("libbpf: Recognize SK_REUSEPORT programs from section name")
09c4708d3cf4 ("libbpf: Bump libpf current version to v0.0.7")
6bf6affe18da ("selftests/bpf: Bring back c++ include/link test")
53f8dd434b6f ("libbpf: Fix global variable relocation")
b615e5a1e067 ("libbpf: Fix usage of u32 in userspace code")
f9a7cf6eb17c ("bpf: Introduce BPF_TRACE_x helper for the tracing tests")
c4781e37c6a2 ("selftests/bpf: Add BPF trampoline performance test")
393cdfbee809 ("libbpf: Support initialized global variables")
8983b731ceb4 ("libbpf: Fix various errors and warning reported by checkpatch.pl")
1f8e2bcb2cd5 ("libbpf: Refactor relocation handling")
a0d7da26ce86 ("libbpf: Fix call relocation offset calculation bug")
56bf877a5080 ("selftests, bpf: xdping is not meant to be run standalone")
5051b384523b ("selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests")
7fe74b436236 ("libbpf: Make global data internal arrays mmap()-able, if possible")
d6f39601ec5e ("selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog")
e7bf94dbb882 ("libbpf: Add support for attaching BPF programs to other BPF programs")
510312882c4b ("selftests/bpf: Add combined fentry/fexit test")