index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
2023-01-11
1
-11
/
+27
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
4
-23
/
+18
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-06
4
-18
/
+48
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-05
5
-114
/
+136
|
|
\
\
\
\
|
|
*
|
|
|
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
2022-12-29
3
-22
/
+24
|
|
*
|
|
|
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
2022-12-28
1
-7
/
+16
|
|
*
|
|
|
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
2022-12-28
1
-12
/
+9
|
|
*
|
|
|
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
2022-12-28
1
-24
/
+21
|
|
*
|
|
|
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
2022-12-28
1
-16
/
+15
|
|
*
|
|
|
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
2022-12-28
1
-9
/
+8
|
|
*
|
|
|
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
2022-12-28
1
-4
/
+12
|
|
*
|
|
|
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
2022-12-22
1
-1
/
+0
|
|
*
|
|
|
bpf: Reduce smap->elem_size
Martin KaFai Lau
2022-12-21
1
-2
/
+2
|
|
*
|
|
|
bpf: Remove trace_printk_lock
Jiri Olsa
2022-12-19
1
-12
/
+19
|
|
*
|
|
|
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2022-12-19
1
-7
/
+9
|
|
*
|
|
|
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2022-12-19
2
-12
/
+15
*
|
|
|
|
|
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-21
1
-2
/
+0
*
|
|
|
|
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-4
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
|
|
|
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
|
|
|
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
|
|
|
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
2023-01-27
1
-1
/
+0
*
|
|
|
|
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
2023-01-20
1
-2
/
+2
*
|
|
|
|
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-01-20
1
-7
/
+18
*
|
|
|
|
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
2023-01-19
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-13
1
-1
/
+3
*
|
|
|
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-13
1
-2
/
+2
*
|
|
|
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
2023-01-10
1
-14
/
+6
*
|
|
|
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2023-01-10
2
-7
/
+2
*
|
|
|
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-01-06
1
-0
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-28
1
-5
/
+7
*
|
|
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
2022-12-28
1
-12
/
+27
*
|
|
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
2022-12-28
1
-0
/
+4
*
|
|
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-12-24
2
-1
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
2022-12-23
1
-1
/
+8
|
*
|
bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
Hou Tao
2022-12-19
1
-0
/
+2
*
|
|
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-21
3
-5
/
+11
|
\
|
|
|
*
|
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
2022-12-15
1
-2
/
+3
|
*
|
bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
Jiri Olsa
2022-12-14
1
-0
/
+5
|
*
|
bpf: prevent leak of lsm program after failed attach
Milan Landaverde
2022-12-14
1
-3
/
+3
|
|
/
*
|
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
3
-8
/
+4
|
\
\
|
|
/
|
/
|
|
*
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-15
3
-8
/
+4
*
|
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-14
21
-1598
/
+4294
|
\
\
|
*
|
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
2022-12-10
1
-3
/
+13
|
*
|
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-10
1
-1
/
+2
|
*
|
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
2022-12-10
1
-21
/
+8
|
*
|
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
2022-12-09
1
-2
/
+10
|
*
|
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-09
1
-5
/
+8
|
*
|
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2022-12-09
1
-25
/
+38
[prev]
[next]