index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
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: propagate poke descriptors to subprograms
Maciej Fijalkowski
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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: Introduce sleepable BPF programs
Alexei Starovoitov
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 BTF_SET_START/END macros
Jiri Olsa
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
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-07
bpf: Delete repeated words in comments
Randy Dunlap
2020-07-31
bpf: Add missing newline characters in verifier error messages
Yonghong Song
2020-07-28
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-25
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-06-30
bpf: Fix an incorrect branch elimination by verifier
Yonghong Song
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-23
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-19
bpf: Avoid verifier failure for 32bit pointer arithmetic
Yonghong Song
2020-06-04
bpf: Fix an error code in check_btf_func()
Dan Carpenter
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
2020-05-21
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
2020-05-19
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
2020-05-16
bpf: Fix check_return_code to only allow [0,1] in trace_iter progs
Daniel Borkmann
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
2020-05-14
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-09
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
2020-05-09
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
[prev]
[next]