1. 84d385b Fix lint warnings. by Lorenzo Colitti · 10 years ago
  2. e5a22b8 Note a 3.18 commit in neighbour_test.py. by Lorenzo Colitti · 10 years ago
  3. 3b221de SOCK_DESTROY is no longer optional. by Lorenzo Colitti · 10 years ago
  4. 69ba66c Refactor TCP test code into its own file. by Lorenzo Colitti · 10 years ago
  5. 63195c8 Move some sock_diag tests around. by Lorenzo Colitti · 10 years ago
  6. 67e7828 Teach more sock_diag code and tests about mapped sockets. by Lorenzo Colitti · 10 years ago
  7. 9bffc53 Delete the hack that finds mapped sockets. by Lorenzo Colitti · 10 years ago
  8. 3aded09 Delete FixupDiagMsg and cite the commit that makes it unnecessary. by Lorenzo Colitti · 10 years ago
  9. 2c96358 Add a test for a port comparison bytecode validation bug. by Lorenzo Colitti · 10 years ago
  10. dfa6374 Make the SOCK_DESTROY tests work again. by Lorenzo Colitti · 10 years ago
  11. 5457c0e Make CloseSocketFromFd work on mapped sockets too. by Lorenzo Colitti · 10 years ago
  12. 0d9dd0d Test for a cross-family bytecode comparison bug. by Lorenzo Colitti · 10 years ago
  13. 9d77f94 Support checking structs for equality. by Lorenzo Colitti · 10 years ago
  14. 093d6d4 Add code and tests for inet_diag bytecode. by Lorenzo Colitti · 10 years ago
  15. ae33e4e Make RTA_METRICS parsing work properly. by Lorenzo Colitti · 10 years ago
  16. 701a67b Slightly simplify dumping sockets. by Lorenzo Colitti · 10 years ago
  17. eb87f4d Support specifying attributes in dump requests. by Lorenzo Colitti · 10 years ago
  18. eda52a4 Don't run the sock_diag tests twice. by Lorenzo Colitti · 10 years ago
  19. 3765e50 Test for a SOCK_DIAG oops on IPv4-mapped SYN_RECV connections. by Lorenzo Colitti · 10 years ago
  20. 02c264a More SOCK_DESTROY test work by Lorenzo Colitti · 10 years ago
  21. 3823b47 Add code and tests to close sockets via SOCK_DESTROY. by Lorenzo Colitti · 10 years ago
  22. da3aa4c Make getsockopt(SO_BINDTODEVICE) actually work. by Lorenzo Colitti · 10 years ago
  23. 4c0ff91 Make GetSockDiag really return an InetDiagMsg, not a tuple. by Lorenzo Colitti · 10 years ago
  24. 5159415 Don't fail if getting SO_BINDTODEVICE is not yet supported. by Lorenzo Colitti · 10 years ago
  25. 579791d Improvements to sock_diag code. by Lorenzo Colitti · 10 years ago
  26. a5f7e58 Enable various lock debugging options. by Lorenzo Colitti · 10 years ago
  27. 24ee3f9 Add a convenience _GetMsg function and use it. by Lorenzo Colitti · 10 years ago
  28. f2dffc4 Don't create TIME-WAIT sockets in CreateSocketPair. by Lorenzo Colitti · 10 years ago
  29. 8a50c9c Add support for the sock_diag netlink interface. by Lorenzo Colitti · 10 years ago
  30. 7265a2c Deal with flowlabel randomization. by Lorenzo Colitti · 10 years ago
  31. ffb57ea Support properly resetting non-SYN, non-FIN packets. by Lorenzo Colitti · 10 years ago
  32. 1717866 Add a tests that checks NAs with the R flag set to 0. by Lorenzo Colitti · 10 years ago
  33. 34e3b9f Add utility functions to neighbour_test. by Lorenzo Colitti · 10 years ago
  34. 68e30d3 Move CreateSocketPair to net_test.py so we can use it elsewhere. by Lorenzo Colitti · 10 years ago
  35. 6ccb309 Merge "Minor changes to netlink code." by Lorenzo Colitti · 10 years ago
  36. a213cb4 Minor changes to netlink code. by Lorenzo Colitti · 10 years ago
  37. df107e3 Use packets.py instead of old multinetwork_test.Packets by Erik Kline · 10 years ago
  38. f21087d Pass more information to the attribute parsing functions. by Lorenzo Colitti · 10 years ago
  39. 92e4c05 Support nested structs in CStruct. by Lorenzo Colitti · 10 years ago
  40. 21e26b5 Move common netlink code into a new netlink.py by Lorenzo Colitti · 10 years ago
  41. 6f32518 Move the forwarding crash test to a new file. by Lorenzo Colitti · 10 years ago
  42. bb19cc7 Set accept_ra to 2 on all interfaces. by Lorenzo Colitti · 10 years ago
  43. f08ed6b Move packet definitions to their own file. by Lorenzo Colitti · 10 years ago
  44. 211ef92 Test SIOCKILLADDR on non-empty addresses too. by Lorenzo Colitti · 10 years ago
  45. 0b07cb0 Add a test for timewait crash. by Lorenzo Colitti · 10 years ago
  46. 2209e96 Test nuking IPv4 sockets as well as IPv6. by Lorenzo Colitti · 10 years ago
  47. 6c1098e Add functional tests for tcp_nuke_addr. by Lorenzo Colitti · 10 years ago
  48. d234416 Support reading /proc/net/tcp[6]. by Lorenzo Colitti · 10 years ago
  49. c6fb2e9 Add support for iif rules. by Lorenzo Colitti · 10 years ago
  50. fdb9c0b Make host network access optional. by Lorenzo Colitti · 10 years ago
  51. b04b66c Fix ambiguous commit number. by Lorenzo Colitti · 10 years ago
  52. abbfaa7 Make tcp_nuke_addr_test pass when run more than once. by Lorenzo Colitti · 10 years ago
  53. 687e9ae Add some Android-specific kernel options. by Lorenzo Colitti · 10 years ago
  54. ebe7fd3 Add test to exercise the tcp_nuke_addr functionality by Filipe Brandenburger · 10 years ago
  55. a9fe6b7 Allow run_net_test.sh to use a pre-existing kernel binary. by Lorenzo Colitti · 10 years ago
  56. 648f3fc Annotate more tests with the relevant commits. by Lorenzo Colitti · 10 years ago
  57. a2b2d81 Merge "Annotate a few tests with the relevant kernel commits." by Lorenzo Colitti · 10 years ago
  58. efb695e Expect a notification for NUD_REACHABLE. by Filipe Brandenburger · 10 years ago
  59. 6a61dfe Annotate a few tests with the relevant kernel commits. by Lorenzo Colitti · 10 years ago
  60. 434e594 Add a millisecond-variant of MonitorSleep. by Lorenzo Colitti · 10 years ago
  61. 504462b Merge "Tests for candidate source address restriction" by Erik Kline · 10 years ago
  62. 8ddd3b9 Tests for candidate source address restriction by Erik Kline · 10 years ago
  63. 07d188a Merge "Fix lint errors." by Lorenzo Colitti · 10 years ago
  64. 95f7685 Require optimistic behaviour to pass srcaddr_selection_test by Erik Kline · 10 years ago
  65. bc275f5 Fix lint errors. by Lorenzo Colitti · 10 years ago
  66. 5e007c3 Merge "Add a test for repeated neighbour probes." by Lorenzo Colitti · 10 years ago
  67. 1c9d33f Merge "Add a test for ND cache behaviour." by Lorenzo Colitti · 10 years ago
  68. cd22741 Add a test for repeated neighbour probes. by Lorenzo Colitti · 10 years ago
  69. 8236c75 Add a test for ND cache behaviour. by Lorenzo Colitti · 10 years ago
  70. d355225 Merge "Add a unit test for the IPV6_JOIN_ANYCAST hang." by Lorenzo Colitti · 10 years ago
  71. bb5b7a4 Add a unit test for the IPV6_JOIN_ANYCAST hang. by Lorenzo Colitti · 10 years ago
  72. d16f6f8 Switch to fchown() for changing the UID of sockets. by Erik Kline · 10 years ago
  73. 0e34038 Make mark reflect/accept required, it's been upstream for a while. by Lorenzo Colitti · 10 years ago
  74. f957a48 Disable certain kernel configuration options in net_test. by Lorenzo Colitti · 10 years ago
  75. f4483a3 Improve netlink message debugging. by Lorenzo Colitti · 11 years ago
  76. 3524cd0 Support dumping neighbour cache entries. by Lorenzo Colitti · 11 years ago
  77. 6d6f7fa Add tests for cross-family bind() and connect() operations. by Lorenzo Colitti · 11 years ago
  78. 1796b06 Make UID rules specify "iif lo" to match real device configs. by Lorenzo Colitti · 11 years ago
  79. a59be0a Add Python wrappers for bind and connect as well as sendmsg. by Lorenzo Colitti · 11 years ago
  80. f4b4c09 Download the rootfs instead of expecting it to be in the tree. by Lorenzo Colitti · 11 years ago
  81. ee1080d A simple script to run all tests. by Erik Kline · 11 years ago
  82. b59db89 Improvements to iproute. by Lorenzo Colitti · 11 years ago
  83. 6ecfaa1 Improve the dump code. by Lorenzo Colitti · 11 years ago
  84. 25e8379 Unbreak srcaddr_selection_test. by Lorenzo Colitti · 11 years ago
  85. a9d58ca Stop requiring a live Internet connection in ping6_test.py. by Lorenzo Colitti · 11 years ago
  86. 78bf948 Disable the ping6 flowlabel test, since it doesn't work. by Lorenzo Colitti · 11 years ago
  87. f5f1c43 Support setting and clearing the default network. by Lorenzo Colitti · 11 years ago
  88. 334a05a Clean up code in preparation for AOSP. by Lorenzo Colitti · 11 years ago
  89. 105bda9 Move all setup code to a new multinetwork_base.py by Lorenzo Colitti · 11 years ago
  90. 78a9a2c Remove the EXPERIMENTAL from UID routing. by Lorenzo Colitti · 11 years ago
  91. 90fdc21 Verify no NSes from optimistic addresses by Erik Kline · 11 years ago
  92. a014279 Add a test for cross-protocol ping crash. by Lorenzo Colitti · 11 years ago
  93. cbcbda6 Skip ping tests instead of failing if the VM has no connectivity. by Lorenzo Colitti · 11 years ago
  94. 1892b4b Don't infinite loop if read() on tun returns 0 by Lorenzo Colitti · 11 years ago
  95. b2ea5d6 Further testing for optimistic address scenarios. by Erik Kline · 11 years ago
  96. b87c813 Fix lint warnings. by Lorenzo Colitti · 11 years ago
  97. de7c4f0 Manually add directly-connected routes as well as default routes by Lorenzo Colitti · 11 years ago
  98. f36fcba Don't specify lladdr when deleting a neighbour. by Lorenzo Colitti · 11 years ago
  99. 852c1e2 Add debugging capabilities to iproute. by Lorenzo Colitti · 11 years ago
  100. fd95dbb Add test for source address selection behaviour. by Erik Kline · 11 years ago