summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08selftests/bpf: Remove exceptions tests from DENYLIST.s390xIlya Leoshkevich
2024-07-08s390/bpf: Implement exceptionsIlya Leoshkevich
2024-07-08s390/bpf: Change seen_reg to a maskIlya Leoshkevich
2024-07-08bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter
2024-07-08riscv, bpf: Optimize stack usage of trampolinePuranjay Mohan
2024-07-02bpf, devmap: Add .map_alloc_checkFlorian Lehner
2024-07-02selftests/bpf: Remove arena tests from DENYLIST.s390xIlya Leoshkevich
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich
2024-07-02selftests/bpf: Introduce __arena_globalIlya Leoshkevich
2024-07-02s390/bpf: Support arena atomicsIlya Leoshkevich
2024-07-02s390/bpf: Enable arenaIlya Leoshkevich
2024-07-02s390/bpf: Support address space cast instructionIlya Leoshkevich
2024-07-02s390/bpf: Support BPF_PROBE_MEM32Ilya Leoshkevich
2024-07-02s390/bpf: Land on the next JITed instruction after exceptionIlya Leoshkevich
2024-07-02s390/bpf: Introduce pre- and post- probe functionsIlya Leoshkevich
2024-07-02s390/bpf: Get rid of get_probe_mem_regno()Ilya Leoshkevich
2024-07-02s390/bpf: Factor out emitting probe nopsIlya Leoshkevich
2024-07-02bpf: Fix atomic probe zero-extensionIlya Leoshkevich
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui
2024-07-02riscv, bpf: Add 12-argument support for RV64 bpf trampolinePu Lehui
2024-07-02selftests/xsk: Enhance batch size support with dynamic configurationsTushar Vyavahare
2024-07-02selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ...Tushar Vyavahare
2024-07-01selftests/bpf: Delete extra blank lines in test_sockmapZhu Jun
2024-07-01riscv, bpf: Use bpf_prog_pack for RV64 bpf trampolinePu Lehui
2024-07-01riscv, bpf: Fix out-of-bounds issue when preparing trampoline imagePu Lehui
2024-07-01bpf: Use precise image size for struct_ops trampolinePu Lehui
2024-07-01libbpf: Fix error handling in btf__distill_base()Alan Maguire
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa
2024-06-26libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire
2024-06-26selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski
2024-06-26bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski
2024-06-25bpf: Fix tailcall cases in test_bpfLeon Hwang
2024-06-24libbpf: Skip base btf sanity checksAntoine Tenart
2024-06-23bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefinedAlan Maguire
2024-06-23bpf, docs: Address comments from IETF Area DirectorsDave Thaler
2024-06-21Merge branch 'bpf-resilient-split-btf-followups'Andrii Nakryiko
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire
2024-06-21kbuild,bpf: Add module-specific pahole flags for distilled base BTFAlan Maguire
2024-06-21libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire
2024-06-21libbpf: Split field iter code into its own file kernelAlan Maguire
2024-06-21module, bpf: Store BTF base pointer in struct moduleAlan Maguire
2024-06-21libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire
2024-06-21selftests/bpf: Test struct_ops bpf map auto-attachMykyta Yatsenko
2024-06-21bpf, arm64: Inline bpf_get_current_task/_btf() helpersPuranjay Mohan