summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-13selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko1-12/+20
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko1-0/+9
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet4-11/+35
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-0/+123
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller31-236/+305
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron3-1/+102
2020-03-13tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira5-1/+287
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-1/+19
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet1-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet4-32/+7
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+32
2020-03-13libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko1-5/+12
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu1-0/+2
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu1-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu4-5/+24
2020-03-13tc-testing: add ETS scheduler to tdc build configurationDavide Caratti1-0/+1
2020-03-12selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.Kuniyuki Iwashima4-0/+200
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2-10/+12
2020-03-11tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko1-0/+1
2020-03-10selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi1-0/+42
2020-03-10Merge tag 'linux-cpupower-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki4-3/+5
2020-03-10mptcp: selftests: add rcvbuf set optionFlorian Westphal2-15/+54
2020-03-10Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-19/+19
2020-03-10bpftool: Fix typo in bash-completionSong Liu1-1/+1
2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu1-1/+44
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu1-0/+19
2020-03-10bpftool: Introduce "prog profile" commandSong Liu5-1/+608
2020-03-10selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer1-6/+0
2020-03-10selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer1-30/+127
2020-03-10selftests: bpf: Don't listen() on UDP socketsLorenz Bauer1-22/+25
2020-03-09ktest: Fix typos in ktest.plMasanari Iida1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2-2/+2
2020-03-09ktest: Fix some typos in sample.confMasanari Iida1-10/+10
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers1-23/+23
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip1-4/+6
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-03-07Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2-3/+3
2020-03-06selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson1-0/+15
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers12-72/+72
2020-03-06perf jevents: Fix leak of mapfile memoryJohn Garry1-6/+9
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala7-0/+7
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-06perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-06tc-testing: updated tdc tests for basic filter with canid extended match rulesRoman Mashak1-0/+220