index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II 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
*
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-06-07
1
-17
/
+31
*
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
2018-06-03
1
-1
/
+2
*
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
1
-19
/
+49
*
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
2018-06-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
1
-25
/
+120
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-05-25
1
-22
/
+64
|
|
\
|
|
*
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
2018-05-24
1
-22
/
+64
|
*
|
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-05-19
1
-3
/
+56
|
|
/
*
|
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
2018-05-24
1
-0
/
+1
*
|
bpf: get kernel symbol addresses via syscall
Sandipan Das
2018-05-24
1
-6
/
+1
*
|
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
2018-05-24
1
-1
/
+14
*
|
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-2
/
+12
*
|
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
1
-1
/
+1
*
|
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-05-04
1
-2
/
+2
*
|
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
2018-05-04
1
-5
/
+5
*
|
bpf: add faked "ending" subprog
Jiong Wang
2018-05-04
1
-20
/
+14
*
|
bpf: centre subprog information fields
Jiong Wang
2018-05-04
1
-30
/
+32
*
|
bpf: unify main prog and subprog
Jiong Wang
2018-05-04
1
-26
/
+31
*
|
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-03
1
-0
/
+24
*
|
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-03
1
-2
/
+6
*
|
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
2018-04-29
1
-0
/
+23
*
|
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
2018-04-29
1
-9
/
+2
*
|
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+27
*
|
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+19
*
|
bpf: allow map helpers access to map values directly
Paul Chaignon
2018-04-24
1
-17
/
+7
|
/
*
bpf: Hooks for sys_bind
Andrey Ignatov
2018-03-31
1
-0
/
+1
*
bpf: Check attach type at prog load time
Andrey Ignatov
2018-03-31
1
-3
/
+3
*
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
2018-03-26
1
-8
/
+11
*
bpf: Rename bpf_verifer_log
Martin KaFai Lau
2018-03-26
1
-2
/
+2
*
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
2018-03-23
1
-17
/
+27
*
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
2018-03-19
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
1
-16
/
+26
|
\
|
*
bpf: allow xadd only on aligned memory
Daniel Borkmann
2018-02-23
1
-16
/
+26
*
|
bpf: Remove unused callee_saved array
Joe Stringer
2018-02-15
1
-4
/
+0
|
/
*
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-26
1
-8
/
+30
*
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-26
1
-0
/
+7
*
bpf: improve dead code sanitizing
Daniel Borkmann
2018-01-26
1
-5
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-20
1
-25
/
+57
|
\
|
*
bpf: add upper complexity limit to verifier log
Daniel Borkmann
2018-01-19
1
-1
/
+2
|
*
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
2018-01-19
1
-24
/
+55
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
1
-11
/
+53
|
\
\
|
|
/
|
/
|
|
*
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-01-17
1
-11
/
+16
|
*
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-16
1
-0
/
+19
|
*
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-14
1
-0
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-1
/
+6
|
\
\
|
|
/
|
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-10
1
-0
/
+5
|
*
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
2018-01-10
1
-1
/
+1
*
|
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
1
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-11
1
-4
/
+50
|
\
\
|
|
/
|
*
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-09
1
-0
/
+36
[next]