aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-10/+10
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+3
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo1-1/+0
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo1-3/+5
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-9/+9
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo1-7/+12
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo1-6/+9
2021-12-18bpf: Introduce composable reg, ret and arg types.Hao Luo1-0/+42
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa1-0/+5
2021-12-11bpf: Add bpf_strncmp helperHou Tao1-0/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+10
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+3
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov1-0/+8
2021-11-30bpf: Add bpf_loop helperJoanne Koong1-0/+1
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior1-14/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-11-17bpf, x86: Fix "no previous prototype" warningBjörn Töpel1-0/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-1/+1
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-1/+2
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu1-0/+1
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau1-0/+6
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+54
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong1-3/+3
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao1-0/+16
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao1-0/+23
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao1-0/+4
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi1-0/+1
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-0/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+5
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky1-0/+1
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+1
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi1-3/+5
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+6
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook1-1/+3
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky1-0/+1
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky1-0/+2
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-1/+2
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko1-3/+0
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-1/+15
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko1-75/+104
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+8
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko1-20/+34
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-31/+69
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-11/+33
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+3