aboutsummaryrefslogtreecommitdiff
path: root/src/usr/lotest.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown1-2/+2
2016-05-23[lotest] Add option to use broadcast packets for loopback testingMichael Brown1-4/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-07-29[lotest] Discard packets arriving on the incorrect network deviceMichael Brown1-6/+6
2014-03-13[lotest] Allow loopback testing on shared networksMichael Brown1-36/+53
2013-11-05[ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown1-4/+2
2013-07-14[lotest] Include sequence number within loopback test packetsMichael Brown1-8/+18
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-12-08[lotest] Accept non-loopback packets during testMichael Brown1-58/+86
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-2/+6
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-11-20[lotest] Fix endianness in status messageMichael Brown1-1/+1
2010-11-20[lotest] Use network device receive queue freezingMichael Brown1-2/+7
2010-10-07[netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown1-2/+4
2010-09-21[lotest] Add loopback testing commandsMichael Brown1-0/+210