OSDN Git Service

When changing UID, become a member of AID_INET.
[android-x86/system-extras.git] / tests / net_test / mark_test.py
2015-02-02 Lorenzo ColittiWhen changing UID, become a member of AID_INET.
2015-02-02 Lorenzo ColittiUse the right version in the rule deletion test.
2015-02-02 Lorenzo ColittiReturn route attribute types as strings.
2015-02-02 Lorenzo ColittiAlso check the MTU via netlink.
2015-02-02 Lorenzo ColittiCheck that route deletion does not ignore the table.
2015-02-02 Lorenzo ColittiDon't check IPv6 echo reply tclass on pre-3.14 kernels
2015-02-02 Lorenzo ColittiBetter tests for Path MTU discovery.
2015-02-02 Lorenzo ColittiMove sending via pktinfo to a SendOnNetid function.
2015-02-02 Lorenzo ColittiMake iproute.py work on 3.4 kernels too.
2015-02-02 Lorenzo ColittiAdd a function to build UDP packets with options.
2015-02-02 Lorenzo ColittiAdd tests for {sticky,non-sticky} pktinfo routing
2015-02-02 Lorenzo ColittiRefactor outgoing routing into its own test.
2015-02-02 Lorenzo ColittiOnly run iptables when necessary.
2015-02-02 Lorenzo ColittiBetter test incoming connections.
2015-02-02 Lorenzo ColittiMake the test more robust with an unreachable rule
2015-02-02 Lorenzo ColittiSeparate the reflect and accept tests.
2015-02-02 Lorenzo ColittiTest raw sockets as well, using GRE packets.
2015-02-02 Lorenzo ColittiUse a DNS query instead of "hello" as UDP payload
2015-02-02 Lorenzo ColittiApparently setting don't fragment is unnecessary.
2015-02-02 Lorenzo ColittiSimplify putting sockets onto networks.
2015-02-02 Lorenzo ColittiTest IPv4 PMTU as well.
2015-02-02 Lorenzo ColittiAdd outgoing packet tests using IP{,V6}_UNICAST_IF
2015-02-02 Lorenzo ColittiTest looking up routes with UIDs from userspace.
2015-02-02 Lorenzo ColittiAdd a test for UID routing configuration.
2015-02-02 Lorenzo ColittiBetter support for rule attributes.
2015-02-02 Lorenzo ColittiReplace shelling out to ip with netlink code.
2015-02-02 Lorenzo ColittiCheck that remarking a socket works as expected.
2015-02-02 Lorenzo ColittiChange from UID routing to UID range routing.
2015-02-02 Lorenzo ColittiTest that local IPv6 connectivity goes direct.
2015-02-02 Lorenzo ColittiTest outgoing oif routing.
2015-02-02 Lorenzo ColittiReally disable DAD, and get rid of the sleeps.
2015-02-02 Lorenzo ColittiDeflakify the PMTU test.
2015-02-02 Lorenzo ColittiChange the error messages.
2015-02-02 Lorenzo ColittiTest the oif rules using SO_BINDTODEVICE.
2015-02-02 Lorenzo ColittiAdd more tests.
2015-02-02 Lorenzo ColittiRefactor setup and common code into a superclass.
2015-02-02 Lorenzo ColittiUpdates to mark_test.
2015-02-02 Lorenzo ColittiMove ip rule functionality to Python.
2015-02-02 Lorenzo ColittiFix lint warnings.
2015-02-02 Lorenzo ColittiImprove MarkTest.
2015-02-02 Lorenzo ColittiTest mark-based routing for outgoing packets.
2015-02-02 Lorenzo ColittiKernel networking test scripts using UML.