index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-8
/
+8
2025-09-09
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+6
2025-05-02
bpf: avoid holding freeze_mutex during mmap operation
Andrii Nakryiko
1
-7
/
+10
2025-03-13
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-01-09
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-4
/
+9
2024-03-26
bpf: Defer the free of inner map when necessary
Hou Tao
1
-2
/
+24
2024-02-23
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2024-01-25
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2023-01-24
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
1
-4
/
+2
2022-10-26
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
1
-0
/
+2
2022-09-08
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
1
-1
/
+1
2022-05-01
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-1
/
+1
2022-03-08
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
1
-6
/
+12
2022-03-02
bpf: Add schedule points in batch ops
Eric Dumazet
1
-0
/
+3
2021-11-25
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
1
-21
/
+36
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
1
-2
/
+4
2021-10-22
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
1
-2
/
+3
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-17
/
+17
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-1
/
+1
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
1
-7
/
+98
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
1
-4
/
+17
2021-07-15
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
1
-6
/
+26
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+43
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+13
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
1
-4
/
+30
2021-05-19
bpf: Make some symbols static
Pu Lehui
1
-2
/
+2
2021-05-19
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
1
-0
/
+19
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
1
-0
/
+2
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
1
-1
/
+1
2021-05-19
bpf: Make btf_load command to be bpfptr_t compatible.
Alexei Starovoitov
1
-3
/
+4
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
1
-39
/
+74
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
1
-0
/
+53
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
1
-1
/
+2
2021-04-25
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
1
-6
/
+17
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
1
-0
/
+3
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
1
-0
/
+1
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-0
/
+1
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
1
-1
/
+2
2021-03-08
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
1
-0
/
+5
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
1
-4
/
+10
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
1
-1
/
+1
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
1
-2
/
+4
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+0
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+3
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
1
-17
/
+3
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
1
-1
/
+4
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-31
/
+51
[next]