index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+120
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-22
/
+64
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
1
-22
/
+64
2018-05-24
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
1
-0
/
+1
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
1
-6
/
+1
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
1
-1
/
+14
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-3
/
+56
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
1
-2
/
+12
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
1
-1
/
+1
2018-05-04
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
1
-2
/
+2
2018-05-04
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
1
-5
/
+5
2018-05-04
bpf: add faked "ending" subprog
Jiong Wang
1
-20
/
+14
2018-05-04
bpf: centre subprog information fields
Jiong Wang
1
-30
/
+32
2018-05-04
bpf: unify main prog and subprog
Jiong Wang
1
-26
/
+31
2018-05-03
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
1
-0
/
+24
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
1
-2
/
+6
2018-04-29
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
1
-0
/
+23
2018-04-29
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
1
-9
/
+2
2018-04-29
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
1
-0
/
+27
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-0
/
+19
2018-04-24
bpf: allow map helpers access to map values directly
Paul Chaignon
1
-17
/
+7
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+1
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-3
/
+3
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
1
-8
/
+11
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
1
-2
/
+2
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
1
-17
/
+27
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-1
/
+4
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+26
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-02-15
bpf: Remove unused callee_saved array
Joe Stringer
1
-4
/
+0
2018-01-26
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-8
/
+30
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+7
2018-01-26
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+57
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+53
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-17
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+7
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+50
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-10
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
1
-0
/
+36
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
1
-0
/
+4
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-13
/
+7
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+101
[prev]
[next]