index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2022-09-08
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-09-08
bpf: Tidy up verifier check_func_arg()
Joanne Koong
2022-09-08
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
2022-09-08
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-09-08
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-09-08
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-31
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-25
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
2022-08-25
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-25
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-17
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
2022-08-17
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
2022-08-17
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
2022-08-17
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2022-08-17
bpf: Fix KASAN use-after-free Read in compute_effective_progs
Tadeusz Struk
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-01
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
2022-07-01
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
2022-06-15
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
2022-06-02
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
2022-05-23
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
2022-05-20
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
2022-05-20
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
2022-05-11
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
2022-05-10
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2022-05-09
bpf: Remove unused parameter from find_kfunc_desc_btf()
Yuntao Wang
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
[next]