index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
802
/
hippi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-20
bpf: sk_msg, improve offset chk in _is_valid_access
John Fastabend
1
-7
/
+14
2018-12-20
bpf: sk_msg, fix sk_msg_md access past end test
John Fastabend
1
-1
/
+1
2018-12-20
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
1
-1
/
+1
2018-12-20
selftests: bpf: add missing executables to .gitignore
Jakub Kicinski
1
-0
/
+1
2018-12-20
nfp: bpf: optimize codegen for JSET with a constant
Jakub Kicinski
1
-12
/
+10
2018-12-20
nfp: bpf: remove the trivial JSET optimization
Jakub Kicinski
1
-5
/
+0
2018-12-20
bpf: verifier: reorder stack size check with dead code sanitization
Jakub Kicinski
1
-2
/
+3
2018-12-20
selftests: bpf: verifier: add tests for JSET interpretation
Jakub Kicinski
1
-0
/
+96
2018-12-20
bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
Jakub Kicinski
1
-0
/
+20
2018-12-20
selftests: bpf: add trivial JSET tests
Jakub Kicinski
1
-31
/
+178
2018-12-20
bpf: sparc64: Enable sparc64 jit to provide bpf_line_info
Martin KaFai Lau
1
-0
/
+1
2018-12-20
bpf: Add BPF_LD_IMM64 to the line_info test
Martin KaFai Lau
1
-0
/
+27
2018-12-20
bpf: Ensure line_info.insn_off cannot point to insn with zero code
Martin KaFai Lau
1
-0
/
+8
2018-12-19
tools: bpftool: do not force gcc as CC
Ivan Babrou
1
-2
/
+0
2018-12-19
xsk: simplify AF_XDP socket teardown
Björn Töpel
1
-15
/
+1
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
1
-1
/
+7
2018-12-19
bpf: sk_msg, add tests for size field
John Fastabend
1
-3
/
+13
2018-12-19
bpf: add tools lib/include support sk_msg_md size field
John Fastabend
1
-0
/
+1
2018-12-19
bpf: sockmap, metadata support for reporting size of msg
John Fastabend
3
-0
/
+10
2018-12-18
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2
-2
/
+37
2018-12-18
bpf: support raw tracepoints in modules
Matt Mullins
5
-7
/
+120
2018-12-18
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
7
-2
/
+31
2018-12-18
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
3
-12
/
+35
2018-12-18
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
Yonghong Song
1
-5
/
+5
2018-12-18
bpf: libbpf: fix memleak by freeing line_info
Prashant Bhole
1
-0
/
+1
2018-12-18
tools: bpftool: support pretty print with kind_flag set
Yonghong Song
1
-9
/
+27
2018-12-18
tools: bpftool: refactor btf_dumper_int_bits()
Yonghong Song
1
-6
/
+19
2018-12-18
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
1
-14
/
+154
2018-12-18
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
1
-2
/
+494
2018-12-18
tools/bpf: sync btf.h header from kernel to tools
Yonghong Song
1
-2
/
+18
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
3
-23
/
+36
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2
-22
/
+278
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
1
-14
/
+21
2018-12-17
bpf: remove useless version check for prog load
Daniel Borkmann
3
-7
/
+18
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
4
-9
/
+12
2018-12-15
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
1
-1
/
+1
2018-12-15
tools: bpftool: add a prog array map update example to documentation
Quentin Monnet
1
-0
/
+55
2018-12-15
tools: bpftool: fix examples in documentation for bpftool prog
Quentin Monnet
1
-45
/
+53
2018-12-15
tools: bpftool: add doc for -m option to bpftool-prog.rst
Quentin Monnet
1
-0
/
+3
2018-12-15
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2
-1
/
+108
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
2
-6
/
+29
2018-12-15
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
1
-1
/
+14
2018-12-15
bpf: speed up stacksafe check
Alexei Starovoitov
1
-1
/
+3
2018-12-14
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2
-5
/
+70
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
3
-14
/
+22
2018-12-13
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2
-4
/
+8
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
1
-7
/
+0
2018-12-13
bpf: sync tools/include/uapi/linux/bpf.h
Song Liu
1
-0
/
+2
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
2
-0
/
+24
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
3
-19
/
+1
[next]