Age | Commit message (Expand) | Author |
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 |
2024-06-21 | Merge branch 'regular-expression-support-for-test-output-matching' | Andrii Nakryiko |
2024-06-21 | selftests/bpf: Match tests against regular expression | Cupertino Miranda |
2024-06-21 | selftests/bpf: Support checks against a regular expression | Cupertino Miranda |
2024-06-21 | libbpf: Checking the btf_type kind when fixing variable offsets | Donglin Peng |
2024-06-21 | bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooks | Matt Bobrowski |
2024-06-21 | bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton | Andrii Nakryiko |
2024-06-21 | bpf: Change bpf_session_cookie return value to __u64 * | Jiri Olsa |
2024-06-20 | Merge branch 'use-network-helpers-part-7' | Alexei Starovoitov |
2024-06-20 | selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user | Geliang Tang |
2024-06-20 | selftests/bpf: Use start_server_str in mptcp | Geliang Tang |
2024-06-20 | selftests/bpf: Drop noconnect from network_helper_opts | Geliang Tang |
2024-06-20 | selftests/bpf: Add client_socket helper | Geliang Tang |
2024-06-20 | selftests/bpf: Use connect_to_addr in connect_to_fd_opt | Geliang Tang |
2024-06-20 | selftests/bpf: Drop type from network_helper_opts | Geliang Tang |
2024-06-20 | Merge branch 'fix-compiler-warnings-looking-for-suggestions' | Alexei Starovoitov |
2024-06-20 | bpf: remove redeclaration of new_n in bpf_verifier_vlog | Rafael Passos |
2024-06-20 | bpf: remove unused parameter in __bpf_free_used_btfs | Rafael Passos |
2024-06-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos |
2024-06-20 | Merge branch 'bpf-verifier-correct-tail_call_reachable-for-bpf-prog' | Alexei Starovoitov |
2024-06-20 | bpf, x64: Remove tail call detection | Leon Hwang |
2024-06-20 | bpf, verifier: Correct tail_call_reachable for bpf prog | Leon Hwang |
2024-06-17 | Merge branch 'bpf-support-resilient-split-btf' | Andrii Nakryiko |
2024-06-17 | resolve_btfids: Handle presence of .BTF.base section | Alan Maguire |
2024-06-17 | libbpf: Make btf_parse_elf process .BTF.base transparently | Eduard Zingerman |
2024-06-17 | selftests/bpf: Extend distilled BTF tests to cover BTF relocation | Alan Maguire |