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
-7
/
+7
2025-09-09
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+6
2025-06-04
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
1
-1
/
+2
2025-06-04
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-02-27
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-02-27
bpf: avoid holding freeze_mutex during mmap operation
Andrii Nakryiko
1
-7
/
+10
2025-02-27
bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
Andrii Nakryiko
1
-2
/
+8
2024-12-14
bpf: put bpf_link's program when link is safe to be deallocated
Andrii Nakryiko
1
-5
/
+17
2024-11-17
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-5
/
+9
2024-11-01
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-1
/
+1
2024-11-01
bpf: fix unpopulated name_len field in perf_event link info
Tyrone Wu
1
-7
/
+22
2024-11-01
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
1
-0
/
+4
2024-11-01
bpf: Add missed value to kprobe perf link info
Jiri Olsa
1
-6
/
+8
2024-10-04
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
1
-0
/
+1
2024-10-04
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-1
/
+2
2024-06-21
bpf: Fix a potential use-after-free in bpf_link_free()
Cong Wang
1
-5
/
+6
2024-06-21
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+8
2024-06-12
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
1
-0
/
+5
2024-04-10
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-3
/
+32
2024-02-05
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
2024-01-25
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
1
-1
/
+5
2024-01-25
bpf: Defer the free of inner map when necessary
Hou Tao
1
-5
/
+27
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
1
-1
/
+0
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
1
-3
/
+11
2023-08-21
bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
Jiri Olsa
1
-68
/
+52
2023-08-16
bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
Yafang Shao
1
-3
/
+2
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
1
-13
/
+69
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
1
-0
/
+146
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
1
-14
/
+20
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-71
/
+113
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
1
-0
/
+5
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
1
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-0
/
+47
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
1
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
1
-15
/
+19
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
1
-13
/
+16
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
1
-0
/
+9
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
1
-2
/
+2
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
1
-4
/
+5
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
1
-5
/
+20
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
1
-2
/
+9
[next]