summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-1/+3
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-181-1/+0
* bpf: Introduce MEM_RDONLY flagHao Luo2021-12-181-3/+5
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-9/+9
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-7/+12
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-6/+9
* bpf: Introduce composable reg, ret and arg types.Hao Luo2021-12-181-0/+42
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+5
* bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-1/+10
|\
| * bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-021-0/+8
| * bpf: Add bpf_loop helperJoanne Koong2021-11-301-0/+1
| * bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-14/+3
|\ \
| * | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-301-14/+2
| * | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-1/+2
|\| | | |/ |/|
| * bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-11-151-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-0/+1
|\ \ | |/ |/|
| * bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+1
* | bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-061-0/+6
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-5/+54
|\
| * bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-011-3/+3
| * bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-011-0/+16
| * bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-0/+23
| * bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2021-11-011-0/+4
| * bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-281-0/+1
| * bpf: Add bloom filter map implementationJoanne Koong2021-10-281-0/+1
| * bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2021-10-211-0/+1
| * bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+1
| * bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-051-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+5
|\ \ | |/ |/|
| * bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-10-261-2/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-011-1/+6
|\ \ | |/ |/|
| * bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-281-1/+3
| * bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+1
| * bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-0/+2
* | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-1/+2
|/
* bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-3/+0
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-1/+15
* bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-75/+104
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-0/+8
* bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-20/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-31/+69
|\
| * sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-18/+20
| * bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-151-0/+5
| * bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-151-11/+33
| * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+3
| * bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-1/+0