summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-11-151-1/+2
* 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
| * bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-071-1/+8
* | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+1
|/
* bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+1
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-0/+20
* bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-0/+2
* bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+1
* bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov2021-05-191-4/+4
* bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+10
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-48/+111
|\
| * bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-271-19/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-1/+22
| |\
| | * bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+1
| | * bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest2021-04-191-0/+1
| | * bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-191-0/+20
| | * bpf: Remove repeated struct btf_type declarationWan Jiabing2021-04-031-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+2
| |\ \ | | |/ | |/|
| * | bpf: selftests: Add kfunc_call testMartin KaFai Lau2021-03-261-0/+6
| * | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+24
| * | bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2021-03-261-2/+2