index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
2020-05-29
1
-5
/
+5
*
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
2020-05-29
1
-13
/
+11
*
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
2020-05-15
1
-1
/
+3
*
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
2020-05-14
1
-0
/
+17
*
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
2020-04-25
1
-0
/
+8
*
bpf: Fix handling of XADD on BTF memory
Jann Horn
2020-04-21
1
-1
/
+1
*
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-04-21
1
-9
/
+19
*
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
2020-04-14
1
-2
/
+1
*
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
2020-03-31
1
-0
/
+1
*
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
1
-281
/
+837
*
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
2020-03-30
1
-8
/
+11
*
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
2020-03-30
1
-86
/
+22
*
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-03-30
1
-36
/
+72
*
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-03-30
1
-19
/
+0
*
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-30
1
-4
/
+15
*
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-28
1
-6
/
+10
*
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
2020-03-26
1
-0
/
+1
*
bpf: Verifer, refactor adjust_scalar_min_max_vals
John Fastabend
2020-03-26
1
-164
/
+239
*
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-13
1
-1
/
+3
*
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
2020-03-05
1
-10
/
+3
*
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-0
/
+31
*
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-0
/
+1
*
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
2020-02-25
1
-4
/
+9
*
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
2020-02-25
1
-11
/
+28
*
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-02-21
1
-3
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-23
1
-99
/
+405
|
\
|
*
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
2020-01-23
1
-0
/
+24
|
*
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-22
1
-20
/
+65
|
*
bpf: Fix error path under memory pressure
Alexei Starovoitov
2020-01-22
1
-2
/
+7
|
*
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-10
1
-50
/
+202
|
*
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-0
/
+5
|
*
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-30
/
+104
|
*
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
2020-01-09
1
-0
/
+1
*
|
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2020-01-15
1
-3
/
+10
*
|
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2020-01-06
1
-2
/
+7
|
/
*
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
2019-12-23
1
-21
/
+22
*
bpf: Fix record_func_key to perform backtracking on r3
Daniel Borkmann
2019-12-19
1
-1
/
+7
*
bpf: Fix cgroup local storage prog tracking
Daniel Borkmann
2019-12-17
1
-1
/
+1
*
bpf: Fix missing prog untrack in release_maps
Daniel Borkmann
2019-12-16
1
-12
/
+2
*
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
2019-12-05
1
-1
/
+4
*
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-25
1
-9
/
+111
*
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-25
1
-0
/
+19
*
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
1
-5
/
+1
*
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
1
-15
/
+68
*
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
1
-3
/
+15
*
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
1
-1
/
+1
*
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
1
-5
/
+3
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+42
*
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-31
1
-10
/
+24
*
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
2019-10-30
1
-0
/
+5
[next]