index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-28
1
-3
/
+1
*
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-05-28
2
-6
/
+2
*
bpftool: auto-complete BTF IDs for btf dump
Andrii Nakryiko
2019-05-28
1
-0
/
+9
*
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
2019-05-25
7
-5
/
+51
*
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
2019-05-25
1
-10
/
+19
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-25
4
-0
/
+6
*
tools: bpf: sync uapi header bpf.h
Jiong Wang
2019-05-25
1
-0
/
+18
*
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
2019-05-24
3
-0
/
+250
*
tools/bpf: sync bpf uapi header bpf.h to tools directory
Yonghong Song
2019-05-24
1
-1
/
+16
*
bpftool: update bash-completion w/ new c option for btf dump
Andrii Nakryiko
2019-05-24
1
-4
/
+17
*
bpftool/docs: add description of btf dump C option
Andrii Nakryiko
2019-05-24
1
-15
/
+20
*
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
2019-05-24
1
-2
/
+73
*
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
2019-05-24
10
-1
/
+824
*
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
4
-1
/
+1359
*
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
2019-05-24
1
-116
/
+85
*
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+384
*
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+403
*
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
2019-05-24
1
-58
/
+13
*
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
2019-05-24
1
-109
/
+8
*
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-05-24
3
-0
/
+135
*
libbpf: ensure libbpf.h is included along libbpf_internal.h
Andrii Nakryiko
2019-05-24
1
-0
/
+2
*
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
2019-05-24
7
-42
/
+8
*
selftests/bpf: add pyperf scale test
Alexei Starovoitov
2019-05-23
5
-13
/
+298
*
selftests/bpf: adjust verifier scale test
Alexei Starovoitov
2019-05-23
1
-14
/
+17
*
libbpf: emit diff of mismatched public API, if any
Andrii Nakryiko
2019-05-23
1
-0
/
+10
*
selftests: pmtu: Simplify cleanup and namespace names
David Ahern
2019-05-23
1
-9
/
+8
*
selftests: fib-onlink: Make quiet by default
David Ahern
2019-05-23
1
-5
/
+43
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-22
2
-86
/
+9
|
\
|
*
selftests: fib_rule_tests: use pre-defined DEV_ADDR
Hangbin Liu
2019-05-21
1
-2
/
+3
|
*
ptp: Fix example program to match kernel.
Richard Cochran
2019-05-21
1
-84
/
+1
|
*
selftests: fib_rule_tests: enable forwarding before ipv4 from/iif test
Hangbin Liu
2019-05-21
1
-0
/
+5
|
*
selftests: fib_rule_tests: fix local IPv4 address typo
Hangbin Liu
2019-05-21
1
-1
/
+1
*
|
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
86
-495
/
+86
|
\
\
|
|
/
|
/
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25
Thomas Gleixner
2019-05-21
4
-40
/
+4
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
35
-455
/
+35
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
45
-0
/
+45
|
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-20
15
-101
/
+338
|
\
\
|
|
/
|
/
|
|
*
kselftests: netfilter: fix leftover net/net-next merge conflict
Florian Westphal
2019-05-19
1
-51
/
+26
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-05-18
10
-21
/
+22
|
|
\
|
|
*
bpftool: fix BTF raw dump of FWD's fwd_kind
Andrii Nakryiko
2019-05-17
1
-2
/
+2
|
|
*
selftests/bpf: fix bpf_get_current_task
Alexei Starovoitov
2019-05-17
1
-1
/
+1
|
|
*
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-16
5
-16
/
+15
|
|
*
tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()
Yonghong Song
2019-05-16
1
-2
/
+2
|
|
*
selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
Stanislav Fomichev
2019-05-16
2
-0
/
+2
|
*
|
selftests: pmtu.sh: Remove quotes around commands in setup_xfrm
David Ahern
2019-05-16
1
-9
/
+9
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-05-16
4
-20
/
+281
|
|
\
|
|
*
selftests/bpf: add prog detach to flow_dissector test
Stanislav Fomichev
2019-05-16
1
-0
/
+1
|
|
*
selftests/bpf: add missing \n to flow_dissector CHECK errors
Stanislav Fomichev
2019-05-16
1
-4
/
+4
[next]