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
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2017-08-23
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-23
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
2017-08-19
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
2017-08-18
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
2017-08-15
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-09
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
2017-08-08
bpf/verifier: increase complexity limit to 128k
Edward Cree
2017-08-08
bpf/verifier: more concise register state logs for constant var_off
Edward Cree
2017-08-08
bpf/verifier: track signed and unsigned min/max values
Edward Cree
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-24
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-20
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-03
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-29
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-10
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
2017-06-10
bpf: reset id on CONST_IMM transition
Daniel Borkmann
2017-06-10
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
2017-06-06
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2017-05-31
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
2017-05-31
bpf: teach verifier to track stack depth
Alexei Starovoitov
2017-05-31
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
2017-05-17
bpf: adjust verifier heuristics
Daniel Borkmann
2017-05-11
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
2017-05-11
bpf: Track alignment of register values in the verifier.
David S. Miller
2017-05-08
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-04-24
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-01
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
[next]