Age | Commit message (Expand) | Author |
2023-02-16 | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-16 | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-16 | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-15 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin |
2023-02-15 | Merge branch 'New benchmark for hashmap lookups' | Andrii Nakryiko |
2023-02-15 | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Make quiet option common | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Remove an unused header | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov |
2023-02-15 | Merge branch 'Use __GFP_ZERO in bpf memory allocator' | Alexei Starovoitov |
2023-02-15 | selftests/bpf: Add test case for element reuse in htab map | Hou Tao |
2023-02-15 | bpf: Zeroing allocated object from slab in bpf memory allocator | Hou Tao |
2023-02-15 | Merge branch 'Improvements for BPF_ST tracking by verifier ' | Alexei Starovoitov |
2023-02-15 | selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO | Eduard Zingerman |
2023-02-15 | bpf: BPF_ST with variable offset should preserve STACK_ZERO marks | Eduard Zingerman |
2023-02-15 | selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM | Eduard Zingerman |
2023-02-15 | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman |
2023-02-15 | selftests/bpf: Fix map_kptr test. | Alexei Starovoitov |
2023-02-15 | selftests/bpf: Cross-compile bpftool | Björn Töpel |
2023-02-15 | bpf, docs: Add myself to BPF docs MAINTAINERS entry | David Vernet |
2023-02-15 | selftests/bpf: Fix build error for LoongArch | Tiezhu Yang |
2023-02-15 | Documentation: bpf: Add missing line break separator in node_data struct code... | Bagas Sanjaya |
2023-02-13 | Revert "bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized ... | Alexei Starovoitov |
2023-02-13 | selftests/bpf: Clean up dynptr prog_tests | Joanne Koong |
2023-02-13 | selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests | Joanne Koong |
2023-02-13 | Merge branch 'BPF rbtree next-gen datastructure' | Alexei Starovoitov |
2023-02-13 | bpf, documentation: Add graph documentation for non-owning refs | Dave Marchevsky |
2023-02-13 | selftests/bpf: Add rbtree selftests | Dave Marchevsky |
2023-02-13 | bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h | Dave Marchevsky |
2023-02-13 | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky |
2023-02-13 | bpf: Add callback validation to kfunc verifier logic | Dave Marchevsky |
2023-02-13 | bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args | Dave Marchevsky |
2023-02-13 | bpf: Add bpf_rbtree_{add,remove,first} kfuncs | Dave Marchevsky |
2023-02-13 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky |
2023-02-13 | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky |
2023-02-13 | Merge branch 'xdp-ice-mbuf' | Daniel Borkmann |
2023-02-13 | ice: Micro-optimize .ndo_xdp_xmit() path | Alexander Lobakin |
2023-02-13 | ice: Fix freeing XDP frames backed by Page Pool | Alexander Lobakin |
2023-02-13 | ice: Robustify cleaning/completing XDP Tx buffers | Alexander Lobakin |
2023-02-13 | ice: Remove two impossible branches on XDP Tx cleaning | Alexander Lobakin |
2023-02-13 | ice: Fix XDP Tx ring overrun | Alexander Lobakin |
2023-02-13 | ice: fix ice_tx_ring:: Xdp_tx_active underflow | Alexander Lobakin |
2023-02-13 | selftests/bpf: Fix out-of-srctree build | Ilya Leoshkevich |
2023-02-13 | bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol... | Alan Maguire |
2023-02-10 | Merge branch 'bpf, mm: introduce cgroup.memory=nobpf' | Alexei Starovoitov |
2023-02-10 | bpf: allow to disable bpf prog memory accounting | Yafang Shao |
2023-02-10 | bpf: allow to disable bpf map memory accounting | Yafang Shao |