index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: forwarding: Add suppport to create veth interfaces
David Ahern
2018-03-05
2
-0
/
+40
*
selftests: Extend the tc action test for action mirror
Arkadi Sharshevsky
2018-03-05
1
-6
/
+10
*
selftests: rtnetlink: remove testns on test fail
Prashant Bhole
2018-03-04
1
-0
/
+6
*
tools: tc-testing: Add notap option
Brenda J. Butler
2018-03-04
1
-11
/
+23
*
selftests: forwarding: Add multipath test for L4 hashing
David Ahern
2018-03-04
1
-0
/
+44
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-03-02
19
-361
/
+1253
|
\
|
*
tools: bpftool: add support for quotations in batch files
Quentin Monnet
2018-03-02
1
-14
/
+51
|
*
tools: bpftool: read from stdin when batch file name is "-"
Quentin Monnet
2018-03-02
1
-2
/
+6
|
*
tools: bpftool: support continuation lines in batch files
Quentin Monnet
2018-03-02
1
-4
/
+32
|
*
tools: bpftool: support comments in batch files
Quentin Monnet
2018-03-02
1
-0
/
+5
|
*
tools: bpftool: add bash completion for CFG dump
Quentin Monnet
2018-03-01
1
-4
/
+9
|
*
tools: bpftool: new command-line option and documentation for 'visual'
Jiong Wang
2018-03-01
2
-7
/
+23
|
*
tools: bpftool: generate .dot graph from CFG information
Jiong Wang
2018-03-01
3
-0
/
+147
|
*
tools: bpftool: add out edges for each basic-block
Jiong Wang
2018-03-01
1
-2
/
+160
|
*
tools: bpftool: partition basic-block for each function in the CFG
Jiong Wang
2018-03-01
1
-1
/
+117
|
*
tools: bpftool: detect sub-programs from the eBPF sequence
Jiong Wang
2018-03-01
2
-0
/
+190
|
*
tools: bpftool: factor out xlated dump related code into separate file
Jiong Wang
2018-03-01
3
-254
/
+349
|
*
tools: bpftool: remove unnecessary 'if' to reduce indentation
Jiong Wang
2018-03-01
1
-20
/
+18
|
*
bpf: add tail call tests to test_verifier
Daniel Borkmann
2018-02-26
1
-7
/
+110
|
*
bpf: unify rlimit handling in selftests
Daniel Borkmann
2018-02-26
11
-54
/
+44
*
|
selftests: forwarding: Add description to the multipath tests
David Ahern
2018-03-01
1
-17
/
+20
*
|
selftests: forwarding: Use PING6 instead of ping for ipv6 multipath test
David Ahern
2018-03-01
1
-1
/
+1
*
|
selftests: forwarding: Handle 0 for packet difference in multipath tests
David Ahern
2018-03-01
1
-0
/
+7
*
|
selftests: forwarding: Only check tc version for tc tests
David Ahern
2018-03-01
7
-15
/
+25
*
|
selftests: forwarding: Introduce basic shared blocks tests
Jiri Pirko
2018-02-28
2
-0
/
+128
*
|
selftests: forwarding: Introduce basic tc chains tests
Jiri Pirko
2018-02-28
1
-0
/
+122
*
|
selftests: forwarding: Introduce tc actions tests
Jiri Pirko
2018-02-28
1
-0
/
+195
*
|
selftests: forwarding: Introduce tc flower matching tests
Jiri Pirko
2018-02-28
2
-0
/
+219
*
|
selftests: forwarding: Allow to get netdev interfaces names from commandline
Jiri Pirko
2018-02-28
1
-0
/
+15
*
|
selftests: forwarding: Add MAC get helper
Jiri Pirko
2018-02-28
1
-0
/
+7
*
|
selftests: forwarding: Add tc offload check helper
Jiri Pirko
2018-02-28
1
-0
/
+13
*
|
selftests: forwarding: Test IPv6 weighted nexthops
Ido Schimmel
2018-02-28
1
-0
/
+36
*
|
selftests: forwarding: Test IPv4 weighted nexthops
Ido Schimmel
2018-02-28
2
-0
/
+91
*
|
selftests: forwarding: Create test topology for multipath routing
Ido Schimmel
2018-02-28
1
-0
/
+209
*
|
selftests: forwarding: Add a test for basic IPv4 and IPv6 routing
Ido Schimmel
2018-02-28
2
-0
/
+140
*
|
selftests: forwarding: Add a test for flooded traffic
Ido Schimmel
2018-02-28
2
-0
/
+90
*
|
selftests: forwarding: Add a test for FDB learning
Ido Schimmel
2018-02-28
2
-1
/
+96
*
|
selftests: forwarding: Add initial testing framework
Ido Schimmel
2018-02-28
6
-0
/
+465
*
|
selftests/net: reap zerocopy completions passed up as ancillary data.
Sowmini Varadhan
2018-02-27
1
-8
/
+57
*
|
selftests/net: revert the zerocopy Rx path for PF_RDS
Sowmini Varadhan
2018-02-27
1
-67
/
+0
*
|
selftests: Add fib-onlink-tests.sh to TEST_PROGS
David Ahern
2018-02-27
1
-1
/
+1
|
/
*
tc: python3, string formattings
BTaskaya
2018-02-26
2
-5
/
+5
*
tools: tc-testing: better error reporting
Brenda J. Butler
2018-02-26
1
-14
/
+70
*
tools: tc-testing: Fix indentation
Brenda J. Butler
2018-02-26
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-02-26
3
-6
/
+132
|
\
|
*
bpf: add various jit test cases
Daniel Borkmann
2018-02-23
1
-0
/
+89
|
*
selftests/bpf: Only run tests if !bpf_disabled
Joe Stringer
2018-02-15
1
-1
/
+25
|
*
selftests/bpf: Count tests skipped by unpriv
Joe Stringer
2018-02-15
1
-3
/
+7
|
*
selftests/bpf: Print unexpected output on fail
Joe Stringer
2018-02-15
1
-1
/
+2
|
*
tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_tcpbpf_user
Yonghong Song
2018-02-13
1
-0
/
+6
[next]