summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-02Add a function to build UDP packets with options.Lorenzo Colitti
2015-02-02Add tests for {sticky,non-sticky} pktinfo routingLorenzo Colitti
2015-02-02Add a wrapper for sendmsg.Lorenzo Colitti
2015-02-02Support returning a C pointer to struct data.Lorenzo Colitti
2015-02-02Refactor outgoing routing into its own test.Lorenzo Colitti
2015-02-02Only run iptables when necessary.Lorenzo Colitti
2015-02-02Better test incoming connections.Lorenzo Colitti
2015-02-02Make the test more robust with an unreachable ruleLorenzo Colitti
2015-02-02Make it easier to test IPv4 ping on IPv6 sockets.Lorenzo Colitti
2015-02-02Separate the reflect and accept tests.Lorenzo Colitti
2015-02-02Test raw sockets as well, using GRE packets.Lorenzo Colitti
2015-02-02Use a DNS query instead of "hello" as UDP payloadLorenzo Colitti
2015-02-02Apparently setting don't fragment is unnecessary.Lorenzo Colitti
2015-02-02Simplify putting sockets onto networks.Lorenzo Colitti
2015-02-02Test IPv4 PMTU as well.Lorenzo Colitti
2015-02-02Improve iproute attribute decoding documentation.Lorenzo Colitti
2015-02-02Add outgoing packet tests using IP{,V6}_UNICAST_IFLorenzo Colitti
2015-02-02Add more checks to the ping code.Lorenzo Colitti
2015-02-02Test looking up routes with UIDs from userspace.Lorenzo Colitti
2015-02-02Add a test for UID routing configuration.Lorenzo Colitti
2015-02-02Better support for rule attributes.Lorenzo Colitti
2015-02-02Clear CROSS_COMPILE when running tests.Lorenzo Colitti
2015-02-02Fix flowlabel test, now it's working in the kernelLorenzo Colitti
2015-02-02Replace shelling out to ip with netlink code.Lorenzo Colitti
2015-02-02Check that remarking a socket works as expected.Lorenzo Colitti
2015-02-02Change from UID routing to UID range routing.Lorenzo Colitti
2015-02-02Test that local IPv6 connectivity goes direct.Lorenzo Colitti
2015-02-02Test outgoing oif routing.Lorenzo Colitti
2015-02-02Really disable DAD, and get rid of the sleeps.Lorenzo Colitti
2015-02-02Deflakify the PMTU test.Lorenzo Colitti
2015-02-02Change the error messages.Lorenzo Colitti
2015-02-02Test the oif rules using SO_BINDTODEVICE.Lorenzo Colitti
2015-02-02Add more tests.Lorenzo Colitti
2015-02-02Fixes to iproute.Lorenzo Colitti
2015-02-02Support adding outgoing interface rules.Lorenzo Colitti
2015-02-02Refactor setup and common code into a superclass.Lorenzo Colitti
2015-02-02Updates to mark_test.Lorenzo Colitti
2015-02-02Add support for reading routing rules.Lorenzo Colitti
2015-02-02Add a module for dealing with C-style structs.Lorenzo Colitti
2015-02-02Support setting the priority of rules.Lorenzo Colitti
2015-02-02Move ip rule functionality to Python.Lorenzo Colitti
2015-02-02Fix lint warnings.Lorenzo Colitti
2015-02-02Improve MarkTest.Lorenzo Colitti
2015-02-02Test mark-based routing for outgoing packets.Lorenzo Colitti
2015-02-02Don't export ARCH and SUBARCH, set them explicitlyLorenzo Colitti
2015-02-02Add a README file.Lorenzo Colitti
2015-02-02Kernel networking test scripts using UML.Lorenzo Colitti
2015-01-29Add missing includes.Elliott Hughes
2015-01-28Add missing <string.h> include.Elliott Hughes
2014-12-29Fix missing #includes in system/extras.Elliott Hughes