aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Merge branch 'bpf: Improve verifier for cond_op and spilled loop index variab...Alexei Starovoitov4-1/+662
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song1-0/+460
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song2-1/+13
2023-04-06selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song2-0/+181
2023-04-06bpf: Improve verifier JEQ/JNE insn branch taken checkingYonghong Song1-0/+8
2023-04-06Merge branch 'xsk: Fix unaligned descriptor validation'Martin KaFai Lau4-7/+28
2023-04-06selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley2-0/+25
2023-04-06xsk: Fix unaligned descriptor validationKal Conley2-7/+3
2023-04-05kallsyms: move module-related functions under correct configsViktor Malik1-61/+74
2023-04-05Merge branch 'bpftool: Add inline annotations when dumping program CFGs'Alexei Starovoitov9-88/+226
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet1-13/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet7-15/+83
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet3-39/+47
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet2-6/+11
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet6-26/+88
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet1-0/+7
2023-04-05bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet1-6/+4
2023-04-05selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu1-2/+6
2023-04-05selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley1-2/+8
2023-04-05selftests: xsk: Disable IPv6 on VETH1Kal Conley1-0/+1
2023-04-05Merge branch 'selftests: xsk: Add test case for packets at end of UMEM'Martin KaFai Lau2-7/+10
2023-04-05selftests: xsk: Add test case for packets at end of UMEMKal Conley1-2/+5
2023-04-05selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley2-5/+5
2023-04-05selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley1-1/+1
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa1-3/+13
2023-04-04Merge branch 'bpf: Follow up to RCU enforcement in the verifier.'Andrii Nakryiko13-97/+131
2023-04-04selftests/bpf: Add tracing tests for walking skb and req.Alexei Starovoitov1-0/+16
2023-04-04bpf: Undo strict enforcement for walking untagged fields.Alexei Starovoitov1-3/+8
2023-04-04bpf: Allowlist few fields similar to __rcu tag.Alexei Starovoitov1-2/+37
2023-04-04bpf: Refactor NULL-ness check in check_reg_type().Alexei Starovoitov1-4/+8
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov5-11/+11
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov3-41/+33
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov7-25/+16
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov4-11/+2
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich1-1/+1
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky1-5/+9
2023-04-02bpf, docs: Add docs on extended 64-bit immediate instructionsDave Thaler2-8/+72
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov1-15/+2
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov1-0/+2
2023-04-01Merge branch 'Enable RCU semantics for task kptrs'Alexei Starovoitov8-174/+155
2023-04-01bpf,docs: Update documentation to reflect new task kfuncsDavid Vernet1-6/+43
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet6-162/+14
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet6-16/+108
2023-04-01Merge branch 'Prepare veristat for packaging'Alexei Starovoitov1-5/+25
2023-04-01veristat: small fixed found in -O2 modeAndrii Nakryiko1-1/+3
2023-04-01veristat: avoid using kernel-internal headersAndrii Nakryiko1-1/+4
2023-04-01veristat: improve version reportingAndrii Nakryiko1-2/+17
2023-04-01veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko1-1/+1
2023-03-31selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard2-2/+2
2023-03-31Merge branch 'selftests/bpf: Add read_build_id function'Alexei Starovoitov8-51/+119