summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-1529-84/+274
|\
| * Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-1513-41/+163
| |\
| | * selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski2024-02-141-2/+2
| | * selftests: net: more pmtu.sh fixesPaolo Abeni2024-02-131-2/+2
| | * selftests: net: more strict check in net_helperPaolo Abeni2024-02-131-4/+7
| | * selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni2024-02-131-4/+25
| | * selftests: net: cope with slow env in gro.sh testPaolo Abeni2024-02-131-0/+5
| | * selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov2024-02-121-0/+4
| | * selftests: tls: use exact comparison in recv_partialJakub Kicinski2024-02-101-4/+4
| | * selftests: openvswitch: Add validation for the recursion testAaron Conole2024-02-092-15/+69
| | * selftests: forwarding: Fix bridge locked port test flakinessIdo Schimmel2024-02-091-2/+2
| | * selftests: forwarding: Suppress grep warningsIdo Schimmel2024-02-091-3/+3
| | * selftests: forwarding: Fix bridge MDB test flakinessIdo Schimmel2024-02-091-2/+6
| | * selftests: forwarding: Fix layer 2 miss test flakinessIdo Schimmel2024-02-091-2/+6
| | * selftests: net: Fix bridge backup port test flakinessIdo Schimmel2024-02-091-0/+23
| | * selftests: net: add more missing kernel configPaolo Abeni2024-02-081-1/+5
| * | Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-151-6/+7
| |\ \
| | * | kselftest: dt: Stop relying on dirname to improve performanceNícolas F. R. A. Prado2024-01-221-6/+7
| * | | Merge tag 'landlock-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-143-13/+59
| |\ \ \
| | * | | selftests/landlock: Fix capability for net_testMickaël Salaün2024-02-022-9/+44
| | * | | selftests/landlock: Fix fs_test build with old libcHu Yadi2024-01-251-3/+8
| | * | | selftests/landlock: Fix net_test build with old libcHu Yadi2024-01-251-1/+7
| * | | | tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur2024-02-124-4/+20
| * | | | tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32024-02-122-3/+5
| * | | | tools/rv: Fix curr_reactor uninitialized variableDaniel Bristot de Oliveira2024-02-121-1/+1
| * | | | tools/rv: Fix Makefile compiler options for clangDaniel Bristot de Oliveira2024-02-121-1/+6
| * | | | tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira2024-02-121-6/+0
| * | | | tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira2024-02-121-1/+1
| * | | | tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2024-02-122-4/+2
| * | | | tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira2024-02-121-1/+6
| * | | | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-101-0/+1
| |\ \ \ \
| | * | | | selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum2024-02-071-0/+1
| * | | | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-092-3/+3
| | |_|_|/ | |/| | |
* | | | | selftests/net: Adding test cases of replacing routes and route advertisements.Kui-Feng Lee2024-02-121-22/+129
* | | | | selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOWPaolo Abeni2024-02-121-1/+2
* | | | | selftests: udpgso: Pull up network setup into shell scriptJakub Sitnicki2024-02-092-136/+47
* | | | | selftests: net: include forwarding libPaolo Abeni2024-02-091-0/+2
* | | | | selftests: tc-testing: add mirred to block tdc testsVictor Nogueira2024-02-091-0/+396
* | | | | selftests: forwarding: Add missing multicast routing config entriesIdo Schimmel2024-02-091-0/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0840-406/+781
|\| | | |
| * | | | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-088-23/+85
| |\ \ \ \
| | * \ \ \ Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-081-1/+42
| | |\ \ \ \
| | | * | | | netfilter: ctnetlink: fix filtering for zone 0Felix Huettner2024-02-081-1/+42
| | * | | | | selftests: cmsg_ipv6: repeat the exact packetJakub Kicinski2024-02-071-2/+2
| | * | | | | selftests/net: Amend per-netns counter checksDmitry Safonov2024-02-061-6/+6
| | * | | | | selftests: net: let big_tcp test cope with slow envPaolo Abeni2024-02-051-1/+3
| | |/ / / /
| | * | | | selftests: net: avoid just another constant waitPaolo Abeni2024-02-021-5/+13
| | * | | | selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni2024-02-021-1/+4
| | * | | | selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni2024-02-021-4/+2
| | * | | | selftests: net: cut more slack for gro fwd tests.Paolo Abeni2024-02-022-3/+13