summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky
2023-04-02bpf, docs: Add docs on extended 64-bit immediate instructionsDave Thaler
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov
2023-04-01Merge branch 'Enable RCU semantics for task kptrs'Alexei Starovoitov
2023-04-01bpf,docs: Update documentation to reflect new task kfuncsDavid Vernet
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet
2023-04-01Merge branch 'Prepare veristat for packaging'Alexei Starovoitov
2023-04-01veristat: small fixed found in -O2 modeAndrii Nakryiko
2023-04-01veristat: avoid using kernel-internal headersAndrii Nakryiko
2023-04-01veristat: improve version reportingAndrii Nakryiko
2023-04-01veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko
2023-03-31selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard
2023-03-31Merge branch 'selftests/bpf: Add read_build_id function'Alexei Starovoitov
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa
2023-03-31selftests/bpf: Add read_build_id functionJiri Olsa
2023-03-31selftests/bpf: Add err.h headerJiri Olsa
2023-03-30selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchgDavid Vernet
2023-03-30bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet
2023-03-30veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLSAndrii Nakryiko
2023-03-29selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai
2023-03-29Merge branch 'veristat: add better support of freplace programs'Alexei Starovoitov
2023-03-29veristat: guess and substitue underlying program type for freplace (EXT) progsAndrii Nakryiko
2023-03-29veristat: add -d debug mode option to see debug libbpf logAndrii Nakryiko
2023-03-29libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko
2023-03-29Merge branch 'Allow BPF TCP CCs to write app_limited'Martin KaFai Lau
2023-03-29selftests/bpf: test a BPF CC writing app_limitedYixin Shen
2023-03-29bpf: allow a TCP CC to write app_limitedYixin Shen
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle
2023-03-28Merge branch 'verifier/xdp_direct_packet_access.c converted to inline assembly'Andrii Nakryiko
2023-03-28selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...Eduard Zingerman
2023-03-28selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assemblyEduard Zingerman
2023-03-27libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman
2023-03-27selftests/bpf: Don't assume page size is 4096Hengqi Chen
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves
2023-03-25bpf, docs: Add extended call instructionsDave Thaler
2023-03-25Merge branch 'bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage'Alexei Starovoitov
2023-03-25selftests/bpf: Add bench for task storage creationMartin KaFai Lau
2023-03-25selftests/bpf: Test task storage when local_storage->smap is NULLMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau
2023-03-25Merge branch 'First set of verifier/*.c migrated to inline assembly'Alexei Starovoitov