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
...
|
*
|
selftests: add PM netlink functional tests
Paolo Abeni
2020-03-30
4
-3
/
+751
|
*
|
selftests: move timestamping selftests to net folder
Jian Yang
2020-03-30
12
-21
/
+11
|
*
|
net: macsec: add support for specifying offload upon link creation
Mark Starovoytov
2020-03-30
1
-0
/
+1
|
*
|
net: macsec: add support for offloading to the MAC
Antoine Tenart
2020-03-27
1
-0
/
+1
|
*
|
netdevsim: support taking immediate snapshot via devlink
Jacob Keller
2020-03-27
1
-0
/
+10
|
*
|
selftests: skbedit_priority: Test counters at the skbedit rule
Petr Machata
2020-03-27
1
-2
/
+7
|
*
|
selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit
Petr Machata
2020-03-26
1
-0
/
+30
|
*
|
selftests: forwarding: Add a forwarding test for pedit munge dsfield
Petr Machata
2020-03-26
1
-0
/
+238
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-26
58
-201
/
+1210
|
|
\
\
|
*
|
|
selftests: txtimestamp: print statistics for timestamp events.
Jian Yang
2020-03-22
1
-0
/
+58
|
*
|
|
selftests: txtimestamp: add support for epoll().
Jian Yang
2020-03-22
1
-5
/
+48
|
*
|
|
selftests: txtimestamp: add new command-line flags.
Jian Yang
2020-03-22
1
-9
/
+15
|
*
|
|
selftests: txtimestamp: allow printing latencies in nsec.
Jian Yang
2020-03-22
1
-12
/
+44
|
*
|
|
selftests: txtimestamp: allow individual txtimestamp tests.
Jian Yang
2020-03-22
1
-3
/
+28
|
*
|
|
selftests: forwarding: Add an skbedit priority selftest
Petr Machata
2020-03-20
1
-0
/
+163
|
*
|
|
selftests: mlxsw: Add tc action hw_stats tests
Jiri Pirko
2020-03-19
2
-0
/
+139
|
*
|
|
selftests: spectrum-2: Adjust tc_flower_scale limit according to current coun...
Jiri Pirko
2020-03-19
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
selftests: mlxsw: RED: Test RED ECN nodrop offload
Petr Machata
2020-03-15
3
-8
/
+61
|
*
|
selftests: qdiscs: RED: Add nodrop tests
Petr Machata
2020-03-15
1
-0
/
+68
|
*
|
selftests: qdiscs: Add TDC test for RED
Petr Machata
2020-03-15
1
-0
/
+117
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-14
65
-472
/
+2380
|
|
\
\
|
|
*
|
selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls
Andrii Nakryiko
2020-03-13
3
-1
/
+133
|
|
*
|
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
2020-03-13
1
-0
/
+103
|
|
*
|
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
2020-03-13
1
-0
/
+4
|
|
*
|
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
2020-03-13
2
-9
/
+9
|
|
*
|
selftests/bpf: Fix spurious failures in accept due to EAGAIN
Jakub Sitnicki
2020-03-13
1
-19
/
+58
|
|
*
|
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
2020-03-13
3
-4
/
+4
|
|
*
|
selftests/bpf: Fix usleep() implementation
Andrii Nakryiko
2020-03-13
1
-1
/
+10
|
|
*
|
selftests/bpf: Make tcp_rtt test more robust to failures
Andrii Nakryiko
2020-03-13
1
-12
/
+20
|
|
*
|
selftests/bpf: Guarantee that useep() calls nanosleep() syscall
Andrii Nakryiko
2020-03-13
1
-0
/
+9
|
|
*
|
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
2020-03-13
4
-11
/
+35
|
|
*
|
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-13
3
-1
/
+102
|
|
*
|
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...
Carlos Neira
2020-03-13
5
-1
/
+287
|
|
*
|
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
2020-03-13
1
-1
/
+19
|
|
*
|
tools: bpftool: Fix minor bash completion mistakes
Quentin Monnet
2020-03-13
1
-8
/
+21
|
|
*
|
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
2020-03-13
4
-32
/
+7
|
|
*
|
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
2020-03-13
1
-5
/
+12
|
|
*
|
bpftool: Add _bpftool and profiler.skel.h to .gitignore
Song Liu
2020-03-13
1
-0
/
+2
|
|
*
|
bpftool: Skeleton should depend on libbpf
Song Liu
2020-03-13
1
-2
/
+3
|
|
*
|
bpftool: Only build bpftool-prog-profile if supported by clang
Song Liu
2020-03-13
4
-5
/
+24
|
|
*
|
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2020-03-12
2
-10
/
+12
|
|
*
|
tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels
Andrii Nakryiko
2020-03-11
1
-0
/
+1
|
|
*
|
bpftool: Fix typo in bash-completion
Song Liu
2020-03-10
1
-1
/
+1
|
|
*
|
bpftool: Bash completion for "bpftool prog profile"
Song Liu
2020-03-10
1
-1
/
+44
|
|
*
|
bpftool: Documentation for bpftool prog profile
Song Liu
2020-03-10
1
-0
/
+19
|
|
*
|
bpftool: Introduce "prog profile" command
Song Liu
2020-03-10
5
-1
/
+608
|
|
*
|
selftests: bpf: Enable UDP sockmap reuseport tests
Lorenz Bauer
2020-03-09
1
-6
/
+0
|
|
*
|
selftests: bpf: Add tests for UDP sockets in sockmap
Lorenz Bauer
2020-03-09
1
-30
/
+127
|
|
*
|
selftests: bpf: Don't listen() on UDP sockets
Lorenz Bauer
2020-03-09
1
-22
/
+25
|
|
*
|
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
2020-03-04
2
-0
/
+114
[prev]
[next]