Sign in
android-kvm
/
linux
/
0346dadbf041a2606bcb5bd27828b0d105897f4a
/
kernel
/
bpf
be1f221
module: remove mod arg from module_free, rename module_memfree().
by Rusty Russell
· 10 years ago
ddd872b
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
by Alexei Starovoitov
· 10 years ago
daaf427
bpf: fix arraymap NULL deref and missing overflow and zero size checks
by Alexei Starovoitov
· 10 years ago
7943c0f
bpf: remove test map scaffolding and user proper types
by Alexei Starovoitov
· 10 years ago
d0003ec
bpf: allow eBPF programs to use maps
by Alexei Starovoitov
· 10 years ago
a1854d6
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
by Alexei Starovoitov
· 10 years ago
28fbcfa
bpf: add array type of eBPF maps
by Alexei Starovoitov
· 10 years ago
0f8e4bd
bpf: add hashtable type of eBPF maps
by Alexei Starovoitov
· 10 years ago
3274f52
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
by Alexei Starovoitov
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9c399760
bpf: reduce verifier memory consumption
by Alexei Starovoitov
· 10 years ago
f89b775
bpf: split eBPF out of NET
by Alexei Starovoitov
· 10 years ago
32bf08a
bpf: fix bug in eBPF verifier
by Alexei Starovoitov
· 10 years ago
f1bca82
bpf: add search pruning optimization to verifier
by Alexei Starovoitov
· 10 years ago
3c731eb
bpf: mini eBPF library, test stubs and verifier testsuite
by Alexei Starovoitov
· 10 years ago
17a5267
bpf: verifier (add verifier core)
by Alexei Starovoitov
· 10 years ago
475fb78
bpf: verifier (add branch/goto checks)
by Alexei Starovoitov
· 10 years ago
0246e64
bpf: handle pseudo BPF_LD_IMM64 insn
by Alexei Starovoitov
· 10 years ago
cbd3570
bpf: verifier (add ability to receive verification log)
by Alexei Starovoitov
· 10 years ago
51580e7
bpf: verifier (add docs)
by Alexei Starovoitov
· 10 years ago
0a542a8
bpf: handle pseudo BPF_CALL insn
by Alexei Starovoitov
· 10 years ago
09756af
bpf: expand BPF syscall with program load/unload
by Alexei Starovoitov
· 10 years ago
db20fd2
bpf: add lookup/update/delete/iterate methods to BPF maps
by Alexei Starovoitov
· 10 years ago
99c55f7
bpf: introduce BPF syscall and maps
by Alexei Starovoitov
· 10 years ago
b954d83
net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected
by Daniel Borkmann
· 10 years ago
738cbe7
net: bpf: consolidate JIT binary allocator
by Daniel Borkmann
· 10 years ago
02ab695
net: filter: add "load 64-bit immediate" eBPF instruction
by Alexei Starovoitov
· 10 years ago
60a3b22
net: bpf: make eBPF interpreter images read-only
by Daniel Borkmann
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
8fb575c
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
by Alexei Starovoitov
· 10 years ago
4df95ff
net: filter: rename sk_chk_filter() -> bpf_check_classic()
by Alexei Starovoitov
· 10 years ago
2695fb5
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
by Alexei Starovoitov
· 10 years ago
f5bffec
net: filter: split filter.c into two files
by Alexei Starovoitov
· 10 years ago