aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06fcnal-test: Fix vrf argument in local tcp testsDavid Ahern1-4/+4
2020-01-06selftests: forwarding: router: Add test case for destination IP link-localAmit Cohen1-0/+25
2020-01-06selftests: forwarding: router: Add test case for source IP equals destination IPAmit Cohen1-0/+44
2020-01-06selftests: forwarding: router: Add test case for multicast destination MAC mismatchAmit Cohen1-0/+82
2020-01-06selftests: forwarding: router: Add test case for source IP in class EAmit Cohen1-1/+37
2020-01-05wireguard: selftests: remove ancient kernel compatibility codeJason A. Donenfeld5-48/+50
2020-01-02fcnal-test: Add TCP MD5 tests for VRFDavid Ahern1-0/+313
2020-01-02fcnal-test: Add TCP MD5 testsDavid Ahern1-0/+145
2020-01-02nettest: Add support for TCP_MD5 extensionsDavid Ahern1-13/+69
2020-01-02nettest: Return 1 on MD5 failure for server modeDavid Ahern1-1/+1
2020-01-02selftests: mlxsw: Add a self-test for port-default priorityPetr Machata2-0/+199
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-45/+111
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-15/+46
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller62-1881/+5131
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko3-6/+16
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-10/+12
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+34
2019-12-26bpf: Print error message for bpftool cgroup showHechao Li1-17/+39
2019-12-26libbpf: Support CO-RE relocations for LDX/ST/STX instructionsAndrii Nakryiko1-3/+28
2019-12-23rseq/selftests: Clarify rseq_prepare_unload() helper requirementsMathieu Desnoyers1-5/+7
2019-12-23rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers1-8/+10
2019-12-23rseq/selftests: Turn off timeout settingMathieu Desnoyers1-0/+1
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park1-0/+8
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2-3/+3
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park3-4/+4
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park2-4/+11
2019-12-23kunit: Remove duplicated defconfig creationSeongJae Park1-3/+0
2019-12-23selftests: livepatch: Fix it to do root uid check and skipShuah Khan2-3/+15
2019-12-23selftests: firmware: Fix it to do root uid check and skipShuah Khan1-0/+6
2019-12-23selftests: filesystems/epoll: fix build errorShuah Khan1-1/+1
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim3-10/+12
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller96-546/+1658
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds13-237/+603
2019-12-21Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-0/+7
2019-12-20selftests: pmtu: fix init mtu value in descriptionHangbin Liu1-3/+3
2019-12-20vsock_test: add SOCK_STREAM MSG_PEEK testStefano Garzarella1-0/+34
2019-12-20testing/vsock: print list of options and descriptionStefano Garzarella2-2/+24
2019-12-20testing/vsock: add parameters to list and skip testsStefano Garzarella6-20/+116
2019-12-20vsock_test: wait for the remote to close the connectionStefano Garzarella3-4/+48
2019-12-20VSOCK: add AF_VSOCK test casesStefan Hajnoczi4-2/+317
2019-12-20VSOCK: add send_byte()/recv_byte() test utilitiesStefan Hajnoczi2-0/+105
2019-12-20VSOCK: add full barrier between test casesStefan Hajnoczi1-2/+16
2019-12-20VSOCK: extract connect/accept functions from vsock_diag_test.cStefan Hajnoczi3-76/+119
2019-12-20VSOCK: extract utility functions from vsock_diag_test.cStefan Hajnoczi4-71/+125
2019-12-20VSOCK: add SPDX identifiers to vsock testsStefan Hajnoczi2-0/+2
2019-12-20VSOCK: fix header include in vsock_diag_testStefan Hajnoczi3-5/+4
2019-12-20selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov1-0/+4
2019-12-19selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multiAndrey Ignatov1-3/+50
2019-12-19selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov6-574/+498
2019-12-19libbpf: Introduce bpf_prog_attach_xattrAndrey Ignatov3-1/+28