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