index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
1
-10
/
+11
2022-03-18
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
1
-37
/
+53
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
1
-1
/
+1
2022-03-17
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
1
-1
/
+20
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
1
-5
/
+21
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2
-3
/
+5
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-16
/
+4
2022-03-10
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
1
-0
/
+1
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
1
-0
/
+20
2022-03-10
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
1
-2
/
+1
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2
-1
/
+2
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
1
-9
/
+3
2022-03-07
bpf: Remove redundant slash
Yuntao Wang
1
-3
/
+2
2022-03-07
bpf: Replace strncpy() with strscpy()
Yuntao Wang
1
-7
/
+2
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2
-11
/
+21
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
1
-1
/
+2
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2
-17
/
+41
2022-03-05
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
1
-3
/
+6
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
1
-28
/
+41
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
1
-29
/
+35
2022-03-02
bpf, x86: Set header->size properly before freeing it
Song Liu
1
-3
/
+6
2022-03-01
bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
Tiezhu Yang
1
-0
/
+4
2022-02-28
bpf: Cache the last valid build_id
Hao Luo
1
-1
/
+11
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
1
-1
/
+2
2022-02-25
bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.
Yucong Sun
1
-0
/
+7
2022-02-23
bpf: Cleanup comments
Tom Rix
9
-14
/
+14
2022-02-19
bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
Souptick Joarder (HPE)
1
-1
/
+1
2022-02-18
bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()
Eric Dumazet
1
-1
/
+2
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-329
/
+196
2022-02-17
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
1
-0
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+8
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
1
-0
/
+3
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
1
-2
/
+3
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
1
-3
/
+10
2022-02-15
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
1
-1
/
+10
2022-02-11
bpf: Emit bpf_timer in vmlinux BTF
Yonghong Song
1
-0
/
+2
2022-02-10
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
1
-2
/
+2
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
9
-247
/
+70
2022-02-10
bpf: Update iterators.lskel.h.
Alexei Starovoitov
1
-72
/
+69
2022-02-10
bpf: Extend sys_bpf commands for bpf_syscall programs.
Alexei Starovoitov
1
-4
/
+34
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
12
-544
/
+956
2022-02-08
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
1
-1
/
+5
2022-02-07
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
1
-1
/
+107
2022-02-07
bpf: Introduce bpf_prog_pack allocator
Song Liu
1
-0
/
+127
2022-02-07
bpf: Introduce bpf_arch_text_copy
Song Liu
1
-0
/
+5
2022-02-07
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2
-4
/
+2
2022-02-07
bpf: Use size instead of pages in bpf_binary_header
Song Liu
1
-6
/
+5
2022-02-07
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
2
-12
/
+11
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
1
-1
/
+104
[prev]
[next]