- 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years, 1 month ago
- 34d3a78 bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. by Hao Luo · 3 years, 1 month ago
- 3c48073 bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years, 1 month ago
- aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 1 month ago
- c5fb199 bpf: Add bpf_strncmp helper by Hou Tao · 3 years, 1 month ago
- be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- e6f2dd0 bpf: Add bpf_loop helper by Joanne Koong · 3 years, 2 months ago
- 5e0bc30 bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs by Dmitrii Banshchikov · 3 years, 2 months ago
- 102acba bpf: Replace callers of BPF_CAST_CALL with proper function typedef by Kees Cook · 3 years, 4 months ago
- 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
- 335ff49 bpf: Merge printk and seq_printf VARARG max macros by Dave Marchevsky · 3 years, 4 months ago
- 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
- dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 5 months ago
- a396eda bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf() by Daniel Xu · 3 years, 5 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 3478cfc bpf: Support "%c" in bpf_bprintf_prepare(). by Kuniyuki Iwashima · 3 years, 5 months ago
- f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 2d3a1e3 bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers by Yonghong Song · 3 years, 5 months ago
- a2baf4e bpf: Fix potentially incorrect results with bpf_get_local_storage() by Yonghong Song · 3 years, 5 months ago
- 7133084 bpf: Add _kernel suffix to internal lockdown_bpf_read by Daniel Borkmann · 3 years, 5 months ago
- c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
- bfc6bb7 bpf: Implement verifier support for validation of async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
- b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
- c1b3fed bpf: Factor out bpf_spin_lock into helpers. by Alexei Starovoitov · 3 years, 6 months ago
- 694cea3 bpf: Allow RCU-protected lookups to happen from bh context by Toke Høiland-Jørgensen · 3 years, 7 months ago
- ff40e51 bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks by Daniel Borkmann · 3 years, 8 months ago
- 0af02eb bpf: Avoid using ARRAY_SIZE on an uninitialized pointer by Florent Revest · 3 years, 8 months ago
- 8afcc19 bpf: Clarify a bpf_bprintf_prepare macro by Florent Revest · 3 years, 8 months ago
- e2d5b2b bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers by Florent Revest · 3 years, 8 months ago
- 48cac3f bpf: Implement formatted output helpers with bstr_printf by Florent Revest · 3 years, 9 months ago
- 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 9 months ago
- d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 9 months ago
- b910eaa bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper by Yonghong Song · 3 years, 10 months ago
- 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
- 61ca36c8 bpf: Simplify cases in bpf_base_func_proto by Tobias Klauser · 4 years ago
- 301a33d bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback by Mircea Cirjaliu · 4 years ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
- d055126 bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 4 years, 2 months ago
- 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 4 months ago
- eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 4 months ago
- c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 4 months ago
- 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 5 months ago
- 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 8 months ago
- f470378 bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task* by John Fastabend · 4 years, 8 months ago
- 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
- 71d1921 bpf: add bpf_ktime_get_boot_ns() by Maciej Żenczykowski · 4 years, 9 months ago
- 082b57e net: bpf: Make bpf_ktime_get_ns() available to non GPL programs by Maciej Żenczykowski · 4 years, 9 months ago
- 6890896 bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n by Stanislav Fomichev · 4 years, 9 months ago
- 0f09abd bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id by Daniel Borkmann · 4 years, 10 months ago
- b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 11 months ago
- 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
- 7432103 cgroup: use cgrp->kn->id as the cgroup ID by Tejun Heo · 5 years ago
- 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
- 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
- d7a4cb9 bpf: Introduce bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
- 96049f3 bpf: introduce BPF_F_LOCK flag by Alexei Starovoitov · 6 years ago
- d83525c bpf: introduce bpf_spin_lock by Alexei Starovoitov · 6 years ago
- 80b0d86 bpf: fix direct packet write into pop/peek helpers by Daniel Borkmann · 6 years ago
- f1a2e44 bpf: add queue and stack maps by Mauricio Vasquez B · 6 years ago
- b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
- f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
- 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
- cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
- bf6fa2c8 bpf: implement bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
- 39f19ebb bpf: rename ARG_PTR_TO_STACK by Alexei Starovoitov · 8 years ago
- 2d0e30c bpf: add helper for retrieving current numa node id by Daniel Borkmann · 8 years ago
- 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
- f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
- 6088b58 bpf: minor cleanups in helpers by Daniel Borkmann · 8 years ago
- 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 9 years ago
- 074f528e bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK by Daniel Borkmann · 9 years ago
- cdc4e47 bpf: avoid copying junk bytes in bpf_get_current_comm() by Alexei Starovoitov · 9 years ago
- 3ad0040 bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs by Daniel Borkmann · 9 years ago
- ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
- 3324b58 ebpf: misc core cleanup by Daniel Borkmann · 10 years ago
- 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 10 years ago
- c04167c ebpf: add helper for obtaining current processor id by Daniel Borkmann · 10 years ago
- 03e69b5 ebpf: add prandom helper for packet sampling by Daniel Borkmann · 10 years ago
- a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 10 years ago
- d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago