- 77c510e Use 'with' statement to close files after use. by Krzysztof Kosiński · 2 years, 4 months ago
- 3dee82d Port kernel networking tests to Python 3. by Krzysztof Kosiński · 2 years, 4 months ago
- a156a52 Make sock_diag_test work on both python2 and python3. by Lorenzo Colitti · 2 years, 4 months ago
- 0e30296 net-test: assume 4.14 kernel by Maciej Żenczykowski · 2 years, 5 months ago
- ceb3e0f net-test: assume 4.9 kernel by Maciej Żenczykowski · 2 years, 5 months ago
- 0a314ef Add 'b' prefix to literals with binary data. by Krzysztof Kosiński · 2 years, 5 months ago
- 5a89ef6 Don't use "" as an argument to dumping methods. by Krzysztof Kosiński · 2 years, 5 months ago
- 975366a net-test: fix mixed build R+T lack of tcp_default_init_rwnd on old 4.14 kernels by Maciej Żenczykowski · 2 years, 10 months ago
- b7769d6 net-test: be more compatible with python3 by Nelson Li · 4 years, 9 months ago android-r-beta-2 android-r-beta-3
- a9d3dc8 Test to check tcp initial rwnd size by Chenbo Feng · 6 years ago
- 74faec5 Document/enforce a bug in udp_dump_one. by Lorenzo Colitti · 7 years ago
- 202221f net_test: fix sock_diag_test.py to handle ipv5 correctly by Maciej Żenczykowski · 7 years ago
- e59c063 Always test UDP_DIAG for 4.9 kernel by Chenbo Feng · 7 years ago
- 0146dc6 Be flexible about TCP RST and SOCK_DESTROY poll return values. by Lorenzo Colitti · 7 years ago
- 000a9ca Make sock_diag_test.py pass on 4.9 devices that don't have SCTP. by Lorenzo Colitti · 7 years ago
- f003bc9 Unbreak tests that use mapped addresses on bionic. by Lorenzo Colitti · 7 years ago
- 2df9980 Don't fail if CONFIG_INET_UDP_DIAG is not enabled. by Lorenzo Colitti · 7 years ago
- 3e8e23f Test that SOCK_DESTROY affects poll() like a TCP RST. by Lorenzo Colitti · 8 years ago
- 1755186 Add more coverage for errors after a socket is closed. by Lorenzo Colitti · 8 years ago
- f498317 Test case to check getsockopt operation SO_COOKIE by Chenbo Feng · 8 years ago
- 8036bbd Remove unused imports. by Jonathan Basseri · 8 years ago
- 2fa874b Revert "Unit test for socket cookie upstream patch" by Chenbo Feng · 8 years ago
- 627fe91 Unit test for socket cookie upstream patch by Chenbo Feng · 8 years ago
- 85d3115 De-flakify sock_diag_test. by Lorenzo Colitti · 8 years ago
- f835852 Enable all skipped tests in sock_diag_test. by Lorenzo Colitti · 9 years ago android-n-mr1-preview-1 android-n-mr1-preview-2
- 5e67a0c Add a permission test for SOCK_DESTROY. by Lorenzo Colitti · 9 years ago
- e8ba599 Test the state of UDP sockets after SOCK_DESTROY. by Lorenzo Colitti · 9 years ago
- 743df83 Add test coverage for mark matching on child sockets. by Lorenzo Colitti · 9 years ago
- c1daa7b Tests for fetching the mark in SOCK_DIAG attributes. by Lorenzo Colitti · 9 years ago
- dc5b5a9 Make SockDiagMarkTest easier to read. by Lorenzo Colitti · 9 years ago
- cf00796 Return socket attributes in addition to just diag_msg objects. by Lorenzo Colitti · 9 years ago
- 84ad8ab Test SOCK_DESTROY on UDP sockets. by Lorenzo Colitti · 9 years ago
- 06c5d3c Tests for INET_DIAG_BC_MARK_COND. by Lorenzo Colitti · 9 years ago
- 104c3b8 Support decoding sock_diag bytecode attributes. by Lorenzo Colitti · 9 years ago
- 7b12b13 Don't trip over FIN+ACK retransmits. by Lorenzo Colitti · 9 years ago
- 06db880 Cite more kernel commits. by Lorenzo Colitti · 9 years ago
- 7ae50fd Add a test for the behaviour of FIN_WAIT sockets. by Lorenzo Colitti · 9 years ago
- 03e5d28 Make the bytecode tests a bit more robust. by Lorenzo Colitti · 9 years ago
- a89e81e Fix lint warnings. by Lorenzo Colitti · 9 years ago
- 4689da7 SOCK_DESTROY is no longer optional. by Lorenzo Colitti · 9 years ago
- eedf76b Refactor TCP test code into its own file. by Lorenzo Colitti · 9 years ago
- 1ac4889 Move some sock_diag tests around. by Lorenzo Colitti · 9 years ago
- 84f88e0 Teach more sock_diag code and tests about mapped sockets. by Lorenzo Colitti · 9 years ago
- 38d6db9 Delete FixupDiagMsg and cite the commit that makes it unnecessary. by Lorenzo Colitti · 9 years ago
- 55fa299 Add a test for a port comparison bytecode validation bug. by Lorenzo Colitti · 9 years ago
- 1347dd1 Make the SOCK_DESTROY tests work again. by Lorenzo Colitti · 9 years ago
- f842ac3 Test for a cross-family bytecode comparison bug. by Lorenzo Colitti · 9 years ago
- 7ae7d96 Add code and tests for inet_diag bytecode. by Lorenzo Colitti · 9 years ago
- 9653329 Slightly simplify dumping sockets. by Lorenzo Colitti · 9 years ago
- 84d4168 Support specifying attributes in dump requests. by Lorenzo Colitti · 9 years ago
- b3b651e Don't run the sock_diag tests twice. by Lorenzo Colitti · 9 years ago
- 6c9317e Test for a SOCK_DIAG oops on IPv4-mapped SYN_RECV connections. by Lorenzo Colitti · 9 years ago
- ffa79a8 More SOCK_DESTROY test work by Lorenzo Colitti · 9 years ago
- 03d2366 Add code and tests to close sockets via SOCK_DESTROY. by Lorenzo Colitti · 9 years ago
- 07499f6 Make GetSockDiag really return an InetDiagMsg, not a tuple. by Lorenzo Colitti · 9 years ago
- b6f5cc8 Improvements to sock_diag code. by Lorenzo Colitti · 9 years ago
- 187c4b6 Add support for the sock_diag netlink interface. by Lorenzo Colitti · 9 years ago