index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
1
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
1
-9
/
+10
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
1
-4
/
+8
2017-05-17
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
2017-05-11
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
1
-1
/
+1
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
1
-6
/
+17
2017-05-11
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
1
-2
/
+6
2017-05-11
bpf: Track alignment of register values in the verifier.
David S. Miller
1
-19
/
+89
2017-05-08
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
1
-5
/
+16
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
1
-0
/
+11
2017-04-24
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
1
-3
/
+0
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-22
/
+42
2017-04-01
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
1
-20
/
+38
2017-04-01
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
1
-0
/
+1
2017-03-24
bpf: improve verifier packet range checks
Alexei Starovoitov
1
-2
/
+3
2017-03-22
bpf: Add hash of maps support
Martin KaFai Lau
1
-1
/
+3
2017-03-22
bpf: Add array of maps support
Martin KaFai Lau
1
-9
/
+33
2017-03-22
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
1
-2
/
+11
2017-03-16
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
1
-3
/
+33
2017-03-16
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
1
-5
/
+39
2017-03-16
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
1
-41
/
+35
2017-03-16
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
1
-0
/
+57
2017-03-01
bpf: update the comment about the length of analysis
Gary Lin
1
-1
/
+1
2017-02-23
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
1
-1
/
+1
2017-02-14
bpf: reduce compiler warnings by adding fallthrough comments
Alexander Alemayhu
1
-0
/
+5
2017-02-06
bpf: enable verifier to add 0 to packet ptr
William Tu
1
-1
/
+1
2017-01-24
bpf: enable verifier to better track const alu ops
Daniel Borkmann
1
-19
/
+45
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-16
bpf: rework prog_digest into prog_tag
Daniel Borkmann
1
-1
/
+1
2017-01-12
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
1
-2
/
+6
2017-01-12
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
1
-2
/
+1
2017-01-09
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
1
-14
/
+14
2017-01-09
bpf: allow helpers access to variable memory
Gianluca Borello
1
-10
/
+64
2017-01-09
bpf: allow adjusted map element values to spill
Gianluca Borello
1
-5
/
+16
2017-01-09
bpf: allow helpers access to map element values
Gianluca Borello
1
-2
/
+7
2017-01-09
bpf: split check_mem_access logic for map values
Gianluca Borello
1
-39
/
+49
2016-12-17
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
1
-3
/
+8
2016-12-17
bpf: dynamically allocate digest scratch buffer
Daniel Borkmann
1
-2
/
+4
2016-12-17
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
1
-3
/
+8
2016-12-08
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
1
-1
/
+1
2016-12-08
bpf: fix state equivalence
Alexei Starovoitov
1
-1
/
+1
2016-12-07
bpf: fix loading of BPF_MAXINSNS sized programs
Daniel Borkmann
1
-3
/
+0
2016-12-05
bpf: add prog_digest and expose it via fdinfo/netlink
Daniel Borkmann
1
-0
/
+2
2016-12-05
bpf: Preserve const register type on const OR alu ops
Gianluca Borello
1
-2
/
+7
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2016-12-02
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
1
-3
/
+11
2016-11-30
bpf: fix states equal logic for varlen access
Josef Bacik
1
-2
/
+8
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+47
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
[next]