summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-12-02bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor
2022-12-02bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-11-26bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-11-26bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-26bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook
2022-11-04bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev
2022-10-21bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-10-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui
2022-10-21bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones
2022-10-21bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-10-21bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao
2022-10-21bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao
2022-10-21bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-10-21bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao
2022-10-21bpf: Disable preemption when increasing per-cpu map_lockedHou Tao
2022-10-21bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-10-21bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong
2022-10-21bpf: Cleanup check_refcount_okDave Marchevsky
2022-10-21btf: Export bpf_dynptr definitionRoberto Sassu
2022-10-12bpf: Fix resetting logic for unreferenced kptrsJules Irenge
2022-10-12bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2022-08-24bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima
2022-08-18bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells
2022-08-18bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-29bpf: Remove unneeded semicolonYang Li
2022-07-29bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai
2022-07-29bpf: Fix test_progs -j error with fentry/fexit testsSong Liu
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski