Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
28e33f9d78eefe98ea86673ab31e988b37a9a738
/
kernel
/
bpf
/
verifier.c
28e33f9
bpf: disallow arithmetic operations on context pointer
by Jakub Kicinski
· 7 years ago
8fe2d6c
bpf: fix liveness marking
by Alexei Starovoitov
· 7 years ago
7c30013
bpf: fix ri->map_owner pointer on bpf_prog_realloc
by Daniel Borkmann
· 7 years ago
e67b8a6
bpf/verifier: reject BPF_ALU64|BPF_END
by Edward Cree
· 7 years ago
109980b
bpf: don't select potentially stale ri->map from buggy xdp progs
by Daniel Borkmann
· 7 years ago
8e9cd9c
bpf/verifier: document liveness analysis
by Edward Cree
· 7 years ago
1b688a1
bpf/verifier: remove varlen_map_value_access flag
by Edward Cree
· 7 years ago
63f45f8
bpf/verifier: when pruning a branch, ignore its write marks
by Edward Cree
· 7 years ago
89c6307
bpf: make htab inlining more robust wrt assumptions
by Daniel Borkmann
· 7 years ago
16a4362
bpf: Fix map-in-map checking in the verifier
by Martin KaFai Lau
· 7 years ago
1ab2de2
bpf: fix liveness propagation to parent in spilled stack slots
by Daniel Borkmann
· 7 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 7 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 7 years ago
dc503a8
bpf/verifier: track liveness for pruning
by Edward Cree
· 7 years ago
b4e432f
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
by Daniel Borkmann
· 7 years ago
8e17c1b
bpf/verifier: increase complexity limit to 128k
by Edward Cree
· 7 years ago
7d1238f
bpf/verifier: more concise register state logs for constant var_off
by Edward Cree
· 7 years ago
b03c9f9
bpf/verifier: track signed and unsigned min/max values
by Edward Cree
· 7 years ago
f1174f7
bpf/verifier: rework value tracking
by Edward Cree
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9305706
bpf/verifier: fix min/max handling in BPF_SUB
by Edward Cree
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4cabc5b
bpf: fix mixed signed/unsigned derived min/max value bounds
by Daniel Borkmann
· 7 years ago
2ddf71e
net: add notifier hooks for devmap bpf map
by John Fastabend
· 7 years ago
97f91a7
bpf: add bpf_redirect_map helper routine
by John Fastabend
· 7 years ago
546ac1f
bpf: add devmap, a map for storing net device references
by John Fastabend
· 7 years ago
4318870
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
by John Fastabend
· 8 years ago
f96da09
bpf: simplify narrower ctx access
by Daniel Borkmann
· 8 years ago
b079115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6bdf6ab
bpf: prevent leaking pointer via xadd on unpriviledged
by Daniel Borkmann
· 8 years ago
2399463
bpf: possibly avoid extra masking for narrower load in verifier
by Yonghong Song
· 8 years ago
31fd858
bpf: permits narrower load from bpf program context fields
by Yonghong Song
· 8 years ago
36e24c0
bpf: reset id on spilled regs in clear_all_pkt_pointers
by Daniel Borkmann
· 8 years ago
4a2ff55
bpf: reset id on CONST_IMM transition
by Daniel Borkmann
· 8 years ago
d25da6c
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
by Daniel Borkmann
· 8 years ago
9204657
bpf: cgroup skb progs cannot access ld_abs/ind
by Daniel Borkmann
· 8 years ago
fb9a307
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
by Chenbo Feng
· 8 years ago
80a58d0
bpf: reconcile bpf_tail_call and stack_depth
by Alexei Starovoitov
· 8 years ago
8726679
bpf: teach verifier to track stack depth
by Alexei Starovoitov
· 8 years ago
71189fa
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
by Alexei Starovoitov
· 8 years ago
a9789ef
bpf: properly reset caller saved regs after helper call and ld_abs/ind
by Daniel Borkmann
· 8 years ago
1ad2f58
bpf: fix incorrect pruning decision when alignment must be tracked
by Daniel Borkmann
· 8 years ago
e4eda88
net: Make IP alignment calulations clearer.
by David S. Miller
· 8 years ago
3c2ce60
bpf: adjust verifier heuristics
by Daniel Borkmann
· 8 years ago
6832a33
bpf: Handle multiple variable additions into packet pointers in verifier.
by David S. Miller
· 8 years ago
e07b98d
bpf: Add strict alignment flag for BPF_PROG_LOAD.
by David S. Miller
· 8 years ago
c5fc969
bpf: Do per-instruction state dumping in verifier when log_level > 1.
by David S. Miller
· 8 years ago
d117441
bpf: Track alignment of register values in the verifier.
by David S. Miller
· 8 years ago
0d0e576
bpf: don't let ldimm64 leak map addresses on unprivileged
by Daniel Borkmann
· 8 years ago
332270f
bpf: enhance verifier to understand stack pointer arithmetic
by Yonghong Song
· 8 years ago
e390b55
bpf: make bpf_xdp_adjust_head support mandatory
by Daniel Borkmann
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
79adffc
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
by Daniel Borkmann
· 8 years ago
fce366a
bpf, verifier: fix alu ops against map_value{, _adj} register types
by Daniel Borkmann
· 8 years ago
b197768
bpf: improve verifier packet range checks
by Alexei Starovoitov
· 8 years ago
bcc6b1b
bpf: Add hash of maps support
by Martin KaFai Lau
· 8 years ago
56f668d
bpf: Add array of maps support
by Martin KaFai Lau
· 8 years ago
fad73a1
bpf: Fix and simplifications on inline map lookup
by Martin KaFai Lau
· 8 years ago
81ed18a
bpf: add helper inlining infra and optimize map_array lookup
by Alexei Starovoitov
· 8 years ago
8041902
bpf: adjust insn_aux_data when patching insns
by Alexei Starovoitov
· 8 years ago
79741b3
bpf: refactor fixup_bpf_calls()
by Alexei Starovoitov
· 8 years ago
e245c5c6
bpf: move fixup_bpf_calls() function
by Alexei Starovoitov
· 8 years ago
eba38a9
bpf: update the comment about the length of analysis
by Gary Lin
· 8 years ago
bc1750f
bpf: fix spelling mistake: "proccessed" -> "processed"
by Colin Ian King
· 8 years ago
7e57fbb
bpf: reduce compiler warnings by adding fallthrough comments
by Alexander Alemayhu
· 8 years ago
63dfef7
bpf: enable verifier to add 0 to packet ptr
by William Tu
· 8 years ago
3fadc80
bpf: enable verifier to better track const alu ops
by Daniel Borkmann
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f1f7714
bpf: rework prog_digest into prog_tag
by Daniel Borkmann
· 8 years ago
62c7989
bpf: allow b/h/w/dw access for bpf's cb in ctx
by Daniel Borkmann
· 8 years ago
6b8cc1d
bpf: pass original insn directly to convert_ctx_access
by Daniel Borkmann
· 8 years ago
39f19ebb
bpf: rename ARG_PTR_TO_STACK
by Alexei Starovoitov
· 8 years ago
06c1c04
bpf: allow helpers access to variable memory
by Gianluca Borello
· 8 years ago
f0318d0
bpf: allow adjusted map element values to spill
by Gianluca Borello
· 8 years ago
5722569
bpf: allow helpers access to map element values
by Gianluca Borello
· 8 years ago
dbcfe5f
bpf: split check_mem_access logic for map values
by Gianluca Borello
· 8 years ago
6760bf2
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
by Daniel Borkmann
· 8 years ago
aafe6ae
bpf: dynamically allocate digest scratch buffer
by Daniel Borkmann
· 8 years ago
a08dd0d
bpf: fix regression on verifier pruning wrt map lookups
by Daniel Borkmann
· 8 years ago
17bedab
bpf: xdp: Allow head adjustment in XDP prog
by Martin KaFai Lau
· 8 years ago
d2a4dd3
bpf: fix state equivalence
by Alexei Starovoitov
· 8 years ago
ef0915c
bpf: fix loading of BPF_MAXINSNS sized programs
by Daniel Borkmann
· 8 years ago
7bd509e
bpf: add prog_digest and expose it via fdinfo/netlink
by Daniel Borkmann
· 8 years ago
3c839744
bpf: Preserve const register type on const OR alu ops
by Gianluca Borello
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3a0af8f
bpf: BPF for lightweight tunnel infrastructure
by Thomas Graf
· 8 years ago
e2d2afe
bpf: fix states equal logic for varlen access
by Josef Bacik
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f23cc64
bpf: fix range arithmetic for bpf map access
by Josef Bacik
· 8 years ago
de46437
bpf: Remove unused but set variables
by Tobias Klauser
· 8 years ago
ebb676d
bpf: Print function name in addition to function id
by Thomas Graf
· 8 years ago
57a09bf
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
by Thomas Graf
· 8 years ago
4846113
bpf: allow access into map value arrays
by Josef Bacik
· 8 years ago
1955351
bpf: Set register type according to is_valid_access()
by Mickaël Salaün
· 8 years ago
6b17387
bpf: recognize 64bit immediate loads as consts
by Jakub Kicinski
· 8 years ago
13a27df
bpf: enable non-core use of the verfier
by Jakub Kicinski
· 8 years ago
58e2af8b
bpf: expose internal verfier structures
by Jakub Kicinski
· 8 years ago
3df126f
bpf: don't (ab)use instructions to store state
by Jakub Kicinski
· 8 years ago
36bbef5
bpf: direct packet write and access for helpers for clsact progs
by Daniel Borkmann
· 8 years ago
Next »