aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-01bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh
2021-09-30bpf, xdp, docs: Correct some English grammar and spellingKev Jackson
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin
2021-09-29libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi
2021-09-29libbpf: Properly ignore STT_SECTION symbols in legacy map definitionsToke Høiland-Jørgensen
2021-09-29bpf: Do not invoke the XDP dispatcher for PROG_RUN with single repeatLorenz Bauer
2021-09-29libbpf: Make gen_loader data aligned.Alexei Starovoitov
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song
2021-09-28Merge branch 'bpf: Build with -Wcast-function-type'Alexei Starovoitov
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook
2021-09-28bpftool: Avoid using "?: " in generated codeYucong Sun
2021-09-28Merge branch 'libbpf: stricter BPF program section name handling'Alexei Starovoitov
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko
2021-09-28libbpf: Add opt-in strict BPF program section name handling logicAndrii Nakryiko
2021-09-28libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SECAndrii Nakryiko
2021-09-28libbpf: Refactor ELF section handler definitionsAndrii Nakryiko
2021-09-28libbpf: Reduce reliance of attach_fns on sec_def internalsAndrii Nakryiko
2021-09-28libbpf: Refactor internal sec_def handling to enable pluggabilityAndrii Nakryiko
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko
2021-09-28libbpf: Add "tc" SEC_DEF which is a better name for "classifier"Andrii Nakryiko
2021-09-28bpf/tests: Add tail call limit test with external function callJohan Almbladh
2021-09-28bpf/tests: Fix error in tail call limit testsJohan Almbladh
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh
2021-09-27libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen
2021-09-28Merge branch 'bpf-xsk-rx-batch'Daniel Borkmann
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson
2021-09-28i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson