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: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-08
1
-5
/
+16
*
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-05-01
1
-0
/
+11
*
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-24
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
1
-0
/
+8
|
\
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-22
/
+42
|
\
|
|
*
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
1
-20
/
+38
|
*
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-04-01
1
-0
/
+1
|
*
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-25
1
-2
/
+3
*
|
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
1
-1
/
+3
*
|
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
1
-9
/
+33
*
|
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
2017-03-22
1
-2
/
+11
*
|
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-17
1
-3
/
+33
*
|
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2017-03-17
1
-5
/
+39
*
|
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2017-03-17
1
-41
/
+35
*
|
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-03-17
1
-0
/
+57
|
/
*
bpf: update the comment about the length of analysis
Gary Lin
2017-03-01
1
-1
/
+1
*
bpf: fix spelling mistake: "proccessed" -> "processed"
Colin Ian King
2017-02-23
1
-1
/
+1
*
bpf: reduce compiler warnings by adding fallthrough comments
Alexander Alemayhu
2017-02-14
1
-0
/
+5
*
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-07
1
-1
/
+1
*
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-24
1
-19
/
+45
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
1
-1
/
+1
|
\
|
*
bpf: rework prog_digest into prog_tag
Daniel Borkmann
2017-01-16
1
-1
/
+1
*
|
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-12
1
-2
/
+6
*
|
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
2017-01-12
1
-2
/
+1
*
|
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
2017-01-09
1
-14
/
+14
*
|
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
1
-10
/
+64
*
|
bpf: allow adjusted map element values to spill
Gianluca Borello
2017-01-09
1
-5
/
+16
*
|
bpf: allow helpers access to map element values
Gianluca Borello
2017-01-09
1
-2
/
+7
*
|
bpf: split check_mem_access logic for map values
Gianluca Borello
2017-01-09
1
-39
/
+49
|
/
*
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
2016-12-18
1
-3
/
+8
*
bpf: dynamically allocate digest scratch buffer
Daniel Borkmann
2016-12-18
1
-2
/
+4
*
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2016-12-17
1
-3
/
+8
*
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
2016-12-08
1
-1
/
+1
*
bpf: fix state equivalence
Alexei Starovoitov
2016-12-08
1
-1
/
+1
*
bpf: fix loading of BPF_MAXINSNS sized programs
Daniel Borkmann
2016-12-07
1
-3
/
+0
*
bpf: add prog_digest and expose it via fdinfo/netlink
Daniel Borkmann
2016-12-05
1
-0
/
+2
*
bpf: Preserve const register type on const OR alu ops
Gianluca Borello
2016-12-05
1
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-2
/
+8
|
\
|
*
bpf: fix states equal logic for varlen access
Josef Bacik
2016-11-30
1
-2
/
+8
*
|
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
2016-12-02
1
-3
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-23
/
+47
|
\
|
|
*
bpf: fix range arithmetic for bpf map access
Josef Bacik
2016-11-16
1
-23
/
+47
*
|
bpf: Remove unused but set variables
Tobias Klauser
2016-11-10
1
-2
/
+0
*
|
bpf: Print function name in addition to function id
Thomas Graf
2016-10-29
1
-8
/
+27
*
|
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-10-19
1
-16
/
+45
|
/
*
bpf: allow access into map value arrays
Josef Bacik
2016-09-29
1
-18
/
+311
*
bpf: Set register type according to is_valid_access()
Mickaël Salaün
2016-09-27
1
-3
/
+2
*
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
2016-09-22
1
-2
/
+12
*
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-22
1
-0
/
+68
*
bpf: expose internal verfier structures
Jakub Kicinski
2016-09-22
1
-163
/
+103
[next]