OSDN Git Service

Implement simpleperf stat subcommand.
[android-x86/system-extras.git] / tests /
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 Lorenzo ColittiUnbreak srcaddr_selection_test.
2015-02-02 Lorenzo ColittiStop requiring a live Internet connection in ping6_test.py.
2015-02-02 Lorenzo ColittiDisable the ping6 flowlabel test, since it doesn't...
2015-02-02 Lorenzo ColittiSupport setting and clearing the default network.
2015-02-02 Lorenzo ColittiClean up code in preparation for AOSP.
2015-02-02 Lorenzo ColittiMove all setup code to a new multinetwork_base.py
2015-02-02 Lorenzo ColittiRemove the EXPERIMENTAL from UID routing.
2015-02-02 Erik KlineVerify no NSes from optimistic addresses
2015-02-02 Lorenzo ColittiAdd a test for cross-protocol ping crash.
2015-02-02 Lorenzo ColittiSkip ping tests instead of failing if the VM has no...
2015-02-02 Lorenzo ColittiDon't infinite loop if read() on tun returns 0
2015-02-02 Erik KlineFurther testing for optimistic address scenarios.
2015-02-02 Lorenzo ColittiFix lint warnings.
2015-02-02 Lorenzo ColittiManually add directly-connected routes as well as defau...
2015-02-02 Lorenzo ColittiDon't specify lladdr when deleting a neighbour.
2015-02-02 Lorenzo ColittiAdd debugging capabilities to iproute.
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
2015-02-02 Lorenzo ColittiAdd more checks to the ping code.
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 ColittiClear CROSS_COMPILE when running tests.
2015-02-02 Lorenzo ColittiFix flowlabel test, now it's working in the kernel
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 ColittiFixes to iproute.
2015-02-02 Lorenzo ColittiSupport adding outgoing interface rules.
2015-02-02 Lorenzo ColittiRefactor setup and common code into a superclass.
2015-02-02 Lorenzo ColittiUpdates to mark_test.
2015-02-02 Lorenzo ColittiAdd support for reading routing rules.
2015-02-02 Lorenzo ColittiAdd a module for dealing with C-style structs.
2015-02-02 Lorenzo ColittiSupport setting the priority of rules.
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 ColittiDon't export ARCH and SUBARCH, set them explicitly
2015-02-02 Lorenzo ColittiAdd a README file.
2015-02-02 Lorenzo ColittiKernel networking test scripts using UML.
2015-01-30 Elliott Hughesam 22669b72: Merge "Add missing includes."
2015-01-30 Elliott HughesMerge "Add missing includes."
2015-01-30 Elliott HughesAdd missing includes.
2015-01-29 Elliott Hughesam 9b1f7c8f: Merge "Add missing <string.h> include."
2015-01-29 Elliott HughesMerge "Add missing <string.h> include."
2015-01-29 Elliott HughesAdd missing <string.h> include.
2015-01-05 David TurnerMerge "ext4_utils: Support -L LABEL option on mkuserimg"
next