1. b2ea5d6 Further testing for optimistic address scenarios. by Erik Kline · 11 years ago
  2. b87c813 Fix lint warnings. by Lorenzo Colitti · 11 years ago
  3. de7c4f0 Manually add directly-connected routes as well as default routes by Lorenzo Colitti · 11 years ago
  4. f36fcba Don't specify lladdr when deleting a neighbour. by Lorenzo Colitti · 11 years ago
  5. 852c1e2 Add debugging capabilities to iproute. by Lorenzo Colitti · 11 years ago
  6. fd95dbb Add test for source address selection behaviour. by Erik Kline · 11 years ago
  7. ea56ba4 net_test environment changes by Erik Kline · 11 years ago
  8. aca2722 Add basic RTM_GETADDR support. by Erik Kline · 11 years ago
  9. d7c3975 Make net_test work on 3.1 kernels. by Lorenzo Colitti · 11 years ago
  10. e84f2c1 Don't skip the LeftoverRoutes test. by Lorenzo Colitti · 11 years ago
  11. 6107438 When changing UID, become a member of AID_INET. by Lorenzo Colitti · 11 years ago
  12. 1904b96 Use the right version in the rule deletion test. by Lorenzo Colitti · 11 years ago
  13. ab798de Return route attribute types as strings. by Lorenzo Colitti · 11 years ago
  14. de6b710 Also check the MTU via netlink. by Lorenzo Colitti · 11 years ago
  15. a207bc0 Support decoding route attributes, cacheinfo, uid. by Lorenzo Colitti · 11 years ago
  16. 7ba0cb5 Fix lint error. by Lorenzo Colitti · 11 years ago
  17. f4f1424 Check that route deletion does not ignore the table. by Lorenzo Colitti · 11 years ago
  18. 9a2c7bb Don't check IPv6 echo reply tclass on pre-3.14 kernels by Lorenzo Colitti · 11 years ago
  19. a608717 Better tests for Path MTU discovery. by Lorenzo Colitti · 11 years ago
  20. d73faf9 Move sending via pktinfo to a SendOnNetid function. by Lorenzo Colitti · 11 years ago
  21. 1eccad2 Make olddefconfig optional; it only appeared recently. by Lorenzo Colitti · 11 years ago
  22. 576ddcb If there's a new root fs, delete the old one by Lorenzo Colitti · 11 years ago
  23. b23e017 Make iproute.py work on 3.4 kernels too. by Lorenzo Colitti · 11 years ago
  24. 32cb491 Add a function to build UDP packets with options. by Lorenzo Colitti · 11 years ago
  25. 0eaba68 Add tests for {sticky,non-sticky} pktinfo routing by Lorenzo Colitti · 11 years ago
  26. 720635f Add a wrapper for sendmsg. by Lorenzo Colitti · 11 years ago
  27. 5a6a2e9 Support returning a C pointer to struct data. by Lorenzo Colitti · 11 years ago
  28. ae73c49 Refactor outgoing routing into its own test. by Lorenzo Colitti · 11 years ago
  29. 8d01042 Only run iptables when necessary. by Lorenzo Colitti · 11 years ago
  30. c8cff0d Better test incoming connections. by Lorenzo Colitti · 11 years ago
  31. 051c290 Make the test more robust with an unreachable rule by Lorenzo Colitti · 11 years ago
  32. 0df6a62 Make it easier to test IPv4 ping on IPv6 sockets. by Lorenzo Colitti · 11 years ago
  33. d74629e Separate the reflect and accept tests. by Lorenzo Colitti · 11 years ago
  34. 71f0b62 Test raw sockets as well, using GRE packets. by Lorenzo Colitti · 11 years ago
  35. 82be6b9 Use a DNS query instead of "hello" as UDP payload by Lorenzo Colitti · 11 years ago
  36. 05a6d74 Apparently setting don't fragment is unnecessary. by Lorenzo Colitti · 11 years ago
  37. 90d3fc6 Simplify putting sockets onto networks. by Lorenzo Colitti · 11 years ago
  38. 186aaaf Test IPv4 PMTU as well. by Lorenzo Colitti · 11 years ago
  39. 2595a2a Improve iproute attribute decoding documentation. by Lorenzo Colitti · 11 years ago
  40. cf0ff15 Add outgoing packet tests using IP{,V6}_UNICAST_IF by Lorenzo Colitti · 11 years ago
  41. 2a139c9 Add more checks to the ping code. by Lorenzo Colitti · 11 years ago
  42. df9b9bf Test looking up routes with UIDs from userspace. by Lorenzo Colitti · 11 years ago
  43. f3b5413 Add a test for UID routing configuration. by Lorenzo Colitti · 11 years ago
  44. 7a799dc Better support for rule attributes. by Lorenzo Colitti · 11 years ago
  45. 355dbf5 Clear CROSS_COMPILE when running tests. by Lorenzo Colitti · 11 years ago
  46. ac57df5 Fix flowlabel test, now it's working in the kernel by Lorenzo Colitti · 11 years ago
  47. 9e66bfb Replace shelling out to ip with netlink code. by Lorenzo Colitti · 11 years ago
  48. ec753c4 Check that remarking a socket works as expected. by Lorenzo Colitti · 11 years ago
  49. b4088c2 Change from UID routing to UID range routing. by Lorenzo Colitti · 11 years ago
  50. 8544714 Test that local IPv6 connectivity goes direct. by Lorenzo Colitti · 11 years ago
  51. 97d1b15 Test outgoing oif routing. by Lorenzo Colitti · 11 years ago
  52. 71324fb Really disable DAD, and get rid of the sleeps. by Lorenzo Colitti · 11 years ago
  53. 98eb6fd Deflakify the PMTU test. by Lorenzo Colitti · 11 years ago
  54. 0a3a775 Change the error messages. by Lorenzo Colitti · 11 years ago
  55. 7a743f1 Test the oif rules using SO_BINDTODEVICE. by Lorenzo Colitti · 11 years ago
  56. d1d3297 Add more tests. by Lorenzo Colitti · 11 years ago
  57. 455a2a6 Fixes to iproute. by Lorenzo Colitti · 11 years ago
  58. d6d303d Support adding outgoing interface rules. by Lorenzo Colitti · 11 years ago
  59. 460fefc Refactor setup and common code into a superclass. by Lorenzo Colitti · 11 years ago
  60. cabf6eb Updates to mark_test. by Lorenzo Colitti · 11 years ago
  61. 1565433 Add support for reading routing rules. by Lorenzo Colitti · 11 years ago
  62. 2466e38 Add a module for dealing with C-style structs. by Lorenzo Colitti · 11 years ago
  63. d2dab45 Support setting the priority of rules. by Lorenzo Colitti · 11 years ago
  64. 9c53e8a Move ip rule functionality to Python. by Lorenzo Colitti · 11 years ago
  65. 124b5aa Fix lint warnings. by Lorenzo Colitti · 11 years ago
  66. a25ebd9 Improve MarkTest. by Lorenzo Colitti · 11 years ago
  67. 717357a Test mark-based routing for outgoing packets. by Lorenzo Colitti · 11 years ago
  68. ebb4d67 Don't export ARCH and SUBARCH, set them explicitly by Lorenzo Colitti · 11 years ago
  69. b6b1fc3 Add a README file. by Lorenzo Colitti · 11 years ago
  70. 6ef3e4f Kernel networking test scripts using UML. by Lorenzo Colitti · 11 years ago
  71. 22669b7 Merge "Add missing includes." by Elliott Hughes · 11 years ago
  72. 8678c6f Add missing includes. by Elliott Hughes · 11 years ago
  73. 9b1f7c8 Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  74. c96db60 Add missing <string.h> include. by Elliott Hughes · 11 years ago
  75. 7efbc11 Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  76. 7e2587f Add missing <string.h> include. by Elliott Hughes · 11 years ago
  77. fcd4849 Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 11 years ago
  78. d70873e Remove superfluous OpenSSL include paths. by Adam Langley · 11 years ago
  79. 89919a0 Merge "Include bn.h for BN_ functions." by Geremy Condra · 11 years ago
  80. 77dd197 Include bn.h for BN_ functions. by Adam Langley · 11 years ago
  81. 368d0a3 Merge "make_ext4fs: workaround for a glibc scandir bug" by Elliott Hughes · 11 years ago
  82. 04f4839 make_ext4fs: workaround for a glibc scandir bug by Mihai Serban · 11 years ago
  83. 3701548 Merge "ext4_utils: Support -L LABEL option on mkuserimg" by David Turner · 11 years ago
  84. c8e992d Merge "Fix missing #includes in system/extras." by Elliott Hughes · 11 years ago
  85. 125e060 Fix missing #includes in system/extras. by Elliott Hughes · 11 years ago
  86. b23b2c0 ext4_utils: Support -L LABEL option on mkuserimg by Christoffer Dall · 11 years ago
  87. e37c698 Merge "Add missing fcntl.h for pagingtest.c." by Yabin Cui · 11 years ago
  88. 611dba4 Add missing fcntl.h for pagingtest.c. by Yabin Cui · 11 years ago
  89. 97c6f43 Merge "Change file to include sys/time.h directly." by Yabin Cui · 11 years ago
  90. 6e86b51 Change file to include sys/time.h directly. by Yabin Cui · 11 years ago
  91. 5ebcac3 Merge "Use "-z muldefs" to work around duplicate symbol issues." by Stephen Hines · 11 years ago
  92. 56cd394 Use "-z muldefs" to work around duplicate symbol issues. by Stephen Hines · 11 years ago
  93. f511e6a Merge "Fix build in C++11 mode" by Dan Albert · 11 years ago
  94. 3a9bdae Fix build in C++11 mode by Bernhard Rosenkränzer · 11 years ago
  95. 50fd9b4 Merge "bionic libc tests: clean up the tests for setjmp" by Elliott Hughes · 11 years ago
  96. 9f5593c Merge "Remove reference to dead init.testmenu." by Elliott Hughes · 11 years ago
  97. 2b4b06f Remove reference to dead init.testmenu. by Elliott Hughes · 11 years ago
  98. 0bb5c17 Merge "Make memtrack an optional module." by Dan Albert · 11 years ago
  99. 77d15fa Make memtrack an optional module. by Dan Albert · 11 years ago
  100. e1eaca2 Merge "More C++11 compatibility." by Dan Albert · 11 years ago