summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich4-0/+18
2021-03-08selftests/bpf: Fix typo in MakefileJean-Philippe Brucker1-1/+1
2021-03-08libbpf: Fix arm64 buildJean-Philippe Brucker1-1/+1
2021-03-08Merge branch 'load-acquire/store-release barriers for'Andrii Nakryiko3-51/+68
2021-03-08libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquireBjörn Töpel2-34/+55
2021-03-08xsk: Update rings for load-acquire/store-release barriersBjörn Töpel1-17/+13
2021-03-08selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa1-1/+39
2021-03-06selftests, bpf: Extend test_tc_tunnel test with vxlanXuesen Huang2-17/+111
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang3-1/+20
2021-03-05selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-1/+1
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