index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_struct_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
1
-0
/
+7
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
1
-1
/
+1
2024-07-01
bpf: Use precise image size for struct_ops trampoline
Pu Lehui
1
-1
/
+1
2024-05-30
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
1
-0
/
+17
2024-05-30
bpf: enable detaching links of struct_ops objects.
Kui-Feng Lee
1
-5
/
+43
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
1
-5
/
+5
2024-03-18
bpf: Check return from set_memory_rox()
Christophe Leroy
1
-2
/
+6
2024-03-18
bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
Martin KaFai Lau
1
-2
/
+0
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
1
-41
/
+89
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
1
-5
/
+6
2024-02-22
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
1
-0
/
+5
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
1
-12
/
+201
2024-02-05
bpf: Remove an unnecessary check.
Kui-Feng Lee
1
-12
/
+9
2024-01-25
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
1
-0
/
+2
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
1
-87
/
+13
2024-01-23
bpf: validate value_type
Kui-Feng Lee
1
-33
/
+60
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
1
-6
/
+23
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
1
-18
/
+47
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
1
-5
/
+6
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+7
2024-01-23
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
1
-9
/
+15
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
1
-39
/
+41
2024-01-23
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
1
-9
/
+8
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
1
-74
/
+83
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
1
-8
/
+8
2023-12-06
bpf: Use arch_bpf_trampoline_size
Song Liu
1
-0
/
+7
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
1
-7
/
+5
2023-09-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
1
-4
/
+22
2023-08-14
bpf: Support default .validate() and .update() behavior for struct_ops links
David Vernet
1
-6
/
+9
2023-08-03
bpf: bpf_struct_ops: Remove unnecessary initial values of variables
Li kunyu
1
-3
/
+3
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-3
/
+0
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
1
-2
/
+2
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
1
-1
/
+47
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
1
-3
/
+140
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
1
-33
/
+44
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-3
/
+3
2023-03-07
bpf: bpf_struct_ops memory usage
Yafang Shao
1
-0
/
+16
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
1
-2
/
+1
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
1
-0
/
+3
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-4
/
+3
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
1
-22
/
+49
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+3
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
1
-2
/
+2
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
1
-3
/
+3
2021-11-01
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
1
-0
/
+3
2021-11-01
bpf: Factor out a helper to prepare trampoline for struct_ops prog
Hou Tao
1
-10
/
+19
2021-09-14
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
1
-2
/
+5
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-1
/
+21
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
1
-1
/
+1
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps
Roman Gushchin
1
-16
/
+3
[next]