index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2020-09-21
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
2020-09-21
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
2020-09-21
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
2020-09-21
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
2020-09-21
bpf: Make context access check generic
Lorenz Bauer
2020-09-21
bpf: Make reference tracking generic
Lorenz Bauer
2020-09-21
bpf: Make BTF pointer type checking generic
Lorenz Bauer
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-21
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-09-17
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
2020-09-02
bpf: Avoid iterating duplicated files for task_file iterator
Yonghong Song
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-25
bpf: Add d_path helper
Jiri Olsa
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
[next]