index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
-0
/
+3
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
-15
/
+16
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
-0
/
+9
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
-2
/
+7
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
-2
/
+2
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
-10
/
+24
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
-2
/
+2
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
-0
/
+3
2023-06-02
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
-2
/
+6
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
-2
/
+2
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
-9
/
+10
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-42
/
+105
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
-2
/
+2
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+6
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
-4
/
+5
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
-13
/
+28
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
-6
/
+5
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
-2
/
+4
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
-14
/
+58
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
-2
/
+9
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
-1
/
+1
2023-05-16
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
-3
/
+0
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-238
/
+750
2023-05-15
bpf: Fix memleak due to fentry attach failure
Yafang Shao
-6
/
+15
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
-7
/
+4
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
-6
/
+8
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
-19
/
+22
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
-1
/
+1
2023-05-13
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
-0
/
+15
2023-05-12
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
-13
/
+15
2023-05-06
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
-0
/
+4
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
-16
/
+31
2023-05-06
bpf: Add bpf_task_under_cgroup() kfunc
Feng Zhou
-0
/
+17
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
-20
/
+143
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
-3
/
+13
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
-30
/
+35
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
-47
/
+53
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
-7
/
+65
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
-67
/
+182
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
-0
/
+3
2023-05-02
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
-1
/
+2
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-23
/
+23
2023-04-27
bpf: Add bpf_dynptr_clone
Joanne Koong
-20
/
+97
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
-3
/
+12
2023-04-27
bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
Joanne Koong
-4
/
+19
2023-04-27
bpf: Add bpf_dynptr_adjust
Joanne Koong
-0
/
+26
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1418
/
+3883
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-6
/
+6
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-23
/
+15
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
-0
/
+4
[prev]
[next]