summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * selftests/bpf: Test syscall command parsingJoe Stringer2021-03-052-2/+13
| | * selftests/bpf: Templatize man page generationJoe Stringer2021-03-051-15/+25
| | * tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2021-03-057-49/+50
| | * scripts/bpf: Add syscall commands printerJoe Stringer2021-03-051-9/+91
| | * scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-057-33/+69
| | * bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer2021-03-051-3/+111
| | * bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer2021-03-051-0/+37
| | * bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer2021-03-051-3/+11
| | * bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer2021-03-051-0/+37
| | * bpf: Document BPF_PROG_PIN syscall commandJoe Stringer2021-03-051-7/+29
| | * bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer2021-03-051-0/+10
| | * bpf: Add minimal bpf() command documentationJoe Stringer2021-03-051-0/+368
| | * bpf: Import syscall arg documentationJoe Stringer2021-03-051-1/+121
| |/
| * Merge branch 'Add BTF_KIND_FLOAT support'Alexei Starovoitov2021-03-0515-23/+376
| |\
| | * bpf: Document BTF_KIND_FLOAT in btf.rstIlya Leoshkevich2021-03-051-2/+15
| | * selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich2021-03-051-12/+31
| | * selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich2021-03-053-0/+138
| | * bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-051-2/+81
| | * selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich2021-03-051-1/+1
| | * tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-052-0/+9
| | * libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-056-1/+94
| | * libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich2021-03-051-1/+1
| | * bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich2021-03-052-4/+6
| |/
| * selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song2021-03-043-0/+139
| * skmsg: Add function doc for skb->_sk_redirCong Wang2021-03-041-0/+1
| * tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2021-03-031-0/+4
| * tools, bpf_asm: Exit non-zero on errorsIan Denhardt2021-02-261-4/+4
| * tools, bpf_asm: Hard error on out of range jumpsIan Denhardt2021-02-261-2/+4
| * Merge branch 'bpf: add bpf_for_each_map_elem() helper'Alexei Starovoitov2021-02-2616-64/+897
| |\
| | * selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+118
| | * selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song2021-02-263-0/+179
| | * bpftool: Print subprog address properlyYonghong Song2021-02-261-0/+3
| | * libbpf: Support subprog address relocationYonghong Song2021-02-261-3/+61
| | * libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song2021-02-261-6/+6
| | * bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+40
| | * bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-263-0/+96
| | * bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-268-13/+307
| | * bpf: Change return value of verifier function add_subprog()Yonghong Song2021-02-261-2/+2
| | * bpf: Refactor check_func_call() to allow callback functionYonghong Song2021-02-261-17/+43
| | * bpf: Factor out verbose_invalid_scalar()Yonghong Song2021-02-261-11/+19
| | * bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song2021-02-261-12/+23
| |/
| * selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich2021-02-261-3/+4
| * selftests/bpf: Propagate error code of the command to vmtest.shKP Singh2021-02-261-7/+19
| * Merge branch 'sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT'Alexei Starovoitov2021-02-2616-259/+274
| |\
| | * skmsg: Remove unused sk_psock_stop() declarationCong Wang2021-02-261-1/+0
| | * skmsg: Get rid of sk_psock_bpf_run()Cong Wang2021-02-261-10/+4
| | * skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang2021-02-262-3/+1
| | * sock_map: Make sock_map_prog_update() staticCong Wang2021-02-262-11/+5
| | * sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-265-47/+47
| | * skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-265-37/+62