blob: 913096f0189968a67d8cd544c827d043d219d223 [file] [log] [blame]
fb9a98e160f1 ("libbpf: Fix libbpf_common.h when installing libbpf through 'make install'")
544402d4b493 ("libbpf: Extract common user-facing helpers")
e00aca65e646 ("libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration")
c7566a69695c ("selftests/bpf: Add field existence CO-RE relocs tests")
291ee02b5e40 ("libbpf: Refactor bpf_object__open APIs to use common opts")
e01a75c15969 ("libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf")
3ac4dbe3dd89 ("selftests/bpf: Split off tracing-only helpers into bpf_tracing.h")
36b5d471135c ("selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h")
cf0e9718da21 ("selftests/bpf: Undo GCC-specific bpf_helpers.h changes")
32e3e58e4c59 ("bpftool: Fix bpftool build by switching to bpf_object__open_file()")
24f25763d6de ("libbpf: auto-generate list of BPF helper definitions")
a9eb048d5615 ("libbpf: Add cscope and tags targets to Makefile")
928ca75e59d7 ("selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs")
2ce8450ef5a3 ("libbpf: add bpf_object__open_{file, mem} w/ extensible opts")
5e61f2707029 ("libbpf: stop enforcing kern_version, populate it for users")
03bd4773d898 ("libbpf: Bump current version to v0.0.6")
4ce150b6a412 ("selftests/bpf: add bpf-gcc support")
1f4f80fed217 ("selftests/bpf: test_progs: convert test_tcp_rtt")
e3e02e1d9c24 ("selftests/bpf: test_progs: convert test_sockopt_inherit")
3886bd7c9b01 ("selftests/bpf: test_progs: convert test_sockopt_multi")
9a365e67d8bb ("selftests/bpf: test_progs: convert test_sockopt_sk")
4a64742168ce ("selftests/bpf: test_progs: convert test_sockopt")
d38835b75f67 ("selftests/bpf: test_progs: remove global fail/success counts")
cd9c21d76879 ("selftests/bpf: test_progs: test__skip")
c3bbf176fbad ("selftests/bpf: add sockopt clone/inheritance test")
fae55527ac11 ("selftests/bpf: fix race in test_tcp_rtt test")
929ffa6e9df0 ("libbpf: relicense bpf_helpers.h and bpf_endian.h")
dadb81d0afe7 ("libbpf: make libbpf.map source of truth for libbpf version")
29e1c6687245 ("selftests/bpf: add CO-RE relocs misc tests")
c1f5e7dd19e7 ("selftests/bpf: add CO-RE relocs ints tests")
d698f9dbdbed ("selftests/bpf: add CO-RE relocs ptr-as-array tests")
9654e2ae908e ("selftests/bpf: add CO-RE relocs modifiers/typedef tests")
d9db3550300f ("selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests")
20a9ad2e7136 ("selftests/bpf: add CO-RE relocs array tests")
ec6438a988a4 ("selftests/bpf: add CO-RE relocs nesting tests")
002d3afce655 ("selftests/bpf: add CO-RE relocs struct flavors tests")
df36e621418b ("selftests/bpf: add CO-RE relocs testing setup")
2dc26d5a4f2e ("selftests/bpf: add BPF_CORE_READ relocatable read macro")
66bd2ec1e0d9 ("selftests/bpf: test_progs: test__printf -> printf")
946152b3c5d6 ("selftests/bpf: test_progs: switch to open_memstream")
fd5ef31f370a ("selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use case")
bf8ff0f8cfd7 ("selftests/bpf: fix clearing buffered output between tests/subtests")
637f71c09ba2 ("selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers")
51436ed78d59 ("selftests/bpf: convert bpf_verif_scale.c to sub-tests API")
3a516a0a3a7b ("selftests/bpf: add sub-tests support for test_progs")
0ff97e56c098 ("selftests/bpf: abstract away test log output")
329e38f76cc2 ("selftest/bpf: centralize libbpf logging management for test_progs")
8160bae21fc2 ("selftests/bpf: add test selectors by number and name to test_progs")
766f2a59323a ("selftests/bpf: revamp test_progs to allow more control")
58b80815362e ("selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API")