index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-11
1
-16
/
+24
*
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-07-05
1
-2
/
+3
*
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-07-03
1
-4
/
+2
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-24
18
-184
/
+395
|
\
|
*
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
2023-06-19
1
-12
/
+9
|
*
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
11
-35
/
+47
|
*
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
1
-33
/
+24
|
*
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-19
1
-15
/
+19
|
*
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-16
1
-13
/
+16
|
*
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
1
-23
/
+68
|
*
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-13
1
-0
/
+115
|
*
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
2023-06-12
1
-10
/
+12
|
*
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
1
-0
/
+16
|
*
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
2023-06-12
1
-3
/
+5
|
*
bpf: Factor out a common helper free_all()
Hou Tao
2023-06-06
1
-15
/
+16
|
*
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
2023-06-05
1
-2
/
+7
|
*
bpf: Replace open code with for allocated object check
Daniel T. Lee
2023-06-05
1
-2
/
+2
|
*
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
2
-10
/
+24
|
*
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-06-05
1
-2
/
+2
|
*
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-06-05
1
-0
/
+3
|
*
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-31
1
-2
/
+2
|
*
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-30
1
-9
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
3
-14
/
+21
|
\
\
|
*
|
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
2023-06-21
1
-0
/
+5
|
*
|
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-21
1
-12
/
+8
|
*
|
bpf: ensure main program has an extable
Krister Johansen
2023-06-13
1
-2
/
+5
|
*
|
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-08
1
-0
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
2
-2
/
+15
|
\
|
|
|
|
/
|
/
|
|
*
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
2023-06-05
1
-0
/
+9
|
*
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
2023-06-02
1
-2
/
+6
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-26
5
-42
/
+105
|
\
\
|
*
|
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
2023-05-26
1
-2
/
+2
|
*
|
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
2023-05-25
1
-4
/
+5
|
*
|
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-23
2
-13
/
+28
|
*
|
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
2023-05-23
1
-6
/
+5
|
*
|
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
2023-05-19
2
-14
/
+58
|
*
|
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
2023-05-19
1
-2
/
+9
|
*
|
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
2023-05-16
1
-3
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
3
-4
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-05-22
1
-2
/
+4
|
*
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
2023-05-19
1
-1
/
+1
|
*
bpf: netdev: init the offload table earlier
Jakub Kicinski
2023-05-15
1
-1
/
+1
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-16
7
-238
/
+750
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-05-15
1
-6
/
+15
|
*
bpf: Remove bpf trampoline selector
Yafang Shao
2023-05-15
1
-7
/
+4
|
*
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
2023-05-15
1
-6
/
+8
|
*
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
2023-05-15
1
-19
/
+22
|
*
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
2023-05-13
1
-0
/
+15
|
*
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2023-05-12
2
-13
/
+15
|
*
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
2023-05-06
1
-0
/
+4
[next]