1. ecde78b Add a test for repeated neighbour probes. by Lorenzo Colitti · 9 years ago
  2. 43e86f5 Add a test for ND cache behaviour. by Lorenzo Colitti · 9 years ago
  3. 4803ea0 Add a unit test for the IPV6_JOIN_ANYCAST hang. by Lorenzo Colitti · 9 years ago
  4. 4b15306 Make mark reflect/accept required, it's been upstream for a while. by Lorenzo Colitti · 9 years ago
  5. 5812a19 Disable certain kernel configuration options in net_test. by Lorenzo Colitti · 9 years ago
  6. 5ac000d Improve netlink message debugging. by Lorenzo Colitti · 10 years ago
  7. 586e521 Support dumping neighbour cache entries. by Lorenzo Colitti · 10 years ago
  8. 3e2f9e1 Add tests for cross-family bind() and connect() operations. by Lorenzo Colitti · 10 years ago
  9. 0b1d302 Make UID rules specify "iif lo" to match real device configs. by Lorenzo Colitti · 10 years ago
  10. 5b85795 Add Python wrappers for bind and connect as well as sendmsg. by Lorenzo Colitti · 10 years ago
  11. cd7717e Download the rootfs instead of expecting it to be in the tree. by Lorenzo Colitti · 10 years ago
  12. 1b4e404 A simple script to run all tests. by Erik Kline · 10 years ago
  13. 5069802 Improvements to iproute. by Lorenzo Colitti · 10 years ago
  14. b5e84dd Improve the dump code. by Lorenzo Colitti · 10 years ago
  15. 0960a3d Unbreak srcaddr_selection_test. by Lorenzo Colitti · 10 years ago
  16. 6de05a0 Stop requiring a live Internet connection in ping6_test.py. by Lorenzo Colitti · 10 years ago
  17. a611438 Disable the ping6 flowlabel test, since it doesn't work. by Lorenzo Colitti · 10 years ago
  18. a710b9d Support setting and clearing the default network. by Lorenzo Colitti · 10 years ago
  19. 8e269b2 Clean up code in preparation for AOSP. by Lorenzo Colitti · 10 years ago
  20. 52321f3 Move all setup code to a new multinetwork_base.py by Lorenzo Colitti · 10 years ago
  21. a376f92 Remove the EXPERIMENTAL from UID routing. by Lorenzo Colitti · 10 years ago
  22. f0ad09d Verify no NSes from optimistic addresses by Erik Kline · 10 years ago
  23. 91d350e Add a test for cross-protocol ping crash. by Lorenzo Colitti · 10 years ago
  24. b88e713 Skip ping tests instead of failing if the VM has no connectivity. by Lorenzo Colitti · 10 years ago
  25. db63f77 Don't infinite loop if read() on tun returns 0 by Lorenzo Colitti · 10 years ago
  26. f93e36c Further testing for optimistic address scenarios. by Erik Kline · 10 years ago
  27. f691b14 Fix lint warnings. by Lorenzo Colitti · 10 years ago
  28. 2f779be Manually add directly-connected routes as well as default routes by Lorenzo Colitti · 10 years ago
  29. 4e68083 Don't specify lladdr when deleting a neighbour. by Lorenzo Colitti · 10 years ago
  30. 20a04e8 Add debugging capabilities to iproute. by Lorenzo Colitti · 10 years ago
  31. ac6a6ad Add test for source address selection behaviour. by Erik Kline · 10 years ago
  32. 15645d6 net_test environment changes by Erik Kline · 10 years ago
  33. cc035f3 Add basic RTM_GETADDR support. by Erik Kline · 10 years ago
  34. 7e37c13 Make net_test work on 3.1 kernels. by Lorenzo Colitti · 10 years ago
  35. b4d862d Don't skip the LeftoverRoutes test. by Lorenzo Colitti · 10 years ago
  36. ec80f32 When changing UID, become a member of AID_INET. by Lorenzo Colitti · 10 years ago
  37. 0f943e3 Use the right version in the rule deletion test. by Lorenzo Colitti · 10 years ago
  38. 32ecbbd Return route attribute types as strings. by Lorenzo Colitti · 11 years ago
  39. b4148d1 Also check the MTU via netlink. by Lorenzo Colitti · 11 years ago
  40. 70933e1 Support decoding route attributes, cacheinfo, uid. by Lorenzo Colitti · 11 years ago
  41. 67ef481 Fix lint error. by Lorenzo Colitti · 10 years ago
  42. 44ec1f3 Check that route deletion does not ignore the table. by Lorenzo Colitti · 10 years ago
  43. 1706aa4 Don't check IPv6 echo reply tclass on pre-3.14 kernels by Lorenzo Colitti · 11 years ago
  44. 571eadd Better tests for Path MTU discovery. by Lorenzo Colitti · 11 years ago
  45. b51a607 Move sending via pktinfo to a SendOnNetid function. by Lorenzo Colitti · 11 years ago
  46. 62ec904 Make olddefconfig optional; it only appeared recently. by Lorenzo Colitti · 11 years ago
  47. 3d5b6c1 If there's a new root fs, delete the old one by Lorenzo Colitti · 11 years ago
  48. 16b5fd7 Make iproute.py work on 3.4 kernels too. by Lorenzo Colitti · 11 years ago
  49. 7be243b Add a function to build UDP packets with options. by Lorenzo Colitti · 11 years ago
  50. fa38581 Add tests for {sticky,non-sticky} pktinfo routing by Lorenzo Colitti · 11 years ago
  51. 96ff8f1 Add a wrapper for sendmsg. by Lorenzo Colitti · 11 years ago
  52. 1daed72 Support returning a C pointer to struct data. by Lorenzo Colitti · 11 years ago
  53. f18c7b1 Refactor outgoing routing into its own test. by Lorenzo Colitti · 11 years ago
  54. ff8c8a7 Only run iptables when necessary. by Lorenzo Colitti · 11 years ago
  55. 230c53d Better test incoming connections. by Lorenzo Colitti · 11 years ago
  56. c9d9090 Make the test more robust with an unreachable rule by Lorenzo Colitti · 11 years ago
  57. 3b7cb34 Make it easier to test IPv4 ping on IPv6 sockets. by Lorenzo Colitti · 11 years ago
  58. 3b38f7d Separate the reflect and accept tests. by Lorenzo Colitti · 11 years ago
  59. ce127bb Test raw sockets as well, using GRE packets. by Lorenzo Colitti · 11 years ago
  60. e4bd78c Use a DNS query instead of "hello" as UDP payload by Lorenzo Colitti · 11 years ago
  61. 0e5357a Apparently setting don't fragment is unnecessary. by Lorenzo Colitti · 11 years ago
  62. d929d2c Simplify putting sockets onto networks. by Lorenzo Colitti · 11 years ago
  63. 5e2cb73 Test IPv4 PMTU as well. by Lorenzo Colitti · 11 years ago
  64. b26c636 Improve iproute attribute decoding documentation. by Lorenzo Colitti · 11 years ago
  65. d60dfe3 Add outgoing packet tests using IP{,V6}_UNICAST_IF by Lorenzo Colitti · 11 years ago
  66. 439975f Add more checks to the ping code. by Lorenzo Colitti · 11 years ago
  67. dc6fa75 Test looking up routes with UIDs from userspace. by Lorenzo Colitti · 11 years ago
  68. a57b446 Add a test for UID routing configuration. by Lorenzo Colitti · 11 years ago
  69. a1ebfb4 Better support for rule attributes. by Lorenzo Colitti · 11 years ago
  70. 43ebed7 Clear CROSS_COMPILE when running tests. by Lorenzo Colitti · 11 years ago
  71. 150381a Fix flowlabel test, now it's working in the kernel by Lorenzo Colitti · 11 years ago
  72. e0cf599 Replace shelling out to ip with netlink code. by Lorenzo Colitti · 11 years ago
  73. 856dd85 Check that remarking a socket works as expected. by Lorenzo Colitti · 11 years ago
  74. 226235a Change from UID routing to UID range routing. by Lorenzo Colitti · 11 years ago
  75. 4b90a73 Test that local IPv6 connectivity goes direct. by Lorenzo Colitti · 11 years ago
  76. 6bb6227 Test outgoing oif routing. by Lorenzo Colitti · 11 years ago
  77. 766a14f Really disable DAD, and get rid of the sleeps. by Lorenzo Colitti · 11 years ago
  78. 108be32 Deflakify the PMTU test. by Lorenzo Colitti · 11 years ago
  79. 53fab1d Change the error messages. by Lorenzo Colitti · 11 years ago
  80. c68ba83 Test the oif rules using SO_BINDTODEVICE. by Lorenzo Colitti · 11 years ago
  81. c08fe0d Add more tests. by Lorenzo Colitti · 11 years ago
  82. f55afb7 Fixes to iproute. by Lorenzo Colitti · 11 years ago
  83. 2e90208 Support adding outgoing interface rules. by Lorenzo Colitti · 11 years ago
  84. 51d4f6e Refactor setup and common code into a superclass. by Lorenzo Colitti · 11 years ago
  85. 943fbaa Updates to mark_test. by Lorenzo Colitti · 11 years ago
  86. f8cece1 Add support for reading routing rules. by Lorenzo Colitti · 11 years ago
  87. 369197d Add a module for dealing with C-style structs. by Lorenzo Colitti · 11 years ago
  88. 70de57e Support setting the priority of rules. by Lorenzo Colitti · 11 years ago
  89. e40a161 Move ip rule functionality to Python. by Lorenzo Colitti · 11 years ago
  90. 0ac5613 Fix lint warnings. by Lorenzo Colitti · 11 years ago
  91. 611c908 Improve MarkTest. by Lorenzo Colitti · 11 years ago
  92. 6dbea8b Test mark-based routing for outgoing packets. by Lorenzo Colitti · 11 years ago
  93. 0a89780 Don't export ARCH and SUBARCH, set them explicitly by Lorenzo Colitti · 11 years ago
  94. 86d678e Add a README file. by Lorenzo Colitti · 11 years ago
  95. 08c05d3 Kernel networking test scripts using UML. by Lorenzo Colitti · 11 years ago