summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+20
* | bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programsYonghong Song2021-03-091-4/+5
|/
* bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+1
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-3/+3
* bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-2/+2
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-8/+0
* bpf: Allow variable-offset stack accessAndrei Matei2021-02-101-0/+5
* bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-19/+33
* bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-121-0/+10
* bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko2021-01-121-2/+3
* bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko2021-01-121-0/+3
* bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-0/+1
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-4/+9
* bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-11/+0
* bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-12/+0
* bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+34
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+1
* bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+2
* bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+1
* bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-281-0/+5
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
* bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+2
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+4
* bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-0/+2
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-6/+9