Andrey Ignatov
|
4fbac77d2d
bpf: Hooks for sys_bind
|
7 years ago |
Andrey Ignatov
|
5e43f899b0
bpf: Check attach type at prog load time
|
7 years ago |
Martin KaFai Lau
|
77d2e05abd
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
|
7 years ago |
Martin KaFai Lau
|
b9193c1b61
bpf: Rename bpf_verifer_log
|
7 years ago |
Jiri Olsa
|
abe0884011
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
|
7 years ago |
John Fastabend
|
4f738adba3
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
|
7 years ago |
David S. Miller
|
0f3e9c97eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Daniel Borkmann
|
ca36960211
bpf: allow xadd only on aligned memory
|
7 years ago |
Joe Stringer
|
544bdebc6f
bpf: Remove unused callee_saved array
|
7 years ago |
Daniel Borkmann
|
f6b1b3bf0d
bpf: fix subprog verifier bypass by div/mod by 0 exception
|
7 years ago |
Daniel Borkmann
|
5e581dad4f
bpf: make unknown opcode handling more robust
|
7 years ago |
Daniel Borkmann
|
2a5418a13f
bpf: improve dead code sanitizing
|
7 years ago |
David S. Miller
|
ea9722e265
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
|
7 years ago |
David S. Miller
|
8565d26bcb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Daniel Borkmann
|
4bd95f4b99
bpf: add upper complexity limit to verifier log
|
7 years ago |
Daniel Borkmann
|
9013341594
bpf, verifier: detect misconfigured mem, size argument pair
|
7 years ago |
Daniel Borkmann
|
6f16101e6a
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
|
7 years ago |
David S. Miller
|
c02b3741eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Daniel Borkmann
|
f37a8cb84c
bpf: reject stores into ctx via st and xadd
|
7 years ago |
Jakub Kicinski
|
a38845729e
bpf: offload: add map offload infrastructure
|
7 years ago |
Alexei Starovoitov
|
68fda450a7
bpf: fix 32-bit divide by zero
|
7 years ago |
David S. Miller
|
19d28fbd30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Daniel Borkmann
|
7891a87efc
bpf: arsh is not supported in 32 bit alu thus reject it
|
7 years ago |
Colin Ian King
|
4095034393
bpf: fix spelling mistake: "obusing" -> "abusing"
|
7 years ago |
Quentin Monnet
|
430e68d10b
bpf: export function to write into verifier log buffer
|
7 years ago |
Alexei Starovoitov
|
b2157399cc
bpf: prevent out-of-bounds speculation
|
7 years ago |
Alexei Starovoitov
|
5896351ea9
bpf: fix verifier GPF in kmalloc failure path
|
7 years ago |
Jakub Kicinski
|
cae1927c0b
bpf: offload: allow netdev to disappear while verifier is running
|
7 years ago |
David S. Miller
|
fcffe2edbd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
|
7 years ago |
Alexei Starovoitov
|
aada9ce644
bpf: fix max call depth check
|
7 years ago |