aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-02-04bpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
2026-02-04bpf: Add a recursion check to prevent loops in bpf_timerAlexei Starovoitov1-0/+16
2026-02-04bpf: Tighten conditions when timer/wq can be called synchronouslyAlexei Starovoitov1-7/+10
2026-02-04bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().Kuniyuki Iwashima1-5/+1
2026-02-03bpf: Introduce bpf_timer_cancel_async() kfuncAlexei Starovoitov1-0/+48
2026-02-03bpf: Add verifier support for bpf_timer argument in kfuncsMykyta Yatsenko1-18/+37
2026-02-03bpf: Enable bpf_timer and bpf_wq in any contextAlexei Starovoitov1-183/+225
2026-02-03bpf: Allow BPF stream kfuncs while holding a lockEmil Tsalapatis1-1/+12
2026-02-03bpf: Add bpf_stream_print_stack stack dumping kfuncEmil Tsalapatis2-0/+20
2026-02-03bpf: Relax scalar id equivalence for state pruningPuranjay Mohan1-12/+51
2026-02-03bpf: Relax maybe_widen_reg() constraintsPuranjay Mohan1-8/+14
2026-02-03bpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan1-0/+68
2026-02-03bpf: Let the verifier assign ids on stack fillsPuranjay Mohan1-0/+11
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum1-2/+3
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang2-0/+10
2026-01-30bpf: Consolidate special map field validation in verifierMykyta Yatsenko1-59/+11
2026-01-30bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko1-39/+40
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa2-1/+4
2026-01-28bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst1-6/+8
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa1-30/+190
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa1-1/+2
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-11/+19
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-18/+14
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski1-5/+21
2026-01-26bpf: explicitly align bpf_res_spin_lockFinn Thain1-1/+0
2026-01-24bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+20
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong1-0/+13
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong1-1/+5
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong1-16/+23
2026-01-24bpf: add fsession supportMenglong Dong4-12/+73
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-3/+4
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama1-5/+25
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong1-4/+18
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong1-0/+22
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek1-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko1-16/+11
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko1-30/+37
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko1-5/+4
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko1-11/+18
2026-01-20bpf: Require ARG_PTR_TO_MEM with memory flagZesen Liu1-0/+17
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu2-2/+2
2026-01-20bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang1-0/+299
2026-01-20bpf: Remove __prog kfunc arg annotationIhor Solodrai1-9/+2
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai2-4/+3
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai2-22/+20
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai2-14/+13
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai1-4/+54
2026-01-20bpf: Introduce struct bpf_kfunc_metaIhor Solodrai1-65/+91