index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+5
2025-09-09
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+15
2025-09-09
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-17
/
+18
2025-06-19
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
1
-1
/
+1
2025-06-19
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
1
-11
/
+16
2025-05-09
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2025-01-09
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2024-10-17
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-3
/
+18
2024-07-09
Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...
Greg Kroah-Hartman
1
-3
/
+1
2024-07-05
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
1
-0
/
+2
2024-07-05
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
1
-1
/
+3
2024-06-21
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+4
2024-03-26
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2023-12-13
bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
Yonghong Song
1
-4
/
+8
2023-11-28
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
1
-1
/
+5
2023-09-06
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
1
-4
/
+4
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
1
-9
/
+3
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
1
-2
/
+2
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
1
-3
/
+16
2023-07-27
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
1
-2
/
+2
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
1
-16
/
+94
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
1
-0
/
+14
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
1
-2
/
+26
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
1
-0
/
+21
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
1
-3
/
+5
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
1
-0
/
+11
2023-03-21
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
1
-1
/
+1
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-8
/
+17
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
1
-2
/
+0
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
1
-6
/
+7
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
1
-0
/
+8
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-2
/
+2
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
1
-2
/
+2
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+3
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+2
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
1
-4
/
+2
2022-12-14
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
1
-2
/
+3
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+23
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-0
/
+16
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-10-18
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...
Jakub Kicinski
1
-1
/
+7
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() for program array freeing
Hou Tao
1
-1
/
+7
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-10-03
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
1
-1
/
+1
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
1
-2
/
+7
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]