summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-03-251-4/+18
| * | bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda2021-03-261-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-8/+25
| |\ \
| * | | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-20/+6
| * | | bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-041-0/+10
| * | | bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+4
| * | | bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+13
| * | | sock_map: Make sock_map_prog_update() staticCong Wang2021-02-261-9/+0
| * | | bpf: Clean up sockmap related KconfigsCong Wang2021-02-261-14/+12
| * | | bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov2021-02-261-0/+5
| * | | bpf: Enable task local storage for tracing programsSong Liu2021-02-261-0/+7
* | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: disable CFI in dispatcher functionsSami Tolvanen2021-04-081-2/+2
| | |/ | |/|
* / | bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-261-0/+2
|/ /