index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
2024-10-24
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-5
/
+9
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-1
/
+1
2024-10-09
bpf: fix unpopulated name_len field in perf_event link info
Tyrone Wu
1
-7
/
+22
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-132
/
+49
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-21
/
+21
2024-09-13
bpf: Call the missed btf_record_free() when map creation fails
Hou Tao
1
-7
/
+12
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
1
-0
/
+1
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-1
/
+2
2024-09-05
bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmd
Andrii Nakryiko
1
-1
/
+1
2024-08-23
bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
Amery Hung
1
-2
/
+4
2024-08-13
bpf: more trivial fdget() conversions
Al Viro
1
-15
/
+7
2024-08-13
bpf: trivial conversions for fdget()
Al Viro
1
-7
/
+3
2024-08-13
bpf: switch maps to CLASS(fd, ...)
Al Viro
1
-88
/
+30
2024-08-13
bpf: convert __bpf_prog_get() to CLASS(fd, ...)
Al Viro
1
-22
/
+9
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-21
/
+21
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-3
/
+3
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+28
2024-06-03
bpf: Fix a potential use-after-free in bpf_link_free()
Cong Wang
1
-5
/
+6
2024-05-30
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
1
-1
/
+2
2024-05-30
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
1
-5
/
+26
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2024-04-30
bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
Stanislav Fomichev
1
-0
/
+5
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-1
/
+6
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+18
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-1
/
+1
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+9
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-1
/
+5
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-0
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+32
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-3
/
+32
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
1
-4
/
+9
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
1
-7
/
+2
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-3
/
+3
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
1
-0
/
+6
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-0
/
+36
2024-03-07
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
1
-0
/
+16
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
1
-2
/
+2
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
1
-12
/
+13
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-25
/
+65
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+21
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-14
/
+45
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+17
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
1
-1
/
+1
[next]