index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bpf: don't indicate success when copy_from_user fails
Daniel Borkmann
2017-07-29
1
-1
/
+1
|
*
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-07-24
1
-6
/
+15
*
|
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
2017-07-24
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
2
-17
/
+107
|
\
\
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-07-20
1
-14
/
+94
|
|
\
|
|
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-20
1
-14
/
+94
|
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-07-15
1
-3
/
+13
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
bpf: Implement show_options
David Howells
2017-07-06
1
-3
/
+13
*
|
|
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
2
-1
/
+74
*
|
|
xdp: Add batching support to redirect map
John Fastabend
2017-07-17
1
-1
/
+83
*
|
|
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
2
-0
/
+16
*
|
|
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
3
-0
/
+275
|
/
/
*
|
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-05
1
-29
/
+16
|
\
\
|
*
|
bpf: don't open-code memdup_user()
Al Viro
2017-06-30
1
-29
/
+16
*
|
|
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-03
1
-0
/
+62
*
|
|
bpf: export whether tail call has jited owner
Daniel Borkmann
2017-07-03
1
-1
/
+6
*
|
|
bpf: simplify narrower ctx access
Daniel Borkmann
2017-07-03
1
-44
/
+34
*
|
|
bpf: BPF support for sock_ops
Lawrence Brakmo
2017-07-01
2
-0
/
+42
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+5
|
\
\
\
|
*
|
|
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-29
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
bpf: Fix out-of-bound access on interpreters[]
Martin KaFai Lau
2017-06-29
1
-1
/
+3
*
|
|
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
2017-06-29
5
-3
/
+67
*
|
|
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-23
1
-8
/
+21
*
|
|
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-19
/
+52
*
|
|
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
2017-06-10
1
-2
/
+2
*
|
|
bpf: reset id on CONST_IMM transition
Daniel Borkmann
2017-06-10
1
-0
/
+2
*
|
|
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
2017-06-10
1
-0
/
+2
*
|
|
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
2017-06-06
1
-1
/
+0
*
|
|
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
2017-06-06
1
-17
/
+146
*
|
|
bpf: Add BPF_MAP_GET_FD_BY_ID
Martin KaFai Lau
2017-06-06
1
-10
/
+85
*
|
|
bpf: Add BPF_PROG_GET_FD_BY_ID
Martin KaFai Lau
2017-06-06
1
-10
/
+81
*
|
|
bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command
Martin KaFai Lau
2017-06-06
1
-0
/
+38
*
|
|
bpf: Introduce bpf_map ID
Martin KaFai Lau
2017-06-06
1
-1
/
+33
*
|
|
bpf: Introduce bpf_prog ID
Martin KaFai Lau
2017-06-06
1
-1
/
+39
*
|
|
perf, bpf: Add BPF support to all perf_event types
Alexei Starovoitov
2017-06-04
1
-21
/
+7
*
|
|
bpf: Remove the capability check for cgroup skb eBPF program
Chenbo Feng
2017-06-02
1
-1
/
+3
*
|
|
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
2017-06-02
1
-0
/
+1
*
|
|
bpf: use different interpreter depending on required stack size
Alexei Starovoitov
2017-05-31
1
-9
/
+31
*
|
|
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
2017-05-31
1
-0
/
+1
*
|
|
bpf: teach verifier to track stack depth
Alexei Starovoitov
2017-05-31
1
-1
/
+9
*
|
|
bpf: split bpf core interpreter
Alexei Starovoitov
2017-05-31
1
-7
/
+14
*
|
|
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2017-05-31
2
-2
/
+2
|
/
/
*
|
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-05-25
3
-0
/
+3
*
|
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
2017-05-25
1
-21
/
+16
*
|
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
2017-05-25
1
-9
/
+10
*
|
net: Make IP alignment calulations clearer.
David S. Miller
2017-05-22
1
-4
/
+8
*
|
bpf: adjust verifier heuristics
Daniel Borkmann
2017-05-17
1
-1
/
+11
*
|
bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller
2017-05-11
1
-1
/
+1
*
|
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
2
-7
/
+21
*
|
bpf: Do per-instruction state dumping in verifier when log_level > 1.
David S. Miller
2017-05-11
1
-2
/
+6
[prev]
[next]