index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-29
1
-17
/
+38
|
\
|
*
bpf: btf: support proper non-jit func info
Yonghong Song
2018-11-26
1
-17
/
+38
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
2018-11-16
1
-1
/
+1
*
|
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
1
-1
/
+119
*
|
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2018-11-10
1
-5
/
+16
*
|
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
1
-1
/
+1
*
|
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
2018-11-09
1
-0
/
+12
|
/
*
bpf: don't set id on after map lookup with ptr_to_map_val return
Daniel Borkmann
2018-10-31
1
-5
/
+6
*
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
2018-10-31
1
-4
/
+6
*
bpf: make direct packet write unclone more robust
Daniel Borkmann
2018-10-25
1
-1
/
+5
*
bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data
Daniel Borkmann
2018-10-25
1
-0
/
+1
*
bpf: fix direct packet access for flow dissector progs
Daniel Borkmann
2018-10-25
1
-2
/
+4
*
bpf, verifier: avoid retpoline for map push/pop/peek operation
Daniel Borkmann
2018-10-20
1
-1
/
+24
*
bpf, verifier: remove unneeded flow key in check_helper_mem_access
Daniel Borkmann
2018-10-20
1
-2
/
+0
*
bpf, verifier: reject xadd on flow key memory
Daniel Borkmann
2018-10-20
1
-1
/
+10
*
bpf, verifier: fix register type dump in xadd and st
Daniel Borkmann
2018-10-20
1
-6
/
+13
*
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-1
/
+18
*
bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE
Mauricio Vasquez B
2018-10-19
1
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-10-08
1
-124
/
+516
|
\
|
*
bpf: allow offload of programs with BPF-to-BPF function calls
Quentin Monnet
2018-10-08
1
-7
/
+3
|
*
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2018-10-08
1
-0
/
+3
|
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
1
-1
/
+7
|
*
bpf: Add reference tracking to verifier
Joe Stringer
2018-10-03
1
-19
/
+287
|
*
bpf: Macrofy stack state copy
Joe Stringer
2018-10-03
1
-46
/
+60
|
*
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
2018-10-03
1
-14
/
+106
|
*
bpf: Generalize ptr_or_null regs check
Joe Stringer
2018-10-03
1
-18
/
+25
|
*
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2018-10-03
1
-4
/
+3
|
*
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2018-10-03
1
-12
/
+10
|
*
bpf: Add iterator for spilled registers
Joe Stringer
2018-10-03
1
-9
/
+7
|
*
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
1
-4
/
+11
|
*
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
2018-10-01
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-06
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
2018-10-05
1
-1
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-09-25
1
-8
/
+40
|
\
\
|
*
|
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2018-09-14
1
-0
/
+32
|
*
|
bpf/verifier: fix verifier instability
Alexei Starovoitov
2018-09-05
1
-8
/
+8
*
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
2018-09-12
1
-1
/
+1
*
|
bpf/verifier: display non-spill stack slot types in print_verifier_state
Edward Cree
2018-08-29
1
-7
/
+25
*
|
bpf/verifier: per-register parent pointers
Edward Cree
2018-08-29
1
-140
/
+44
|
/
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
1
-21
/
+0
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-0
/
+9
*
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
1
-0
/
+18
*
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2018-08-03
1
-2
/
+6
*
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
1
-0
/
+12
*
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2018-07-31
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-20
1
-1
/
+1
|
\
|
*
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2018-07-18
1
-1
/
+1
*
|
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
2018-07-12
1
-2
/
+9
|
/
[next]