summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-5/+5
| * | | | bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-7/+7
| * | | | selftests/bpf: cgroup local storage-based network countersRoman Gushchin2018-10-014-2/+257
| * | | | selftests/bpf: extend the storage test to test per-cpu cgroup storageRoman Gushchin2018-10-011-3/+57
| * | | | selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin2018-10-011-6/+133
| * | | | bpftool: add support for PERCPU_CGROUP_STORAGE mapsRoman Gushchin2018-10-011-1/+3
| * | | | bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.hRoman Gushchin2018-10-011-0/+1
| * | | | selftests/bpf: Test libbpf_{prog,attach}_type_by_nameAndrey Ignatov2018-09-272-1/+209
| * | | | selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookieAndrey Ignatov2018-09-271-5/+1
| * | | | libbpf: Support sk_skb/stream_{parser, verdict} section namesAndrey Ignatov2018-09-271-0/+4
| * | | | libbpf: Support cgroup_skb/{e,in}gress section namesAndrey Ignatov2018-09-271-0/+4
| * | | | libbpf: Introduce libbpf_attach_type_by_nameAndrey Ignatov2018-09-272-39/+84
| * | | | bpftool: Fix bpftool net outputAndrey Ignatov2018-09-271-9/+9
* | | | | selftests: pmtu: add basic IPv4 and IPv6 PMTU testsSabrina Dubroca2018-10-081-4/+203
* | | | | selftests: pmtu: extend MTU parsing helper to locked MTUSabrina Dubroca2018-10-081-0/+2
* | | | | selftests: pmtu: Introduce check_pmtu_value()Stefano Brivio2018-10-081-27/+22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-062-1/+173
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-10-051-0/+172
| |\ \ \ \
| | * | | | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-0/+73
| | * | | | selftests/x86: Add clock_gettime() tests to test_vdsoAndy Lutomirski2018-10-021-0/+99
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-10-051-1/+1
| |\ \ \ \
| | * | | | tools/kvm_stat: cut down decimal places in update interval dialogStefan Raspl2018-10-011-1/+1
* | | | | | selftests: net: Clean up an unused variableJakub Sitnicki2018-10-051-1/+0
* | | | | | tc-testing: use a plugin to build eBPF programDavide Caratti2018-10-053-6/+70
* | | | | | tc-testing: fix build of eBPF programsDavide Caratti2018-10-054-9/+63
* | | | | | fib_tests: Add tests for invalid metric on routeDavid Ahern2018-10-051-5/+11
* | | | | | fib_tests: Add tests for metrics on routesDavid Ahern2018-10-041-19/+138
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0318-9/+27
|\| | | | |
| * | | | | Merge tag 'linux-kselftest-4.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-031-9/+10
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | rseq/selftests: fix parametrized test with -fpieMathieu Desnoyers2018-09-271-9/+10
| * | | | | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-2817-0/+17
| |\ \ \ \ \
| | * | | | | selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman2018-09-2817-0/+17
* | | | | | | selftests/tls: Fix recv(MSG_PEEK) & splice() test casesVakul Garg2018-10-011-10/+10
* | | | | | | selftests: forwarding: test for bridge sticky flagNikolay Aleksandrov2018-09-281-0/+69
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-2529-171/+2671
|\ \ \ \ \ \
| * | | | | | bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY mapsRoman Gushchin2018-09-251-0/+1
| * | | | | | tools/bpf: bpftool: improve output format for bpftool netYonghong Song2018-09-185-130/+161
| * | | | | | selftests/bpf: fix bpf_flow.c buildAlexei Starovoitov2018-09-141-1/+1
| * | | | | | selftests/bpf: test bpf flow dissectionPetar Penkov2018-09-148-2/+1134
| * | | | | | flow_dissector: implements eBPF parserPetar Penkov2018-09-142-1/+374
| * | | | | | bpf: support flow dissector in libbpf and bpftoolPetar Penkov2018-09-142-0/+3
| * | | | | | bpf: sync bpf.h uapi with tools/Petar Penkov2018-09-141-0/+26
| * | | | | | tools/bpf: fix a netlink recv issueYonghong Song2018-09-111-1/+8
| * | | | | | tools/bpf: bpftool: support prog array map and map of mapsYonghong Song2018-09-111-8/+3
| * | | | | | tools/bpf: bpftool: add net supportYonghong Song2018-09-068-7/+676
| * | | | | | tools/bpf: add more netlink functionalities in lib/bpfYonghong Song2018-09-065-15/+238
| * | | | | | tools/bpf: move bpf/lib netlink related functions into a new fileYonghong Song2018-09-063-130/+166
| * | | | | | tools/bpf: sync kernel uapi header if_link.h to toolsYonghong Song2018-09-061-0/+17
| * | | | | | selftests/bpf/test_progs: do not check errno == 0Mauricio Vasquez B2018-09-061-10/+10
| * | | | | | selftests/bpf: add missing executables to .gitignoreMauricio Vasquez B2018-09-061-0/+4