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: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
2019-12-16
2
-20
/
+38
|
*
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
2019-12-16
3
-17
/
+18
|
*
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
2019-12-16
4
-38
/
+153
|
*
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
2019-12-16
1
-42
/
+41
|
*
libbpf: Fix readelf output parsing for Fedora
Thadeu Lima de Souza Cascardo
2019-12-15
1
-0
/
+2
|
*
bpftool: Match maps by name
Paul Chaignon
2019-12-15
4
-88
/
+439
|
*
bpftool: Match programs by name
Paul Chaignon
2019-12-15
5
-18
/
+42
|
*
bpftool: Match several programs with same tag
Paul Chaignon
2019-12-15
2
-120
/
+268
|
*
selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-12-14
2
-0
/
+7
|
*
selftests: bpf: Add xdp_perf test
Björn Töpel
2019-12-13
1
-0
/
+25
|
*
selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
Andrii Nakryiko
2019-12-13
1
-5
/
+24
|
*
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
2019-12-13
1
-7
/
+25
|
*
selftests/bpf: Add CPU mask parsing tests
Andrii Nakryiko
2019-12-13
1
-0
/
+78
|
*
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
2019-12-13
2
-41
/
+86
|
*
selftests/bpf: Switch reuseport tests for test_progs framework
Jakub Sitnicki
2019-12-13
1
-136
/
+131
|
*
selftests/bpf: Move reuseport tests under prog_tests/
Jakub Sitnicki
2019-12-13
2
-1
/
+1
|
*
selftests/bpf: Pull up printing the test name into test runner
Jakub Sitnicki
2019-12-13
1
-15
/
+12
|
*
selftests/bpf: Propagate errors during setup for reuseport tests
Jakub Sitnicki
2019-12-13
1
-51
/
+85
|
*
selftests/bpf: Run reuseport tests in a loop
Jakub Sitnicki
2019-12-13
1
-21
/
+34
|
*
selftests/bpf: Unroll the main loop in reuseport test
Jakub Sitnicki
2019-12-13
1
-32
/
+41
|
*
selftests/bpf: Add helpers for getting socket family & type name
Jakub Sitnicki
2019-12-13
1
-3
/
+25
|
*
selftests/bpf: Use sa_family_t everywhere in reuseport tests
Jakub Sitnicki
2019-12-13
1
-3
/
+3
|
*
selftests/bpf: Let libbpf determine program type from section name
Jakub Sitnicki
2019-12-13
2
-10
/
+4
|
*
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
2019-12-13
1
-0
/
+1
|
*
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
2019-12-12
1
-18
/
+19
|
*
libbpf: Bump libpf current version to v0.0.7
Andrii Nakryiko
2019-12-11
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
96
-546
/
+1658
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-22
13
-237
/
+603
|
|
\
\
|
|
*
|
selftests: pmtu: fix init mtu value in description
Hangbin Liu
2019-12-21
1
-3
/
+3
|
|
*
|
tc-testing: initial tdc selftests for cls_u32
Davide Caratti
2019-12-20
2
-22
/
+205
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-12-19
3
-24
/
+176
|
|
|
\
\
|
|
|
*
|
bpf: Add further test_verifier cases for record_func_key
Daniel Borkmann
2019-12-19
3
-24
/
+176
|
|
*
|
|
selftests: net: tls: remove recv_rcvbuf test
Thadeu Lima de Souza Cascardo
2019-12-15
1
-28
/
+0
|
|
|
/
/
|
|
*
|
selftests/bpf: Test function_graph tracer and bpf trampoline together
Alexei Starovoitov
2019-12-12
1
-0
/
+39
|
|
*
|
bpftool: Don't crash on missing jited insns or ksyms
Toke Høiland-Jørgensen
2019-12-11
2
-2
/
+2
|
|
*
|
tc-testing: unbreak full listing of tdc testcases
Davide Caratti
2019-12-09
1
-1
/
+1
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-12-09
1
-156
/
+176
|
|
|
\
\
|
|
|
*
|
selftests: netfilter: use randomized netns names
Florian Westphal
2019-12-07
1
-156
/
+176
|
|
*
|
|
selftests: forwarding: Delete IPv6 address at the end
Ido Schimmel
2019-12-09
1
-1
/
+1
|
*
|
|
|
Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-22
2
-0
/
+7
|
|
\
\
\
\
|
|
*
|
|
|
tools/testing/nvdimm: Fix mock support for ioremap
Dan Williams
2019-12-12
2
-0
/
+7
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
2019-12-19
3
-2
/
+36
|
|
\
\
\
\
|
|
*
|
|
|
tpm: selftest: cleanup after unseal with wrong auth/policy test
Tadeusz Struk
2019-12-17
1
-0
/
+5
|
|
*
|
|
|
tpm: selftest: add test covering async mode
Tadeusz Struk
2019-12-17
3
-2
/
+31
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-17
65
-289
/
+976
|
|
\
\
\
\
|
|
*
|
|
|
perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES description
Ed Maste
2019-12-16
1
-1
/
+1
|
|
*
|
|
|
perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITES
Ed Maste
2019-12-16
1
-1
/
+1
|
|
*
|
|
|
libtraceevent: Allow custom libdir path
Sudip Mukherjee
2019-12-16
2
-4
/
+6
|
|
*
|
|
|
perf header: Fix false warning when there are no duplicate cache entries
Michael Petlan
2019-12-11
1
-15
/
+6
|
|
*
|
|
|
perf metricgroup: Fix printing event names of metric group with multiple events
Kajol Jain
2019-12-11
1
-2
/
+5
[prev]
[next]