index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
2022-07-19
bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
Andrii Nakryiko
2022-07-19
bpf: make uniform use of array->elem_size everywhere in arraymap.c
Andrii Nakryiko
2022-07-19
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2022-07-15
bpf: iterators: Build and use lightweight bootstrap version of bpftool
Pu Lehui
2022-07-15
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
2022-07-14
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
Yafang Shao
2022-07-13
bpf: Tidy up verifier check_func_arg()
Joanne Koong
2022-07-12
bpf: Make non-preallocated allocation low priority
Yafang Shao
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
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-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
bpf: convert cgroup_bpf.progs to hlist
Stanislav Fomichev
2022-06-29
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
2022-06-24
bpf: Fix for use-after-free bug in inline_bpf_loop
Eduard Zingerman
2022-06-24
bpf: Replace hard-coded 0 with BPF_K in check_alu_op
Simon Wang
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
2022-06-16
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
2022-06-16
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
2022-06-15
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
2022-06-11
bpf: avoid grabbing spin_locks of all cpus when no free elems
Feng Zhou
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
[next]