Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
acf8fdbe6afb084666df347602fe4258f1cf5fd5
/
kernel
/
bpf
140d8b3
bpf: fix bpf_perf_event_read() loop upper bound
by Wei-Chun Chao
· 9 years ago
35578d7
bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
by Kaixu Xia
· 9 years ago
ea317b2
bpf: Add new bpf map type to store the pointer to struct perf_event
by Kaixu Xia
· 9 years ago
2a36f0b
bpf: Make the bpf_prog_array_map more generic
by Wang Nan
· 9 years ago
24b4d2a
ebpf: Allow dereferences of PTR_TO_STACK registers
by Alex Gartrell
· 9 years ago
4d9c5c5
test_bpf: add bpf_skb_vlan_push/pop() tests
by Alexei Starovoitov
· 9 years ago
c4675f9
ebpf: remove self-assignment in interpreter's tail call
by Daniel Borkmann
· 9 years ago
0756ea3
bpf: allow networking programs to use bpf_trace_printk() for debugging
by Alexei Starovoitov
· 10 years ago
ffeedaf
bpf: introduce current->pid, tgid, uid, gid, comm accessors
by Alexei Starovoitov
· 10 years ago
d691f9e
bpf: allow programs to write to certain skb fields
by Alexei Starovoitov
· 10 years ago
3324b58
ebpf: misc core cleanup
by Daniel Borkmann
· 10 years ago
17ca8cb
ebpf: allow bpf_ktime_get_ns_proto also for networking
by Daniel Borkmann
· 10 years ago
abf2e7d
bpf: add missing rcu protection when releasing programs from prog_array
by Alexei Starovoitov
· 10 years ago
04fd61ab
bpf: allow bpf programs to tail-call other bpf programs
by Alexei Starovoitov
· 10 years ago
876a7ae
bpf: fix 64-bit divide
by Alexei Starovoitov
· 10 years ago
725f9dc
bpf: fix two bugs in verification logic when accessing 'ctx' pointer
by Alexei Starovoitov
· 10 years ago
c3de631
bpf: fix verifier memory corruption
by Alexei Starovoitov
· 10 years ago
6c373ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
2541517
tracing, perf: Implement BPF programs attached to kprobes
by Alexei Starovoitov
· 10 years ago
608cd71
tc: bpf: generalize pedit action
by Alexei Starovoitov
· 10 years ago
94caee8c
ebpf: add sched_act_type and map it to sk_filter's verifier ops
by Daniel Borkmann
· 10 years ago
9bac3d6
bpf: allow extended BPF programs access skb fields
by Alexei Starovoitov
· 10 years ago
c04167c
ebpf: add helper for obtaining current processor id
by Daniel Borkmann
· 10 years ago
03e69b5
ebpf: add prandom helper for packet sampling
by Daniel Borkmann
· 10 years ago
80f1d68
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
by Daniel Borkmann
· 10 years ago
3ba67da
ebpf: bpf_map_*: fix linker error on avr32 and openrisc arch
by Daniel Borkmann
· 10 years ago
e2e9b65
cls_bpf: add initial eBPF support for programmable classifiers
by Daniel Borkmann
· 10 years ago
24701ec
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
by Daniel Borkmann
· 10 years ago
96be432
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
by Daniel Borkmann
· 10 years ago
a2c83ff
ebpf: constify various function pointer structs
by Daniel Borkmann
· 10 years ago
f91fe17
ebpf: remove kernel test stubs
by Daniel Borkmann
· 10 years ago
59343cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
8ebe667
bpf: rcu lock must not be held when calling copy_to_user()
by Alexei Starovoitov
· 10 years ago
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