summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson
2021-09-26Merge branch 'bpf: Support <8-byte scalar spill and refill'Alexei Starovoitov
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song
2021-09-22bpf: Document BPF licensing.Alexei Starovoitov
2021-09-21seltests: bpf: test_tunnel: Use ip neighJiri Benc
2021-09-21Merge branch 'libbpf: add legacy uprobe support'Alexei Starovoitov
2021-09-21libbpf: Add legacy uprobe attaching supportAndrii Nakryiko
2021-09-21libbpf: Refactor and simplify legacy kprobe codeAndrii Nakryiko
2021-09-21selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko
2021-09-21libbpf: Fix memory leak in legacy kprobe attach logicAndrii Nakryiko
2021-09-21samples: bpf: Convert ARP table network order fields into readable formatGokul Sivakumar
2021-09-21samples: bpf: Convert route table network order fields into readable formatGokul Sivakumar
2021-09-20libbpf: Add doc comments in libbpf.hGrant Seltzer
2021-09-17Merge branch 'bpf: implement variadic printk helper'Alexei Starovoitov
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky