index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
1
-5
/
+5
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
1
-0
/
+1
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
1
-0
/
+52
2025-07-27
bpf: Simplify bounds refinement from s32
Paul Chaignon
1
-14
/
+0
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
1
-0
/
+7
2025-07-26
umd: Remove usermode driver framework
Thomas Weißschuh
1
-4
/
+0
2025-07-26
bpf/preload: Don't select USERMODE_DRIVER
Thomas Weißschuh
1
-1
/
+0
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
1
-2
/
+1
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+4
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-4
/
+4
2025-07-21
bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Yonghong Song
1
-2
/
+2
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2
-4
/
+9
2025-07-17
btf: Fix virt_to_phys() on arm64 when mmapping BTF
Lorenz Bauer
1
-1
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
2
-1
/
+42
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
3
-6
/
+3
2025-07-16
bpf: Update iterators.lskel-big-endian.h
Ilya Leoshkevich
1
-237
/
+255
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-3
/
+2
2025-07-11
bpf: Remove attach_type in bpf_netns_link
Tao Chen
1
-5
/
+3
2025-07-11
bpf: Remove location field in tcx_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Remove attach_type in bpf_cgroup_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
7
-24
/
+38
2025-07-11
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
1
-0
/
+4
2025-07-11
bpf/arena: add bpf_arena_reserve_pages kfunc
Emil Tsalapatis
1
-0
/
+43
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
1
-14
/
+3
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
1
-5
/
+14
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
2
-4
/
+18
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2
-5
/
+39
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
2
-0
/
+11
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
1
-20
/
+39
2025-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
1
-18
/
+18
2025-07-03
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
1
-98
/
+92
2025-07-03
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
1
-2
/
+2
2025-07-03
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
1
-2
/
+2
2025-07-03
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+23
2025-07-03
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-1
/
+19
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+48
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
1
-0
/
+33
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2
-3
/
+13
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
1
-0
/
+47
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
6
-1
/
+511
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-15
/
+11
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-1
/
+8
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
[prev]
[next]