summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: ioam: refactoring to align with the fixJustin Iurman2024-02-222-67/+66
* tools: ynl: don't leak mcast_groups on init errorJakub Kicinski2024-02-211-1/+7
* tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski2024-02-211-3/+8
* selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca2024-02-211-0/+19
* selftests: tls: add test for merging of same-type control messagesSabrina Dubroca2024-02-211-0/+26
* selftests: bonding: set active slave to primary eth1 specificallyHangbin Liu2024-02-191-0/+2
* selftests: mptcp: diag: unique 'cestab' subtest namesMatthieu Baerts (NGI0)2024-02-181-6/+11
* selftests: mptcp: diag: unique 'in use' subtest namesMatthieu Baerts (NGI0)2024-02-181-8/+12
* selftests: mptcp: userspace_pm: unique subtest namesMatthieu Baerts (NGI0)2024-02-181-2/+2
* selftests: mptcp: simult flows: fix some subtest namesMatthieu Baerts (NGI0)2024-02-181-1/+2
* selftests: mptcp: diag: fix bash warnings on older kernelsMatthieu Baerts (NGI0)2024-02-181-2/+2
* selftests: mptcp: pm nl: avoid error msg on older kernelsMatthieu Baerts (NGI0)2024-02-181-1/+1
* selftests: mptcp: pm nl: also list skipped testsMatthieu Baerts (NGI0)2024-02-181-0/+6
* net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski2024-02-161-3/+0
* 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
| |_|_|/ |/| | |
* | | | 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