aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2021-01-26selftests: add IPv4 unicast extensions testsSeth David Schoen2-0/+229
2021-01-26selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko1-1/+1
2021-01-26selftests/bpf: Avoid useless void *-castsBjörn Töpel1-5/+5
2021-01-26selftests/bpf: Consistent malloc/calloc usageBjörn Töpel1-7/+7
2021-01-26selftests/bpf: Avoid heap allocationBjörn Töpel1-5/+4
2021-01-26selftests/bpf: Define local variables at the beginning of a blockBjörn Töpel1-5/+7
2021-01-26selftests/bpf: Change type from void * to struct generic_data *Björn Töpel1-4/+4
2021-01-26selftests/bpf: Change type from void * to struct ifaceconfigobj *Björn Töpel1-14/+14
2021-01-26selftests/bpf: Remove casting by introduce local variableBjörn Töpel1-13/+11
2021-01-26selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate()Björn Töpel1-17/+12
2021-01-26selftests/bpf: Remove memory leakBjörn Töpel1-1/+0
2021-01-26selftests/bpf: Fix style warningsBjörn Töpel1-7/+7
2021-01-26selftests/bpf: Remove unused enumsBjörn Töpel1-2/+0
2021-01-26selftests/bpf: Remove a lot of ifobject castingBjörn Töpel1-45/+43
2021-01-24Merge tag 'powerpc-5.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-3/+6
2021-01-24tests: add mount_setattr() selftestsChristian Brauner5-0/+1434
2021-01-22selftests: mlxsw: Add a scale test for physical portsDanielle Ratson5-2/+98
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney13-41/+642
2021-01-21selftest/bpf: Fix typoJunlin Yang1-2/+2
2021-01-21selftests: kselftest_harness.h: partially fix kernel-doc markupsMauro Carvalho Chehab1-11/+15
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+44
2021-01-21tools/rcutorture: Fix position of -lgcc in mkinitrd.shWilly Tarreau1-1/+1
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev6-3/+52
2021-01-20bpf: Permit size-0 datasecYonghong Song1-0/+21
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef5-1/+69
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin2-0/+96
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira5-240/+70
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-101/+104
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-99/+102
2021-01-20arm64: mte: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-19selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2021-01-20selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman1-1/+4
2021-01-19selftests/powerpc: Fix exit status of pkey testsSandipan Das2-2/+2
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski29-86/+1211
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-98/+102
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+2
2021-01-15arm64: selftests: Fix spelling of 'Mismatch'Mark Brown2-2/+2
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-444/+381
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman9-0/+881
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman9-27/+27
2021-01-14selftests: Add separate option to nettest for address bindingDavid Ahern2-8/+15
2021-01-14selftests: Remove exraneous newline in nettestDavid Ahern1-1/+0
2021-01-14selftests: Add separate options for server device bindingsDavid Ahern2-142/+154
2021-01-14selftests: Add new option for client-side passwordsDavid Ahern2-45/+52
2021-01-14selftests: Consistently specify address for MD5 protectionDavid Ahern2-33/+33
2021-01-14selftests: Make address validation apply only to client modeDavid Ahern1-0/+6
2021-01-14selftests: Add missing newline in nettest error messagesDavid Ahern1-8/+6
2021-01-14selftests: Use separate stdout and stderr buffers in nettestDavid Ahern1-1/+20
2021-01-14selftests: Add support to nettest to run both client and serverDavid Ahern1-8/+85