index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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: do not restore dst_reg when cur_state is freed
Xu Yu
2019-04-03
1
-1
/
+1
*
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-03-01
1
-1
/
+2
*
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
2019-03-01
1
-2
/
+2
*
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
2019-02-26
1
-1
/
+1
*
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
2019-02-22
1
-0
/
+1
*
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
2019-02-11
1
-1
/
+7
*
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
2019-02-09
1
-4
/
+7
*
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
2019-01-31
1
-2
/
+10
*
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
2019-01-31
3
-14
/
+35
*
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
2019-01-31
1
-1
/
+1
*
bpf: btf: allow typedef func_proto
Yonghong Song
2019-01-29
1
-1
/
+2
*
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
2019-01-18
1
-2
/
+15
*
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
2019-01-17
1
-0
/
+1
*
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-17
1
-1
/
+1
*
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
2019-01-17
1
-0
/
+2
*
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
2019-01-17
1
-2
/
+5
*
bpf: fix bpffs bitfield pretty print
Yonghong Song
2019-01-11
1
-6
/
+6
*
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2019-01-10
1
-1
/
+2
*
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-05
1
-13
/
+48
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-02
1
-6
/
+179
*
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-02
1
-1
/
+5
*
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-02
1
-1
/
+8
*
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
1
-22
/
+41
*
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
1
-0
/
+11
*
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-01-02
1
-0
/
+20
*
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-01-02
1
-17
/
+17
*
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2019-01-02
1
-38
/
+38
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-20
7
-100
/
+702
|
\
|
*
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
2018-12-20
1
-1
/
+1
|
*
bpf: verifier: reorder stack size check with dead code sanitization
Jakub Kicinski
2018-12-20
1
-2
/
+3
|
*
bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
Jakub Kicinski
2018-12-20
1
-0
/
+20
|
*
bpf: Ensure line_info.insn_off cannot point to insn with zero code
Martin KaFai Lau
2018-12-19
1
-0
/
+8
|
*
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-19
1
-1
/
+7
|
*
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2018-12-18
1
-0
/
+5
|
*
bpf: support raw tracepoints in modules
Matt Mullins
2018-12-18
1
-3
/
+8
|
*
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
2
-22
/
+32
|
*
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
1
-20
/
+260
|
*
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-18
1
-14
/
+21
|
*
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-17
1
-5
/
+0
|
*
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2018-12-15
1
-1
/
+107
|
*
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
1
-6
/
+7
|
*
bpf: speed up stacksafe check
Alexei Starovoitov
2018-12-15
1
-1
/
+3
|
*
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2018-12-14
1
-5
/
+69
|
*
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-14
2
-13
/
+22
|
*
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
2018-12-13
1
-7
/
+0
|
*
bpf: include sub program tags in bpf_prog_info
Song Liu
2018-12-13
1
-0
/
+22
|
*
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
2018-12-13
1
-20
/
+12
|
*
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-12
2
-1
/
+114
|
*
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-12
3
-1
/
+4
[next]