index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
4
-8
/
+16
2024-01-30
bpf: add arg:nullable tag to be combined with trusted pointers
Andrii Nakryiko
1
-0
/
+10
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2
-13
/
+110
2024-01-29
bpf,token: Use BIT_ULL() to convert the bit mask
Haiyue Wang
1
-8
/
+8
2024-01-29
bpf: move arg:ctx type enforcement check inside the main logic loop
Andrii Nakryiko
1
-17
/
+4
2024-01-25
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2
-1
/
+6
2024-01-24
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
1
-35
/
+208
2024-01-24
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
1
-1
/
+9
2024-01-24
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
2
-1
/
+15
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2
-5
/
+5
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2
-14
/
+16
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
3
-9
/
+8
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
3
-8
/
+9
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
4
-27
/
+97
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
3
-15
/
+63
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
4
-6
/
+242
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-12
/
+78
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
1
-0
/
+1
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
3
-103
/
+95
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
2
-6
/
+34
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
3
-22
/
+54
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2
-6
/
+7
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2
-0
/
+9
2024-01-23
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
1
-9
/
+15
2024-01-23
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
1
-0
/
+55
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2
-42
/
+46
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
2
-74
/
+88
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
1
-0
/
+4
2024-01-23
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
1
-7
/
+14
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
1
-2
/
+15
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
1
-1
/
+7
2024-01-23
bpf: Add the get_reg_width function
Maxim Mikityanskiy
1
-2
/
+7
2024-01-23
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
1
-14
/
+19
2024-01-23
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
1
-1
/
+1
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
1
-23
/
+41
2024-01-23
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2
-17
/
+37
2024-01-23
bpf: make sure scalar args don't accept __arg_nonnull tag
Andrii Nakryiko
1
-4
/
+4
2024-01-23
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
3
-0
/
+28
2024-01-17
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
1
-0
/
+160
2024-01-17
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
1
-26
/
+45
2024-01-16
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
1
-0
/
+4
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
22
-1770
/
+2406
2024-01-04
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2
-15
/
+47
2024-01-04
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
1
-1
/
+1
2024-01-03
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
1
-0
/
+8
[prev]
[next]