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
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+5
2025-09-18
bpf: Update the bpf_prog_calc_tag to use SHA256
KP Singh
1
-3
/
+2
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
1
-3
/
+3
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
1
-8
/
+13
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
1
-7
/
+9
2025-08-22
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
1
-41
/
+9
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
1
-1
/
+4
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+15
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-17
/
+18
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-10
/
+141
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
1
-0
/
+7
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-03
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-1
/
+19
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
1
-1
/
+4
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
1
-0
/
+5
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
1
-8
/
+9
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
1
-0
/
+15
2025-05-27
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
1
-1
/
+1
2025-05-01
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
1
-11
/
+16
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+5
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
1
-6
/
+61
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
1
-0
/
+26
2025-02-14
bpf: Fix array bounds error with may_goto
Jiayuan Chen
1
-4
/
+15
2024-12-10
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-0
/
+6
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
1
-0
/
+5
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-0
/
+1
2024-10-03
bpf: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-29
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-3
/
+18
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-5
/
+3
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-4
/
+3
2024-06-20
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-3
/
+2
2024-06-20
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
Rafael Passos
1
-2
/
+1
2024-05-15
Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
1
-3
/
+3
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+19
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
1
-0
/
+11
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
1
-0
/
+9
2024-04-22
bpf: Fix typos in comments
Rafael Passos
1
-1
/
+1
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
1
-0
/
+5
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
1
-0
/
+5
[next]