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: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2022-04-26
1
-7
/
+28
*
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-26
3
-13
/
+119
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-26
3
-41
/
+50
*
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-26
4
-35
/
+401
*
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
2022-04-26
1
-48
/
+24
*
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
2022-04-23
1
-54
/
+56
*
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
2022-04-21
1
-38
/
+38
*
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
2022-04-21
1
-31
/
+89
*
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-04-20
3
-14
/
+23
*
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
2022-04-19
1
-0
/
+54
*
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
2022-04-19
1
-17
/
+107
*
bpf: Remove unnecessary type castings
Yu Zhe
2022-04-14
2
-3
/
+3
*
Merge branch 'pr/bpf-sysctl' into bpf-next
Daniel Borkmann
2022-04-13
1
-0
/
+87
|
\
|
*
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
2022-04-13
1
-0
/
+87
*
|
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
2022-04-11
2
-2
/
+1
*
|
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
2022-04-09
1
-1
/
+0
*
|
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-0
/
+5
*
|
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-04-06
1
-1
/
+11
*
|
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
2022-04-06
1
-15
/
+29
*
|
bpf: Replace usage of supported with dedicated list iterator variable
Jakob Koschel
2022-04-04
1
-16
/
+14
*
|
bpf: Remove redundant assignment to smap->map.value_size
Yuntao Wang
2022-04-01
1
-1
/
+0
|
/
*
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
2022-03-29
1
-1
/
+1
*
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-27
1
-16
/
+4
|
\
|
*
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
2022-03-15
1
-16
/
+4
*
|
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
2022-03-21
1
-2
/
+13
*
|
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
2022-03-21
1
-2
/
+7
*
|
bpf: Fix warning for cast from restricted gfp_t in verifier
Joanne Koong
2022-03-21
1
-2
/
+2
*
|
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
2022-03-21
1
-20
/
+1
*
|
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
2022-03-21
1
-2
/
+1
*
|
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
2022-03-21
1
-1
/
+5
*
|
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
2022-03-21
1
-32
/
+24
*
|
bpf: Select proper size for bpf_prog_pack
Song Liu
2022-03-21
1
-23
/
+47
*
|
bpf: Enable non-atomic allocations in local storage
Joanne Koong
2022-03-21
4
-29
/
+68
*
|
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
2022-03-19
1
-10
/
+11
*
|
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
2022-03-19
1
-37
/
+53
*
|
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
2022-03-18
1
-1
/
+1
*
|
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
2022-03-18
1
-1
/
+20
*
|
bpf: Add multi kprobe link
Jiri Olsa
2022-03-18
1
-5
/
+21
*
|
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2022-03-16
2
-3
/
+5
*
|
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
2022-03-11
1
-0
/
+1
*
|
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
2022-03-11
1
-0
/
+20
*
|
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
2022-03-10
1
-2
/
+1
*
|
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-09
2
-1
/
+2
*
|
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
2022-03-08
1
-9
/
+3
*
|
bpf: Remove redundant slash
Yuntao Wang
2022-03-08
1
-3
/
+2
*
|
bpf: Replace strncpy() with strscpy()
Yuntao Wang
2022-03-08
1
-7
/
+2
*
|
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-06
2
-11
/
+21
*
|
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
2022-03-06
1
-1
/
+2
*
|
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-06
2
-17
/
+41
*
|
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
2022-03-06
1
-0
/
+6
[next]