1. 7a5cdc0 am c8cff0d2: Better test incoming connections. by Lorenzo Colitti · 11 years ago
  2. 8430012 am 051c2907: Make the test more robust with an unreachable rule by Lorenzo Colitti · 11 years ago
  3. c815686 am 0df6a62a: Make it easier to test IPv4 ping on IPv6 sockets. by Lorenzo Colitti · 11 years ago
  4. 5b64bbd am d74629e0: Separate the reflect and accept tests. by Lorenzo Colitti · 11 years ago
  5. 61aabf5 am 71f0b621: Test raw sockets as well, using GRE packets. by Lorenzo Colitti · 11 years ago
  6. ba2b609 am 82be6b94: Use a DNS query instead of "hello" as UDP payload by Lorenzo Colitti · 11 years ago
  7. fee9477 am 05a6d74c: Apparently setting don\'t fragment is unnecessary. by Lorenzo Colitti · 11 years ago
  8. 693f6a3 am 90d3fc65: Simplify putting sockets onto networks. by Lorenzo Colitti · 11 years ago
  9. 3159dd1 am 186aaaf3: Test IPv4 PMTU as well. by Lorenzo Colitti · 11 years ago
  10. d05ebb7 am 2595a2ae: Improve iproute attribute decoding documentation. by Lorenzo Colitti · 11 years ago
  11. 64c739b am cf0ff157: Add outgoing packet tests using IP{,V6}_UNICAST_IF by Lorenzo Colitti · 11 years ago
  12. 92220cd am 2a139c9b: Add more checks to the ping code. by Lorenzo Colitti · 11 years ago
  13. f287d50 am df9b9bf5: Test looking up routes with UIDs from userspace. by Lorenzo Colitti · 11 years ago
  14. 76e55c4 am f3b5413c: Add a test for UID routing configuration. by Lorenzo Colitti · 11 years ago
  15. 2a995b0 am 7a799dc4: Better support for rule attributes. by Lorenzo Colitti · 11 years ago
  16. 3656321 am 355dbf5f: Clear CROSS_COMPILE when running tests. by Lorenzo Colitti · 11 years ago
  17. 090e1df am ac57df5a: Fix flowlabel test, now it\'s working in the kernel by Lorenzo Colitti · 11 years ago
  18. b8a45a1 am 9e66bfb4: Replace shelling out to ip with netlink code. by Lorenzo Colitti · 11 years ago
  19. 89c24b7 am ec753c46: Check that remarking a socket works as expected. by Lorenzo Colitti · 11 years ago
  20. 16ad210 am b4088c2a: Change from UID routing to UID range routing. by Lorenzo Colitti · 11 years ago
  21. e860493 am 85447142: Test that local IPv6 connectivity goes direct. by Lorenzo Colitti · 11 years ago
  22. 4cc1c55 am 97d1b15c: Test outgoing oif routing. by Lorenzo Colitti · 11 years ago
  23. 18036de am 71324fb4: Really disable DAD, and get rid of the sleeps. by Lorenzo Colitti · 11 years ago
  24. dbb6685 am 98eb6fdc: Deflakify the PMTU test. by Lorenzo Colitti · 11 years ago
  25. a754ea9 am 0a3a775f: Change the error messages. by Lorenzo Colitti · 11 years ago
  26. 3e69c0c am 7a743f13: Test the oif rules using SO_BINDTODEVICE. by Lorenzo Colitti · 11 years ago
  27. f82a89f am d1d32975: Add more tests. by Lorenzo Colitti · 11 years ago
  28. b81f998 am 455a2a69: Fixes to iproute. by Lorenzo Colitti · 11 years ago
  29. 2dc786c am d6d303df: Support adding outgoing interface rules. by Lorenzo Colitti · 11 years ago
  30. 531b835 am 460fefc3: Refactor setup and common code into a superclass. by Lorenzo Colitti · 11 years ago
  31. f155520 am cabf6eb8: Updates to mark_test. by Lorenzo Colitti · 11 years ago
  32. 03aadee am 15654338: Add support for reading routing rules. by Lorenzo Colitti · 11 years ago
  33. 3339365 am 2466e38e: Add a module for dealing with C-style structs. by Lorenzo Colitti · 11 years ago
  34. 678d9ce am d2dab451: Support setting the priority of rules. by Lorenzo Colitti · 11 years ago
  35. 63f8e91 am 9c53e8a6: Move ip rule functionality to Python. by Lorenzo Colitti · 11 years ago
  36. 606f26c am 124b5aae: Fix lint warnings. by Lorenzo Colitti · 11 years ago
  37. c9b4a45 am a25ebd97: Improve MarkTest. by Lorenzo Colitti · 11 years ago
  38. 7b1a16f am 717357af: Test mark-based routing for outgoing packets. by Lorenzo Colitti · 11 years ago
  39. a2d2266 am ebb4d67d: Don\'t export ARCH and SUBARCH, set them explicitly by Lorenzo Colitti · 11 years ago
  40. 29af476 am b6b1fc33: Add a README file. by Lorenzo Colitti · 11 years ago
  41. 5d0fd29 am 6ef3e4fd: Kernel networking test scripts using UML. by Lorenzo Colitti · 11 years ago
  42. c8cff0d Better test incoming connections. by Lorenzo Colitti · 11 years ago
  43. 051c290 Make the test more robust with an unreachable rule by Lorenzo Colitti · 11 years ago
  44. 0df6a62 Make it easier to test IPv4 ping on IPv6 sockets. by Lorenzo Colitti · 11 years ago
  45. d74629e Separate the reflect and accept tests. by Lorenzo Colitti · 11 years ago
  46. 71f0b62 Test raw sockets as well, using GRE packets. by Lorenzo Colitti · 11 years ago
  47. 82be6b9 Use a DNS query instead of "hello" as UDP payload by Lorenzo Colitti · 11 years ago
  48. 05a6d74 Apparently setting don't fragment is unnecessary. by Lorenzo Colitti · 11 years ago
  49. 90d3fc6 Simplify putting sockets onto networks. by Lorenzo Colitti · 11 years ago
  50. 186aaaf Test IPv4 PMTU as well. by Lorenzo Colitti · 11 years ago
  51. 2595a2a Improve iproute attribute decoding documentation. by Lorenzo Colitti · 11 years ago
  52. cf0ff15 Add outgoing packet tests using IP{,V6}_UNICAST_IF by Lorenzo Colitti · 11 years ago
  53. 2a139c9 Add more checks to the ping code. by Lorenzo Colitti · 11 years ago
  54. df9b9bf Test looking up routes with UIDs from userspace. by Lorenzo Colitti · 11 years ago
  55. f3b5413 Add a test for UID routing configuration. by Lorenzo Colitti · 11 years ago
  56. 7a799dc Better support for rule attributes. by Lorenzo Colitti · 11 years ago
  57. 355dbf5 Clear CROSS_COMPILE when running tests. by Lorenzo Colitti · 11 years ago
  58. ac57df5 Fix flowlabel test, now it's working in the kernel by Lorenzo Colitti · 11 years ago
  59. 9e66bfb Replace shelling out to ip with netlink code. by Lorenzo Colitti · 11 years ago
  60. ec753c4 Check that remarking a socket works as expected. by Lorenzo Colitti · 11 years ago
  61. b4088c2 Change from UID routing to UID range routing. by Lorenzo Colitti · 11 years ago
  62. 8544714 Test that local IPv6 connectivity goes direct. by Lorenzo Colitti · 11 years ago
  63. 97d1b15 Test outgoing oif routing. by Lorenzo Colitti · 11 years ago
  64. 71324fb Really disable DAD, and get rid of the sleeps. by Lorenzo Colitti · 11 years ago
  65. 98eb6fd Deflakify the PMTU test. by Lorenzo Colitti · 11 years ago
  66. 0a3a775 Change the error messages. by Lorenzo Colitti · 11 years ago
  67. 7a743f1 Test the oif rules using SO_BINDTODEVICE. by Lorenzo Colitti · 11 years ago
  68. d1d3297 Add more tests. by Lorenzo Colitti · 11 years ago
  69. 455a2a6 Fixes to iproute. by Lorenzo Colitti · 11 years ago
  70. d6d303d Support adding outgoing interface rules. by Lorenzo Colitti · 11 years ago
  71. 460fefc Refactor setup and common code into a superclass. by Lorenzo Colitti · 11 years ago
  72. cabf6eb Updates to mark_test. by Lorenzo Colitti · 11 years ago
  73. 1565433 Add support for reading routing rules. by Lorenzo Colitti · 11 years ago
  74. 2466e38 Add a module for dealing with C-style structs. by Lorenzo Colitti · 11 years ago
  75. d2dab45 Support setting the priority of rules. by Lorenzo Colitti · 11 years ago
  76. 9c53e8a Move ip rule functionality to Python. by Lorenzo Colitti · 11 years ago
  77. 124b5aa Fix lint warnings. by Lorenzo Colitti · 11 years ago
  78. a25ebd9 Improve MarkTest. by Lorenzo Colitti · 11 years ago
  79. 717357a Test mark-based routing for outgoing packets. by Lorenzo Colitti · 11 years ago
  80. ebb4d67 Don't export ARCH and SUBARCH, set them explicitly by Lorenzo Colitti · 11 years ago
  81. b6b1fc3 Add a README file. by Lorenzo Colitti · 11 years ago
  82. 6ef3e4f Kernel networking test scripts using UML. by Lorenzo Colitti · 11 years ago
  83. 7a0b43b am 22669b72: Merge "Add missing includes." by Elliott Hughes · 11 years ago
  84. 22669b7 Merge "Add missing includes." by Elliott Hughes · 11 years ago
  85. 8678c6f Add missing includes. by Elliott Hughes · 11 years ago
  86. 8dd5f33 am 9b1f7c8f: Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  87. 9b1f7c8 Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  88. c96db60 Add missing <string.h> include. by Elliott Hughes · 11 years ago
  89. cf7827c am 7efbc114: Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  90. 7efbc11 Merge "Add missing <string.h> include." by Elliott Hughes · 11 years ago
  91. 7e2587f Add missing <string.h> include. by Elliott Hughes · 11 years ago
  92. c3a0cfb am fcd4849c: Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 11 years ago
  93. fcd4849 Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 11 years ago
  94. d70873e Remove superfluous OpenSSL include paths. by Adam Langley · 11 years ago
  95. 32de266 am 89919a03: Merge "Include bn.h for BN_ functions." by Geremy Condra · 11 years ago
  96. 89919a0 Merge "Include bn.h for BN_ functions." by Geremy Condra · 11 years ago
  97. 77dd197 Include bn.h for BN_ functions. by Adam Langley · 11 years ago
  98. 8d8b586 am 368d0a31: Merge "make_ext4fs: workaround for a glibc scandir bug" by Elliott Hughes · 11 years ago
  99. 368d0a3 Merge "make_ext4fs: workaround for a glibc scandir bug" by Elliott Hughes · 11 years ago
  100. 04f4839 make_ext4fs: workaround for a glibc scandir bug by Mihai Serban · 11 years ago