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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
2023-07-27
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
1
-9
/
+10
2023-07-27
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
1
-3
/
+0
2023-07-27
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2
-13
/
+15
2023-07-27
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
1
-1
/
+2
2023-07-23
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
1
-16
/
+24
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+3
2023-07-19
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
1
-4
/
+2
2023-07-19
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
1
-23
/
+68
2023-07-19
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
1
-0
/
+115
2023-07-19
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2
-10
/
+24
2023-07-19
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
1
-2
/
+2
2023-07-19
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
1
-0
/
+3
2023-07-19
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
1
-19
/
+22
2023-07-19
bpf: Fix memleak due to fentry attach failure
Yafang Shao
1
-6
/
+15
2023-07-19
bpf: Remove bpf trampoline selector
Yafang Shao
1
-7
/
+4
2023-07-19
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
1
-0
/
+15
2023-07-19
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
1
-30
/
+35
2023-07-19
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
1
-47
/
+53
2023-07-19
bpf: improve precision backtrack logging
Andrii Nakryiko
1
-7
/
+65
2023-07-19
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
1
-67
/
+182
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
1
-0
/
+5
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
1
-12
/
+8
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
1
-0
/
+3
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
1
-0
/
+9
2023-06-02
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
1
-2
/
+6
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
1
-1
/
+1
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-23
/
+23
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
30
-1418
/
+3883
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+6
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-23
/
+15
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
1
-0
/
+4
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
1
-1
/
+4
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-306
/
+375
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2
-0
/
+9
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
1
-0
/
+6
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
1
-3
/
+6
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
1
-1
/
+1
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-04-20
bpf: switch to fdget_raw()
Al Viro
1
-23
/
+15
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2023-04-19
bpf: support access variable length array of integer type
Feng Zhou
1
-3
/
+5
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
1
-65
/
+0
[next]