summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-27bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song1-12/+23
2021-02-27selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich1-3/+4
2021-02-27selftests/bpf: Propagate error code of the command to vmtest.shKP Singh1-7/+19
2021-02-26Merge branch 'sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT'Alexei Starovoitov16-259/+274
2021-02-26skmsg: Remove unused sk_psock_stop() declarationCong Wang1-1/+0
2021-02-26skmsg: Get rid of sk_psock_bpf_run()Cong Wang1-10/+4
2021-02-26skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang2-3/+1
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang2-11/+5
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang5-47/+47
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang5-37/+62
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang3-27/+28
2021-02-26skmsg: Get rid of struct sk_psock_parserCong Wang3-53/+27
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang12-103/+133
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu2-2/+0