summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-10114-1286/+5158
|\
| * Merge branch 'bpf-xdp-redirect'Daniel Borkmann2021-03-109-208/+195
| |\
| | * bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-106-129/+116
| | * bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-108-82/+82
| |/
| * selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.cAndrii Nakryiko2021-03-101-2/+2
| * Merge branch 'Add clang-based BTF_KIND_FLOAT tests'Alexei Starovoitov2021-03-095-0/+25
| |\
| | * selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntaxIlya Leoshkevich2021-03-091-0/+7
| | * selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich2021-03-094-0/+18
| |/
| * selftests/bpf: Fix typo in MakefileJean-Philippe Brucker2021-03-081-1/+1
| * libbpf: Fix arm64 buildJean-Philippe Brucker2021-03-081-1/+1
| * Merge branch 'load-acquire/store-release barriers for'Andrii Nakryiko2021-03-083-51/+68
| |\
| | * libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquireBjörn Töpel2021-03-082-34/+55
| | * xsk: Update rings for load-acquire/store-release barriersBjörn Töpel2021-03-081-17/+13
| |/
| * selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa2021-03-081-1/+39
| * selftests, bpf: Extend test_tc_tunnel test with vxlanXuesen Huang2021-03-052-17/+111
| * bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang2021-03-053-1/+20
| * selftests/bpf: Simplify the calculation of variablesJiapeng Chong2021-03-051-1/+1
| * bpf: Simplify the calculation of variablesJiapeng Chong2021-03-051-1/+1
| * Merge branch 'PROG_TEST_RUN support for sk_lookup programs'Alexei Starovoitov2021-03-0510-111/+355
| |\
| | * selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer2021-03-052-2/+3
| | * selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer2021-03-051-9/+42
| | * selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer2021-03-052-36/+109
| | * bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-055-2/+124
| | * bpf: Consolidate shared test timing codeLorenz Bauer2021-03-051-63/+78
| |/
| * Merge branch 'Improve BPF syscall command documentation'Alexei Starovoitov2021-03-0518-140/+1746
| |\
| | * tools: Sync uapi bpf.h header with latest changesJoe Stringer2021-03-051-1/+711
| | * docs/bpf: Add bpf() syscall command referenceJoe Stringer2021-03-055-3/+49
| | * 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
| |/