summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Defer the free of inner map when necessaryHou Tao2024-03-261-2/+24
* bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2024-02-231-0/+6
* bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-251-0/+9
* bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-241-4/+2
* bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones2022-10-261-0/+2
* bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu2022-09-081-1/+1
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-011-1/+1
* bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2022-03-081-6/+12
* bpf: Add schedule points in batch opsEric Dumazet2022-03-021-0/+3
* bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-11-251-21/+36
* bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-10-261-2/+4
* bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai2021-10-221-2/+3
* bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev2021-08-201-17/+17
* bpf: Use kvmalloc for map values in syscallStanislav Fomichev2021-08-201-17/+11
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-1/+1
* bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-7/+98
* bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-151-4/+17
* bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov2021-07-151-6/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-4/+43
|\
| * bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+13
| * bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-4/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+2
|\ \ | |/ |/|
| * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2021-05-111-1/+2
* | bpf: Make some symbols staticPu Lehui2021-05-191-2/+2
* | bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+19
* | bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+2
* | bpf: Introduce fd_idxAlexei Starovoitov2021-05-191-1/+1
* | bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2021-05-191-3/+4
* | bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov2021-05-191-39/+74
* | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+53
|/
* bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-251-6/+17
* bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+3
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+1
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-1/+2
* bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov2021-03-081-0/+5
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-4/+10
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-1/+1
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-281-1/+0
|\
| * bpf: Remove unused including <linux/version.h>Tian Tao2020-12-181-1/+0
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-17/+3
|\ \ | |/ |/|
| * bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2020-12-101-17/+3
* | bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko2020-12-081-1/+4
* | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-31/+51
* | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-3/+21
* | bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-59/+10
* | bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-80/+16
* | bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-1/+5
* | bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+63