index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix verifier NULL pointer dereference
Craig Gallek
2017-11-03
1
-4
/
+8
*
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
2017-11-03
1
-0
/
+4
*
bpf: fix link error without CONFIG_NET
Arnd Bergmann
2017-11-03
1
-0
/
+2
*
bpf: also improve pattern matches for meta access
Daniel Borkmann
2017-11-02
1
-69
/
+96
*
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-02
1
-1
/
+1
*
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
2017-11-02
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
1
-4
/
+12
|
\
|
*
bpf: remove SK_REDIRECT from UAPI
John Fastabend
2017-11-01
1
-4
/
+12
*
|
bpf: fix verifier memory leaks
Alexei Starovoitov
2017-11-01
1
-9
/
+18
*
|
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-11-01
1
-149
/
+288
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-30
1
-1
/
+10
|
\
\
|
|
/
|
*
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
2017-10-29
1
-1
/
+2
|
*
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
2017-10-29
1
-2
/
+10
*
|
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
2017-10-25
1
-0
/
+81
*
|
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
2017-10-24
1
-4
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
5
-36
/
+90
|
\
\
|
|
/
|
*
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
1
-0
/
+24
|
*
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-22
1
-12
/
+21
|
*
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-22
1
-1
/
+1
|
*
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
1
-0
/
+3
|
*
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
1
-0
/
+3
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-10
/
+9
|
*
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
1
-0
/
+6
|
*
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
2
-5
/
+1
|
*
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
1
-2
/
+3
|
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-2
/
+6
*
|
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
2017-10-20
1
-2
/
+2
*
|
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
2017-10-20
1
-2
/
+32
*
|
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
8
-22
/
+110
*
|
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
1
-39
/
+16
*
|
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
2
-16
/
+17
*
|
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
2
-9
/
+19
*
|
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
1
-5
/
+19
*
|
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
2017-10-18
1
-22
/
+130
*
|
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
2
-2
/
+23
*
|
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-18
4
-1
/
+573
*
|
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
2017-10-16
1
-0
/
+3
*
|
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
2017-10-14
1
-6
/
+37
*
|
bpf: remove redundant variable old_flags
Colin Ian King
2017-10-11
1
-2
/
+0
*
|
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
1
-22
/
+19
*
|
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
4
-198
/
+251
*
|
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
1
-232
/
+259
*
|
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-10
1
-27
/
+30
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
2
-0
/
+6
|
\
\
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-10-09
1
-0
/
+1
|
|
\
|
|
*
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
2017-10-09
1
-0
/
+1
|
*
|
bpf: fix liveness marking
Alexei Starovoitov
2017-10-07
1
-0
/
+5
*
|
|
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
2017-10-07
1
-2
/
+15
*
|
|
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
2017-10-07
1
-3
/
+2
*
|
|
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-07
1
-1
/
+3
[next]