aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh1-0/+122
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh1-34/+91
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh1-0/+229
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh1-0/+71
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh1-0/+3
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh1-0/+63
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh1-0/+829
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh1-0/+779
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh1-0/+772
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh1-0/+260
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh1-14/+12
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh1-0/+4
2021-09-27libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen1-2/+3
2021-09-28Merge branch 'bpf-xsk-rx-batch'Daniel Borkmann10-156/+376
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson2-11/+44
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson1-3/+3
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson2-0/+14
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson2-7/+29
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson1-6/+5
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson1-6/+11
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson1-0/+7
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson3-38/+79
2021-09-28i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson1-27/+25
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson1-25/+19
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2-39/+33
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson4-4/+118
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson1-1/+0
2021-09-26Merge branch 'bpf: Support <8-byte scalar spill and refill'Alexei Starovoitov5-26/+625
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau1-0/+161
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau3-0/+393
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song1-6/+21
2021-09-22bpf: Document BPF licensing.Alexei Starovoitov2-0/+101
2021-09-21seltests: bpf: test_tunnel: Use ip neighJiri Benc1-2/+3
2021-09-21Merge branch 'libbpf: add legacy uprobe support'Alexei Starovoitov3-87/+236
2021-09-21libbpf: Add legacy uprobe attaching supportAndrii Nakryiko1-8/+122
2021-09-21libbpf: Refactor and simplify legacy kprobe codeAndrii Nakryiko2-73/+88
2021-09-21selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko1-4/+20
2021-09-21libbpf: Fix memory leak in legacy kprobe attach logicAndrii Nakryiko1-3/+7
2021-09-21samples: bpf: Convert ARP table network order fields into readable formatGokul Sivakumar1-3/+14
2021-09-21samples: bpf: Convert route table network order fields into readable formatGokul Sivakumar1-9/+13
2021-09-20libbpf: Add doc comments in libbpf.hGrant Seltzer1-8/+57
2021-09-17Merge branch 'bpf: implement variadic printk helper'Alexei Starovoitov14-55/+286
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2-4/+6
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky3-1/+103
2021-09-17selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky1-15/+9
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2-13/+10
2021-09-17libbpf: Use static const fmt string in __bpf_printkDave Marchevsky1-1/+7
2021-09-17libbpf: Modify bpf_printk to choose helper based on arg countDave Marchevsky1-8/+37