Show patches with: State = Action Required       |    Delegate = bpf       |   437 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[bpf-next,v2,2/2] libbpf: add getters for BTF.ext func and line info libbpf: introduce line_info and func_info getters - - - 41-12 2025-03-31 Mykyta Yatsenko bpf New
[bpf-next,v2,1/2] libbpf: make bpf_line/func_info_min public libbpf: introduce line_info and func_info getters - - - 41-12 2025-03-31 Mykyta Yatsenko bpf New
[bpf] bpf: add missing ops lock around dev_xdp_attach_link [bpf] bpf: add missing ops lock around dev_xdp_attach_link - - - 68-3 2025-03-31 Stanislav Fomichev bpf New
[bpf-next,2/2] bpf: Check link_create parameter for multi_uprobe [bpf-next,1/2] bpf: Check link_create parameter for multi_kprobe - - - 41-12 2025-03-31 Tao Chen bpf New
[bpf-next,1/2] bpf: Check link_create parameter for multi_kprobe [bpf-next,1/2] bpf: Check link_create parameter for multi_kprobe - - - 41-12 2025-03-31 Tao Chen bpf New
[bpf-next,4/4] selftests/bpf: remove likely/unlikely definitions likely/unlikely for bpf_helpers - - - 58112 2025-03-31 Anton Protopopov bpf New
[bpf-next,3/4] libbpf: add likely/unlikely macros likely/unlikely for bpf_helpers - - - 58112 2025-03-31 Anton Protopopov bpf New
[bpf-next,2/4] selftests/bpf: add guard macros around likely/unlikely likely/unlikely for bpf_helpers - - - 58112 2025-03-31 Anton Protopopov bpf New
[bpf-next,1/4] bpf: fix a comment describing bpf_attr likely/unlikely for bpf_helpers - - - 57212 2025-03-31 Anton Protopopov bpf New
[bpf,v2,2/2] selftests/bpf: add perf test for adjust_{head,meta} bpf, xdp: clean adjust_{head,meta} memory when offset < 0 - - - 67-4 2025-03-31 Jiayuan Chen bpf New
[bpf,v2,1/2] bpf, xdp: clean head/meta when expanding it bpf, xdp: clean adjust_{head,meta} memory when offset < 0 - - - 6515 2025-03-31 Jiayuan Chen bpf New
[bpf] libbpf: Fix implicit memfd_create() for bionic [bpf] libbpf: Fix implicit memfd_create() for bionic - - - 6713 2025-03-30 Carlos Llamas bpf New
[2/3,RFC] bpf: allow non-TCP skbs for bpf_sock_ops_enable_tx_tstamp bpf: TSTAMP_COMPLETION_CB timestamping + enable it for Bluetooth - - - 56214 2025-03-30 Pauli Virtanen bpf New
[1/3] bpf: Add BPF_SOCK_OPS_TSTAMP_COMPLETION_CB callback bpf: TSTAMP_COMPLETION_CB timestamping + enable it for Bluetooth - - - 57213 2025-03-30 Pauli Virtanen bpf New
[bpf-next,v3,16/16] selftests/bpf: Add benchmark for dynptr key support in hash map Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,15/16] selftests/bpf: Add test cases for hash map with dynptr key Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,14/16] selftests/bpf: Add bpf_dynptr_user_init() helper Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,13/16] bpf: Enable the creation of hash map with dynptr key Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,12/16] bpf: Disable unsupported operations for map with dynptr key Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,11/16] bpf: Support get_next_key operation for dynptr key in hash map Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,10/16] bpf: Export bpf_dynptr_set_size Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,09/16] bpf: Support basic operations for dynptr key in hash map Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,08/16] bpf: Handle bpf_dynptr in bpf syscall when it is used as output Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,07/16] bpf: Handle bpf_dynptr in bpf syscall when it is used as input Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,06/16] bpf: Reuse bpf_dynptr for userspace application use case Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,05/16] bpf: Support map key with dynptr in verifier Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,04/16] bpf: Split check_stack_range_initialized() into small functions Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,03/16] bpf: Add helper bpf_map_has_dynptr_key() Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,02/16] bpf: Parse bpf_dynptr in map key Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[bpf-next,v3,01/16] bpf: Introduce BPF_DYNPTR and helpers to facilitate its parsing Support dynptr key for hash map - - - 42-14 2025-03-27 Hou Tao bpf New
[RESEND] powerpc64/bpf: fix JIT code size calculation of bpf trampoline [RESEND] powerpc64/bpf: fix JIT code size calculation of bpf trampoline - - 1 42-12 2025-03-26 Hari Bathini bpf New
LoongArch: BPF: Don't override subprog's return value LoongArch: BPF: Don't override subprog's return value - - - 42-12 2025-03-25 Hengqi Chen bpf New
selftests/bpf: close the file descriptor to avoid resource leaks selftests/bpf: close the file descriptor to avoid resource leaks - - - 42-12 2025-03-24 Malaya Kumar Rout bpf New
[v2] selftests/bpf: fix the compilation errors caused by larchintrin.h [v2] selftests/bpf: fix the compilation errors caused by larchintrin.h - - - 42-12 2025-03-21 Zhang Xi bpf New
[bpf-next,v4,2/2] selftests/xsk: Add tail adjustment tests and support check selftests/xsk: Add tests for XDP tail adjustment in AF_XDP - 1 - 57212 2025-03-21 Tushar Vyavahare bpf New
[bpf-next,v4,1/2] selftests/xsk: Add packet stream replacement function selftests/xsk: Add tests for XDP tail adjustment in AF_XDP - 1 - 57212 2025-03-21 Tushar Vyavahare bpf New
[bpf-next/net,v3,5/5] selftests/bpf: Drop cgroup_fd of run_mptcpify bpf: Add mptcp_subflow bpf_iter support - 1 - 59-12 2025-03-20 Matthieu Baerts bpf New
[bpf-next/net,v3,4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest bpf: Add mptcp_subflow bpf_iter support - 1 - 58112 2025-03-20 Matthieu Baerts bpf New
[bpf-next/net,v3,3/5] selftests/bpf: More endpoints for endpoint_init bpf: Add mptcp_subflow bpf_iter support - 1 - 58112 2025-03-20 Matthieu Baerts bpf New
[bpf-next/net,v3,2/5] bpf: Add mptcp_subflow bpf_iter bpf: Add mptcp_subflow bpf_iter support - 1 - 58112 2025-03-20 Matthieu Baerts bpf New
[bpf-next/net,v3,1/5] bpf: Register mptcp common kfunc set bpf: Add mptcp_subflow bpf_iter support - 2 - 59-12 2025-03-20 Matthieu Baerts bpf New
bpf: Remove duplicate judgments bpf: Remove duplicate judgments 1 - - 55115 2025-03-20 Feng Yang bpf New
[bpf-next,v6,11/11] selftests/bpf: Test attaching bpf qdisc to mq and non root bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,10/11] selftests/bpf: Add a bpf fq qdisc to selftest bpf qdisc 1 - - 6911 2025-03-19 Amery Hung bpf New
[bpf-next,v6,09/11] selftests/bpf: Add a basic fifo qdisc test bpf qdisc 1 - - 6812 2025-03-19 Amery Hung bpf New
[bpf-next,v6,08/11] libbpf: Support creating and destroying qdisc bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,07/11] bpf: net_sched: Disable attaching bpf qdisc to non root bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,06/11] bpf: net_sched: Support updating bstats bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,05/11] bpf: net_sched: Add a qdisc watchdog timer bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,04/11] bpf: net_sched: Add basic bpf qdisc kfuncs bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,03/11] bpf: net_sched: Support implementation of Qdisc_ops in bpf bpf qdisc 2 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v6,02/11] bpf: Prepare to reuse get_ctx_arg_idx bpf qdisc 1 - - 692- 2025-03-19 Amery Hung bpf New
[bpf-next,v3,3/3] selftests/bpf: Add edge case tests for sockmap bpf: Fix use-after-free of sockmap - - - 59-12 2025-03-17 Jiayuan Chen bpf New
[bpf-next,v3,2/3] bpf, sockmap: avoid using sk_socket after free when reading bpf: Fix use-after-free of sockmap - - - 58-13 2025-03-17 Jiayuan Chen bpf New
[bpf-next,v3,1/3] bpf, sockmap: avoid using sk_socket after free when sending bpf: Fix use-after-free of sockmap - - - 58-13 2025-03-17 Jiayuan Chen bpf New
LoongArch: BPF: Fix off by one error in build_prologue() LoongArch: BPF: Fix off by one error in build_prologue() - - - 54-- 2025-03-15 Hengqi Chen bpf New
[syzbot,bpf?] KASAN: slab-out-of-bounds Read in atomic_ptr_type_ok [syzbot,bpf?] KASAN: slab-out-of-bounds Read in atomic_ptr_type_ok - - 1 52-3 2025-03-15 Kohei Enju bpf New
[bpf-next,v1] bpf: Fix out-of-bounds read in check_atomic_load/store() [bpf-next,v1] bpf: Fix out-of-bounds read in check_atomic_load/store() - - 1 7011 2025-03-14 Kohei Enju bpf New
[bpf-next,v8,2/2] arm64/cfi,bpf: Support kCFI + BPF on arm64 Support kCFI + BPF on arm64 - - - 6821 2025-03-10 Sami Tolvanen bpf New
[bpf-next,v8,1/2] cfi: add C CFI type macro Support kCFI + BPF on arm64 - - - 692- 2025-03-10 Sami Tolvanen bpf New
[bpf-next,v2,6/6] selftests/bpf: Add test case for atomic update of fd htab bpf: Support atomic update for htab of maps - - - 692- 2025-03-08 Hou Tao bpf New
[bpf-next,v2,5/6] bpf: Don't allocate per-cpu extra_elems for fd htab bpf: Support atomic update for htab of maps - - - 71-- 2025-03-08 Hou Tao bpf New
[bpf-next,v2,4/6] bpf: Add is_fd_htab() helper bpf: Support atomic update for htab of maps - - - 70-1 2025-03-08 Hou Tao bpf New
[bpf-next,v2,3/6] bpf: Support atomic update for htab of maps bpf: Support atomic update for htab of maps - - - 692- 2025-03-08 Hou Tao bpf New
[bpf-next,v2,2/6] bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place bpf: Support atomic update for htab of maps - - - 701- 2025-03-08 Hou Tao bpf New
[bpf-next,v2,1/6] bpf: Factor out htab_elem_value helper() bpf: Support atomic update for htab of maps - - - 6911 2025-03-08 Hou Tao bpf New
[bpf-next,v2,4/4] tcp_bpf: improve ingress redirection performance with message corking tcp_bpf: improve ingress redirection performance with message corking - 1 - 692- 2025-03-06 Cong Wang bpf New
[bpf-next,v2,3/4] skmsg: save some space in struct sk_psock tcp_bpf: improve ingress redirection performance with message corking - - - 701- 2025-03-06 Cong Wang bpf New
[bpf-next,v2,2/4] skmsg: implement slab allocator cache for sk_msg tcp_bpf: improve ingress redirection performance with message corking - 1 - 701- 2025-03-06 Cong Wang bpf New
[bpf-next,v2,1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand() tcp_bpf: improve ingress redirection performance with message corking - - - 692- 2025-03-06 Cong Wang bpf New
[v2,2/2] selftests/bpf: Refactor xdp_adjust_tail selftest with dynamic sizing Fix xdp_adjust_frags_tail_grow selftest on powerpc - - - 692- 2025-03-05 Saket Kumar Bhaskar bpf New
[v2,1/2] bpf, test_run: Replace hardcoded page size with dynamic PAGE_SIZE in test_run Fix xdp_adjust_frags_tail_grow selftest on powerpc - - - 692- 2025-03-05 Saket Kumar Bhaskar bpf New
[bpf-next,v3,2/2] selftests/xsk: Add tail adjustment tests and support check selftests/xsk: Add tests for XDP tail adjustment in AF_XDP - - - 692- 2025-03-05 Tushar Vyavahare bpf Needs ACK
[bpf-next,v3,1/2] selftests/xsk: Add packet stream replacement function selftests/xsk: Add tests for XDP tail adjustment in AF_XDP - - - 692- 2025-03-05 Tushar Vyavahare bpf Needs ACK
[bpf-next,v2,2/2] selftests/bpf: add ktls selftest bpf: fix ktls panic with sockmap and add tests - - - 58112 2025-02-19 Jiayuan Chen bpf Needs ACK
[bpf-next,v2,1/2] bpf: fix ktls panic with sockmap bpf: fix ktls panic with sockmap and add tests - - - 59-12 2025-02-19 Jiayuan Chen bpf Needs ACK
[bpf-next,3/3] selftests/bpf: Add test case for atomic htab update bpf: Overwrite the htab element atomically - - - 692- 2025-02-04 Hou Tao bpf New
[bpf-next,2/3] bpf: Overwrite the element in hash map atomically bpf: Overwrite the htab element atomically - - - 71-- 2025-02-04 Hou Tao bpf New
[bpf-next,1/3] rculist: add hlist_nulls_replace_rcu() helper bpf: Overwrite the htab element atomically - - - 692- 2025-02-04 Hou Tao bpf New
[v12,bpf-next,5/5] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs Enable writing xattr from BPF programs - - - 6722 2025-01-30 Song Liu bpf New
[v12,bpf-next,4/5] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs Enable writing xattr from BPF programs 1 1 - 6722 2025-01-30 Song Liu bpf New
[v12,bpf-next,3/5] bpf: lsm: Add two more sleepable hooks Enable writing xattr from BPF programs - 1 - 6911 2025-01-30 Song Liu bpf New
[v12,bpf-next,2/5] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names Enable writing xattr from BPF programs - - - 6821 2025-01-30 Song Liu bpf New
[v12,bpf-next,1/5] fs/xattr: bpf: Introduce security.bpf. xattr name prefix Enable writing xattr from BPF programs 1 2 - 6911 2025-01-30 Song Liu bpf New
[bpf-next,v3] selftests/Makefile: override the srctree for out-of-tree builds [bpf-next,v3] selftests/Makefile: override the srctree for out-of-tree builds - - 1 69-- 2025-01-15 Zhijian Li (Fujitsu) bpf New
[bpf-next,v2,3/3] selftests/bpf: Extend netkit tests to validate set {head,tail}room [bpf-next,v2,1/3] netkit: Allow for configuring needed_{head,tail}room 1 - - 633- 2024-12-20 Daniel Borkmann bpf New
[bpf-next,v2,2/3] netkit: Add add netkit {head,tail}room to rt_link.yaml [bpf-next,v2,1/3] netkit: Allow for configuring needed_{head,tail}room 1 1 - 642- 2024-12-20 Daniel Borkmann bpf New
[bpf-next,v2,1/3] netkit: Allow for configuring needed_{head,tail}room [bpf-next,v2,1/3] netkit: Allow for configuring needed_{head,tail}room 1 1 - 642- 2024-12-20 Daniel Borkmann bpf New
[bpf-next,v2,14/14] selftests: Add a bpf fq qdisc to selftest bpf qdisc - - - 6411 2024-12-20 Amery Hung bpf New
[bpf-next,v2,13/14] selftests: Add a basic fifo qdisc test bpf qdisc - - - 6312 2024-12-20 Amery Hung bpf New
[bpf-next,v2,12/14] libbpf: Support creating and destroying qdisc bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,11/14] bpf: net_sched: Allow writing to more Qdisc members bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,10/14] bpf: net_sched: Support updating qstats bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,09/14] bpf: net_sched: Support updating bstats bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,08/14] bpf: net_sched: Add a qdisc watchdog timer bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,07/14] bpf: Search and add kfuncs in struct_ops prologue and epilogue bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,06/14] bpf: net_sched: Add basic bpf qdisc kfuncs bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,05/14] bpf: net_sched: Support implementation of Qdisc_ops in bpf bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,04/14] selftests/bpf: Test returning referenced kptr from struct_ops programs bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
[bpf-next,v2,03/14] bpf: Allow struct_ops prog to return referenced kptr bpf qdisc - - - 642- 2024-12-20 Amery Hung bpf New
« 1 2 3 44 5 »