index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2019-02-04
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-01-21
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
Song Liu
2019-01-18
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
2019-01-17
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
2019-01-10
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2019-01-05
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-02
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-02
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-02
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-02
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-01-02
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-01-02
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-20
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
bpf: verifier: reorder stack size check with dead code sanitization
Jakub Kicinski
2018-12-20
bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
Jakub Kicinski
2018-12-19
bpf: Ensure line_info.insn_off cannot point to insn with zero code
Martin KaFai Lau
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-18
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2018-12-18
bpf: support raw tracepoints in modules
Matt Mullins
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-17
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-15
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
bpf: speed up stacksafe check
Alexei Starovoitov
2018-12-14
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
2018-12-13
bpf: verifier: make sure callees don't prune with caller differences
Jakub Kicinski
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-12
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-11
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
2018-12-10
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
2018-12-10
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
[next]