OSDN Git Service

android-x86/system-extras.git
2015-02-04 Erik Klineam fd95dbbd: Add test for source address selection...
2015-02-04 Erik Klineam ea56ba43: net_test environment changes
2015-02-04 Erik Klineam aca27221: Add basic RTM_GETADDR support.
2015-02-04 Lorenzo Colittiam d7c39756: Make net_test work on 3.1 kernels.
2015-02-04 Lorenzo Colittiam e84f2c1e: Don\'t skip the LeftoverRoutes test.
2015-02-04 Lorenzo Colittiam 61074387: When changing UID, become a member of...
2015-02-04 Lorenzo Colittiam 1904b962: Use the right version in the rule deletion...
2015-02-04 Lorenzo Colittiam ab798de7: Return route attribute types as strings.
2015-02-04 Lorenzo Colittiam de6b710f: Also check the MTU via netlink.
2015-02-04 Lorenzo Colittiam a207bc0c: Support decoding route attributes, cachein...
2015-02-04 Lorenzo Colittiam 7ba0cb5b: Fix lint error.
2015-02-04 Lorenzo Colittiam f4f1424e: Check that route deletion does not ignore...
2015-02-04 Lorenzo Colittiam 9a2c7bb2: Don\'t check IPv6 echo reply tclass on...
2015-02-04 Lorenzo Colittiam a608717f: Better tests for Path MTU discovery.
2015-02-04 Lorenzo Colittiam d73faf93: Move sending via pktinfo to a SendOnNetid...
2015-02-04 Lorenzo Colittiam 1eccad2f: Make olddefconfig optional; it only appear...
2015-02-04 Lorenzo Colittiam 576ddcbe: If there\'s a new root fs, delete the...
2015-02-04 Lorenzo Colittiam b23e017b: Make iproute.py work on 3.4 kernels too.
2015-02-04 Lorenzo Colittiam 32cb491f: Add a function to build UDP packets with...
2015-02-04 Lorenzo Colittiam 0eaba68a: Add tests for {sticky,non-sticky} pktinfo...
2015-02-04 Lorenzo Colittiam 720635f6: Add a wrapper for sendmsg.
2015-02-04 Lorenzo Colittiam 5a6a2e94: Support returning a C pointer to struct...
2015-02-04 Lorenzo Colittiam ae73c498: Refactor outgoing routing into its own...
2015-02-04 Lorenzo Colittiam 8d010427: Only run iptables when necessary.
2015-02-04 Lorenzo Colittiam c8cff0d2: Better test incoming connections.
2015-02-04 Lorenzo Colittiam 051c2907: Make the test more robust with an unreacha...
2015-02-04 Lorenzo Colittiam 0df6a62a: Make it easier to test IPv4 ping on IPv6...
2015-02-04 Lorenzo Colittiam d74629e0: Separate the reflect and accept tests.
2015-02-04 Lorenzo Colittiam 71f0b621: Test raw sockets as well, using GRE packets.
2015-02-04 Lorenzo Colittiam 82be6b94: Use a DNS query instead of "hello" as...
2015-02-04 Lorenzo Colittiam 05a6d74c: Apparently setting don\'t fragment is...
2015-02-04 Lorenzo Colittiam 90d3fc65: Simplify putting sockets onto networks.
2015-02-04 Lorenzo Colittiam 186aaaf3: Test IPv4 PMTU as well.
2015-02-04 Lorenzo Colittiam 2595a2ae: Improve iproute attribute decoding documen...
2015-02-04 Lorenzo Colittiam cf0ff157: Add outgoing packet tests using IP{,V6...
2015-02-04 Lorenzo Colittiam 2a139c9b: Add more checks to the ping code.
2015-02-04 Lorenzo Colittiam df9b9bf5: Test looking up routes with UIDs from...
2015-02-04 Lorenzo Colittiam f3b5413c: Add a test for UID routing configuration.
2015-02-04 Lorenzo Colittiam 7a799dc4: Better support for rule attributes.
2015-02-04 Lorenzo Colittiam 355dbf5f: Clear CROSS_COMPILE when running tests.
2015-02-04 Lorenzo Colittiam ac57df5a: Fix flowlabel test, now it\'s working...
2015-02-04 Lorenzo Colittiam 9e66bfb4: Replace shelling out to ip with netlink...
2015-02-04 Lorenzo Colittiam ec753c46: Check that remarking a socket works as...
2015-02-04 Lorenzo Colittiam b4088c2a: Change from UID routing to UID range routing.
2015-02-04 Lorenzo Colittiam 85447142: Test that local IPv6 connectivity goes...
2015-02-04 Lorenzo Colittiam 97d1b15c: Test outgoing oif routing.
2015-02-04 Lorenzo Colittiam 71324fb4: Really disable DAD, and get rid of the...
2015-02-04 Lorenzo Colittiam 98eb6fdc: Deflakify the PMTU test.
2015-02-04 Lorenzo Colittiam 0a3a775f: Change the error messages.
2015-02-04 Lorenzo Colittiam 7a743f13: Test the oif rules using SO_BINDTODEVICE.
2015-02-04 Lorenzo Colittiam d1d32975: Add more tests.
2015-02-04 Lorenzo Colittiam 455a2a69: Fixes to iproute.
2015-02-04 Lorenzo Colittiam d6d303df: Support adding outgoing interface rules.
2015-02-04 Lorenzo Colittiam 460fefc3: Refactor setup and common code into a...
2015-02-04 Lorenzo Colittiam cabf6eb8: Updates to mark_test.
2015-02-04 Lorenzo Colittiam 15654338: Add support for reading routing rules.
2015-02-04 Lorenzo Colittiam 2466e38e: Add a module for dealing with C-style...
2015-02-04 Lorenzo Colittiam d2dab451: Support setting the priority of rules.
2015-02-04 Lorenzo Colittiam 9c53e8a6: Move ip rule functionality to Python.
2015-02-04 Lorenzo Colittiam 124b5aae: Fix lint warnings.
2015-02-04 Lorenzo Colittiam a25ebd97: Improve MarkTest.
2015-02-04 Lorenzo Colittiam 717357af: Test mark-based routing for outgoing packets.
2015-02-04 Lorenzo Colittiam ebb4d67d: Don\'t export ARCH and SUBARCH, set them...
2015-02-04 Lorenzo Colittiam b6b1fc33: Add a README file.
2015-02-04 Lorenzo Colittiam 6ef3e4fd: Kernel networking test scripts using UML.
2015-02-02 Erik KlineAdd test for source address selection behaviour.
2015-02-02 Erik Klinenet_test environment changes
2015-02-02 Erik KlineAdd basic RTM_GETADDR support.
2015-02-02 Lorenzo ColittiMake net_test work on 3.1 kernels.
2015-02-02 Lorenzo ColittiDon't skip the LeftoverRoutes test.
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 ColittiSupport decoding route attributes, cacheinfo, uid.
2015-02-02 Lorenzo ColittiFix lint error.
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 olddefconfig optional; it only appeared recently.
2015-02-02 Lorenzo ColittiIf there's a new root fs, delete the old one
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 ColittiAdd a wrapper for sendmsg.
2015-02-02 Lorenzo ColittiSupport returning a C pointer to struct data.
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 ColittiMake it easier to test IPv4 ping on IPv6 sockets.
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 ColittiImprove iproute attribute decoding documentation.
2015-02-02 Lorenzo ColittiAdd outgoing packet tests using IP{,V6}_UNICAST_IF
next