aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi2022-09-213-3/+35
* selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu2022-09-213-0/+259
* selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu2022-09-217-8/+610
* selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu2022-09-213-0/+159
* selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()Roberto Sassu2022-09-213-1/+142
* selftests/bpf: Compile kernel with everything as built-inRoberto Sassu2022-09-212-14/+14
* bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu2022-09-211-1/+1
* libbpf: Support raw BTF placed in the default search pathTao Chen2022-09-211-18/+12
* selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta2022-09-211-3/+8
* libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song2022-09-211-63/+91
* selftests/bpf: Add selftests validating the user ringbufDavid Vernet2022-09-215-0/+1185
* bpf: Add libbpf logic for user-space ring bufferDavid Vernet2022-09-216-3/+398
* bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet2022-09-211-0/+38
* bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-214-2/+4
* libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu2022-09-201-1/+1
* selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao2022-09-193-2/+8
* libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu2022-09-161-12/+0
* selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko2022-09-163-1/+544
* libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko2022-09-161-4/+9
* selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko2022-09-162-2/+2
* ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-1/+2
* selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi2022-09-102-5/+7
* selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu2022-09-103-2/+23
* selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu2022-09-092-0/+231
* selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu2022-09-094-40/+18
* libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann2022-09-091-13/+6
* selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2022-09-073-0/+161
* selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2022-09-073-7/+213
* selftests/bpf: regroup and declare similar kfuncs selftests in an arrayBenjamin Tissoires2022-09-072-18/+68
* selftests/bpf: Add tracing_struct test in DENYLIST.s390xYonghong Song2022-09-061-0/+1
* selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song2022-09-061-2/+2
* selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song2022-09-063-0/+231
* libbpf: Add new BPF_PROG2 macroYonghong Song2022-09-061-0/+79
* bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song2022-09-061-4/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-06112-507/+3020
|\
| * bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-11/+0
| * selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov2022-09-051-14/+24
| * selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2022-09-022-106/+43
| * selftests/xsk: Avoid use-after-free on ctxIan Rogers2022-09-021-3/+3
| * selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-0268-250/+250
| * selftests/xsk: Add support for zero copy testingMaciej Fijalkowski2022-09-022-4/+74
| * selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski2022-09-021-0/+7
| * selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski2022-09-023-87/+170
| * selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski2022-09-021-2/+2
| * selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski2022-09-022-27/+51
| * selftests/xsk: Query for native XDP supportMaciej Fijalkowski2022-09-021-2/+37
| * selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani2022-09-021-8/+16
| * bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-1/+9
| * selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-012-0/+161
| * selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20