summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov2022-03-221-1/+3
| | * | | | | | | | | | | | | | | | | bpftool: Fix a bug in subskeleton code generationYonghong Song2022-03-211-1/+0
| | * | | | | | | | | | | | | | | | | libbpf: Close fd in bpf_object__reuse_mapHengqi Chen2022-03-211-1/+1
| | * | | | | | | | | | | | | | | | | bpftool: Fix print error when show bpf mapYafang Shao2022-03-211-5/+2
| | * | | | | | | | | | | | | | | | | selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-03-211-1/+4
| | * | | | | | | | | | | | | | | | | selftests/bpf: Test skipping stacktraceNamhyung Kim2022-03-202-0/+131
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki2022-03-201-2/+8
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki2022-03-201-2/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong2022-03-201-0/+19
| | * | | | | | | | | | | | | | | | | libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko2022-03-201-0/+3
| | * | | | | | | | | | | | | | | | | bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko2022-03-181-1/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki2022-03-181-1/+7
| | * | | | | | | | | | | | | | | | | selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki2022-03-181-5/+5
| | * | | | | | | | | | | | | | | | | selftests/bpf: Check dst_port only on the client socketJakub Sitnicki2022-03-181-0/+4
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-03-181-1/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Test subskeleton functionalityDelyan Kratunov2022-03-176-2/+194
| | * | | | | | | | | | | | | | | | | bpftool: Add support for subskeletonsDelyan Kratunov2022-03-173-85/+542
| | * | | | | | | | | | | | | | | | | libbpf: Add subskeleton scaffoldingDelyan Kratunov2022-03-173-21/+149
| | * | | | | | | | | | | | | | | | | libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov2022-03-171-1/+14
| | * | | | | | | | | | | | | | | | | libbpf: .text routines are subprograms in strict modeDelyan Kratunov2022-03-172-0/+11
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-0/+68
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-11/+193
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa2022-03-172-19/+131
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add kprobe_multi attach testJiri Olsa2022-03-173-0/+243
| | * | | | | | | | | | | | | | | | | libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa2022-03-173-0/+184
| | * | | | | | | | | | | | | | | | | libbpf: Add bpf_link_create support for multi kprobesJiri Olsa2022-03-172-1/+17
| | * | | | | | | | | | | | | | | | | libbpf: Add libbpf_kallsyms_parse functionJiri Olsa2022-03-172-24/+43
| | * | | | | | | | | | | | | | | | | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-171-0/+1
| | * | | | | | | | | | | | | | | | | bpf: Add multi kprobe linkJiri Olsa2022-03-171-0/+13
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix tunnel remote IP commentsKaixi Fan2022-03-171-1/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao2022-03-161-9/+68
| | * | | | | | | | | | | | | | | | | bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau2022-03-162-38/+11
| | * | | | | | | | | | | | | | | | | bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau2022-03-162-64/+27
| | * | | | | | | | | | | | | | | | | bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau2022-03-162-0/+86
| | * | | | | | | | | | | | | | | | | bpftool: man: Add missing top level docsDaniel Xu2022-03-151-1/+12
| | * | | | | | | | | | | | | | | | | bpftool: Add bpf_cookie to link outputDmitrii Dolgov2022-03-154-0/+34
| | * | | | | | | | | | | | | | | | | selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui2022-03-159-15/+15
| | * | | | | | | | | | | | | | | | | selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song2022-03-111-1/+1
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen2022-03-111-0/+24
| | * | | | | | | | | | | | | | | | | selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu2022-03-102-0/+35
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu2022-03-103-1/+49
| | * | | | | | | | | | | | | | | | | selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu2022-03-103-4/+103
| | * | | | | | | | | | | | | | | | | selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu2022-03-102-6/+47
| | * | | | | | | | | | | | | | | | | selftests/bpf: Move sample generation code to ima_test_common()Roberto Sassu2022-03-101-3/+8
| | * | | | | | | | | | | | | | | | | bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-101-0/+11
| | * | | | | | | | | | | | | | | | | bpftool: Ensure bytes_memlock json output is correctChris J Arges2022-03-112-2/+2
| | * | | | | | | | | | | | | | | | | bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-03-101-2/+2
| | * | | | | | | | | | | | | | | | | bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.hMartin KaFai Lau2022-03-101-19/+19
| | * | | | | | | | | | | | | | | | | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-19/+21
| | * | | | | | | | | | | | | | | | | bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund2022-03-101-13/+139