summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-05bpf: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-03-05Merge branch 'PROG_TEST_RUN support for sk_lookup programs'Alexei Starovoitov10-111/+355
2021-03-05selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer2-2/+3
2021-03-05selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer1-9/+42
2021-03-05selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer2-36/+109
2021-03-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer5-2/+124
2021-03-05bpf: Consolidate shared test timing codeLorenz Bauer1-63/+78
2021-03-05Merge branch 'Improve BPF syscall command documentation'Alexei Starovoitov18-140/+1746
2021-03-05tools: Sync uapi bpf.h header with latest changesJoe Stringer1-1/+711
2021-03-05docs/bpf: Add bpf() syscall command referenceJoe Stringer5-3/+49
2021-03-05selftests/bpf: Test syscall command parsingJoe Stringer2-2/+13
2021-03-05selftests/bpf: Templatize man page generationJoe Stringer1-15/+25
2021-03-05tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer7-49/+50
2021-03-05scripts/bpf: Add syscall commands printerJoe Stringer1-9/+91
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer7-33/+69
2021-03-05bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer1-3/+111
2021-03-05bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer1-3/+11
2021-03-05bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_PIN syscall commandJoe Stringer1-7/+29
2021-03-05bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer1-0/+10
2021-03-05bpf: Add minimal bpf() command documentationJoe Stringer1-0/+368
2021-03-05bpf: Import syscall arg documentationJoe Stringer1-1/+121
2021-03-05Merge branch 'Add BTF_KIND_FLOAT support'Alexei Starovoitov15-23/+376
2021-03-05bpf: Document BTF_KIND_FLOAT in btf.rstIlya Leoshkevich1-2/+15
2021-03-05selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich1-12/+31
2021-03-05selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich3-0/+138
2021-03-05bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-2/+81
2021-03-05selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich1-1/+1
2021-03-05tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2-0/+9
2021-03-05libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich6-1/+94
2021-03-05libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich1-1/+1
2021-03-05bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich2-4/+6
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song3-0/+139
2021-03-04skmsg: Add function doc for skb->_sk_redirCong Wang1-0/+1
2021-03-03tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-0/+4
2021-02-27tools, bpf_asm: Exit non-zero on errorsIan Denhardt1-4/+4
2021-02-27tools, bpf_asm: Hard error on out of range jumpsIan Denhardt1-2/+4
2021-02-27Merge branch 'bpf: add bpf_for_each_map_elem() helper'Alexei Starovoitov16-64/+897
2021-02-27selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2-0/+118
2021-02-27selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song3-0/+179
2021-02-27bpftool: Print subprog address properlyYonghong Song1-0/+3
2021-02-27libbpf: Support subprog address relocationYonghong Song1-3/+61
2021-02-27libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song1-6/+6
2021-02-27bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song1-0/+40
2021-02-27bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song3-0/+96
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song8-13/+307
2021-02-27bpf: Change return value of verifier function add_subprog()Yonghong Song1-2/+2
2021-02-27bpf: Refactor check_func_call() to allow callback functionYonghong Song1-17/+43
2021-02-27bpf: Factor out verbose_invalid_scalar()Yonghong Song1-11/+19