Age | Commit message (Expand) | Author |
2024-07-08 | selftests/bpf: Remove exceptions tests from DENYLIST.s390x | Ilya Leoshkevich |
2024-07-08 | s390/bpf: Implement exceptions | Ilya Leoshkevich |
2024-07-08 | s390/bpf: Change seen_reg to a mask | Ilya Leoshkevich |
2024-07-08 | bpf: Remove unnecessary loop in task_file_seq_get_next() | Dan Carpenter |
2024-07-08 | riscv, bpf: Optimize stack usage of trampoline | Puranjay Mohan |
2024-07-02 | bpf, devmap: Add .map_alloc_check | Florian Lehner |
2024-07-02 | selftests/bpf: Remove arena tests from DENYLIST.s390x | Ilya Leoshkevich |
2024-07-02 | selftests/bpf: Add UAF tests for arena atomics | Ilya Leoshkevich |
2024-07-02 | selftests/bpf: Introduce __arena_global | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Support arena atomics | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Enable arena | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Support address space cast instruction | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Support BPF_PROBE_MEM32 | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Land on the next JITed instruction after exception | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Introduce pre- and post- probe functions | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Get rid of get_probe_mem_regno() | Ilya Leoshkevich |
2024-07-02 | s390/bpf: Factor out emitting probe nops | Ilya Leoshkevich |
2024-07-02 | bpf: Fix atomic probe zero-extension | Ilya Leoshkevich |
2024-07-02 | bpftool: Mount bpffs when pinmaps path not under the bpffs | Tao Chen |
2024-07-02 | selftests/bpf: Add testcase where 7th argment is struct | Pu Lehui |
2024-07-02 | selftests/bpf: Factor out many args tests from tracing_struct | Pu Lehui |
2024-07-02 | riscv, bpf: Add 12-argument support for RV64 bpf trampoline | Pu Lehui |
2024-07-02 | selftests/xsk: Enhance batch size support with dynamic configurations | Tushar Vyavahare |
2024-07-02 | selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ... | Tushar Vyavahare |
2024-07-01 | selftests/bpf: Delete extra blank lines in test_sockmap | Zhu Jun |
2024-07-01 | riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline | Pu Lehui |
2024-07-01 | riscv, bpf: Fix out-of-bounds issue when preparing trampoline image | Pu Lehui |
2024-07-01 | bpf: Use precise image size for struct_ops trampoline | Pu Lehui |
2024-07-01 | libbpf: Fix error handling in btf__distill_base() | Alan Maguire |
2024-07-01 | selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc | Lorenzo Bianconi |
2024-07-01 | netfilter: Add bpf_xdp_flow_lookup kfunc | Lorenzo Bianconi |
2024-07-01 | netfilter: nf_tables: Add flowtable map for xdp offload | Florian Westphal |
2024-06-26 | selftests/bpf: Move ARRAY_SIZE to bpf_misc.h | Jiri Olsa |
2024-06-26 | libbpf: Fix clang compilation error in btf_relocate.c | Alan Maguire |
2024-06-26 | selftests/bpf: Don't close(-1) in serial_test_fexit_stress() | Ma Ke |
2024-06-26 | bpf: add new negative selftests to cover missing check_func_arg_reg_off() and... | Matt Bobrowski |
2024-06-26 | bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc... | Matt Bobrowski |
2024-06-25 | bpf: Fix tailcall cases in test_bpf | Leon Hwang |
2024-06-24 | libbpf: Skip base btf sanity checks | Antoine Tenart |
2024-06-23 | bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefined | Alan Maguire |
2024-06-23 | bpf, docs: Address comments from IETF Area Directors | Dave Thaler |
2024-06-21 | Merge branch 'bpf-resilient-split-btf-followups' | Andrii Nakryiko |
2024-06-21 | selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmod | Alan Maguire |
2024-06-21 | kbuild,bpf: Add module-specific pahole flags for distilled base BTF | Alan Maguire |
2024-06-21 | libbpf,bpf: Share BTF relocate-related code with kernel | Alan Maguire |
2024-06-21 | libbpf: Split field iter code into its own file kernel | Alan Maguire |
2024-06-21 | module, bpf: Store BTF base pointer in struct module | Alan Maguire |
2024-06-21 | libbpf: BTF relocation followup fixing naming, loop logic | Alan Maguire |
2024-06-21 | selftests/bpf: Test struct_ops bpf map auto-attach | Mykyta Yatsenko |
2024-06-21 | bpf, arm64: Inline bpf_get_current_task/_btf() helpers | Puranjay Mohan |