summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-06-21Merge branch 'regular-expression-support-for-test-output-matching'Andrii Nakryiko
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda
2024-06-21libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng
2024-06-21bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooksMatt Bobrowski
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa
2024-06-20Merge branch 'use-network-helpers-part-7'Alexei Starovoitov
2024-06-20selftests/bpf: Use start_server_str in test_tcp_check_syncookie_userGeliang Tang
2024-06-20selftests/bpf: Use start_server_str in mptcpGeliang Tang
2024-06-20selftests/bpf: Drop noconnect from network_helper_optsGeliang Tang
2024-06-20selftests/bpf: Add client_socket helperGeliang Tang
2024-06-20selftests/bpf: Use connect_to_addr in connect_to_fd_optGeliang Tang
2024-06-20selftests/bpf: Drop type from network_helper_optsGeliang Tang
2024-06-20Merge branch 'fix-compiler-warnings-looking-for-suggestions'Alexei Starovoitov
2024-06-20bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-06-20Merge branch 'bpf-verifier-correct-tail_call_reachable-for-bpf-prog'Alexei Starovoitov
2024-06-20bpf, x64: Remove tail call detectionLeon Hwang
2024-06-20bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang
2024-06-17Merge branch 'bpf-support-resilient-split-btf'Andrii Nakryiko
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire
2024-06-17libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman
2024-06-17selftests/bpf: Extend distilled BTF tests to cover BTF relocationAlan Maguire