summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | selftests: add PM netlink functional testsPaolo Abeni2020-03-304-3/+751
| * | selftests: move timestamping selftests to net folderJian Yang2020-03-3012-21/+11
| * | net: macsec: add support for specifying offload upon link creationMark Starovoytov2020-03-301-0/+1
| * | net: macsec: add support for offloading to the MACAntoine Tenart2020-03-271-0/+1
| * | netdevsim: support taking immediate snapshot via devlinkJacob Keller2020-03-271-0/+10
| * | selftests: skbedit_priority: Test counters at the skbedit rulePetr Machata2020-03-271-2/+7
| * | selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after peditPetr Machata2020-03-261-0/+30
| * | selftests: forwarding: Add a forwarding test for pedit munge dsfieldPetr Machata2020-03-261-0/+238
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2658-201/+1210
| |\ \
| * | | selftests: txtimestamp: print statistics for timestamp events.Jian Yang2020-03-221-0/+58
| * | | selftests: txtimestamp: add support for epoll().Jian Yang2020-03-221-5/+48
| * | | selftests: txtimestamp: add new command-line flags.Jian Yang2020-03-221-9/+15
| * | | selftests: txtimestamp: allow printing latencies in nsec.Jian Yang2020-03-221-12/+44
| * | | selftests: txtimestamp: allow individual txtimestamp tests.Jian Yang2020-03-221-3/+28
| * | | selftests: forwarding: Add an skbedit priority selftestPetr Machata2020-03-201-0/+163
| * | | selftests: mlxsw: Add tc action hw_stats testsJiri Pirko2020-03-192-0/+139
| * | | selftests: spectrum-2: Adjust tc_flower_scale limit according to current coun...Jiri Pirko2020-03-191-2/+2
| | |/ | |/|
| * | selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata2020-03-153-8/+61
| * | selftests: qdiscs: RED: Add nodrop testsPetr Machata2020-03-151-0/+68
| * | selftests: qdiscs: Add TDC test for REDPetr Machata2020-03-151-0/+117
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1465-472/+2380
| |\ \
| | * | selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko2020-03-133-1/+133
| | * | libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko2020-03-131-0/+103
| | * | libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko2020-03-131-0/+4
| | * | selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-132-9/+9
| | * | selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki2020-03-131-19/+58
| | * | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-133-4/+4
| | * | selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
| | * | selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
| | * | selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
| | * | tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-134-11/+35
| | * | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-133-1/+102
| | * | tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-135-1/+287
| | * | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-131-1/+19
| | * | tools: bpftool: Fix minor bash completion mistakesQuentin Monnet2020-03-131-8/+21
| | * | tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-134-32/+7
| | * | libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko2020-03-131-5/+12
| | * | bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu2020-03-131-0/+2
| | * | bpftool: Skeleton should depend on libbpfSong Liu2020-03-131-2/+3
| | * | bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-134-5/+24
| | * | bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2020-03-122-10/+12
| | * | tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko2020-03-111-0/+1
| | * | bpftool: Fix typo in bash-completionSong Liu2020-03-101-1/+1
| | * | bpftool: Bash completion for "bpftool prog profile"Song Liu2020-03-101-1/+44
| | * | bpftool: Documentation for bpftool prog profileSong Liu2020-03-101-0/+19
| | * | bpftool: Introduce "prog profile" commandSong Liu2020-03-105-1/+608
| | * | selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer2020-03-091-6/+0
| | * | selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer2020-03-091-30/+127
| | * | selftests: bpf: Don't listen() on UDP socketsLorenz Bauer2020-03-091-22/+25
| | * | bpf: Add selftests for BPF_MODIFY_RETURNKP Singh2020-03-042-0/+114