index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix a potential use-after-free in bpf_link_free()
Cong Wang
2024-06-03
1
-5
/
+6
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-1
/
+1
|
\
|
*
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-04-25
1
-1
/
+1
*
|
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-17
1
-1
/
+0
|
\
\
|
*
|
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-24
1
-1
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-14
1
-0
/
+5
|
\
\
\
|
*
|
|
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
2024-04-30
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
bpf: Add support for kprobe session attach
Jiri Olsa
2024-04-30
1
-1
/
+6
*
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-29
1
-1
/
+18
|
\
\
\
|
*
|
|
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-23
1
-0
/
+9
|
*
|
|
bpf: add support for bpf_wq user type
Benjamin Tissoires
2024-04-23
1
-1
/
+5
|
*
|
|
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
2024-04-10
1
-0
/
+4
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-04
1
-3
/
+32
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-03-28
1
-3
/
+32
|
|
/
*
|
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
2024-03-19
1
-4
/
+9
*
|
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
2024-03-19
1
-7
/
+2
|
/
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-11
1
-3
/
+3
*
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
1
-0
/
+6
*
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
1
-0
/
+36
*
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2024-03-07
1
-0
/
+16
*
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-24
1
-2
/
+2
*
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-24
1
-12
/
+13
*
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
1
-2
/
+3
*
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
1
-25
/
+65
*
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-24
1
-2
/
+21
*
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-24
1
-14
/
+45
*
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-24
1
-0
/
+17
*
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-24
1
-4
/
+9
*
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
1
-1
/
+1
*
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-23
1
-0
/
+2
*
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-23
1
-0
/
+4
*
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-04
1
-0
/
+9
*
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2024-01-04
1
-1
/
+22
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-159
/
+56
*
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
2023-12-14
1
-1
/
+5
*
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2023-12-13
1
-4
/
+0
*
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
2023-12-13
1
-3
/
+7
*
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
2023-12-09
1
-0
/
+6
*
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
2023-12-09
1
-2
/
+4
*
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
2023-12-09
1
-3
/
+3
*
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
2023-12-09
1
-1
/
+3
*
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
2023-12-09
1
-1
/
+0
*
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2023-12-06
1
-2
/
+2
*
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2023-12-06
1
-12
/
+13
*
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-2
/
+3
*
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
1
-24
/
+63
*
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2023-12-06
1
-2
/
+18
*
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2023-12-06
1
-14
/
+38
*
bpf: introduce BPF token object
Andrii Nakryiko
2023-12-06
1
-0
/
+17
*
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2023-12-06
1
-4
/
+9
[next]