summaryrefslogtreecommitdiff
path: root/tests/net/java/com/android/server/IpSecServiceTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move net unit tests to packages/ConnectivityRemi NGUYEN VAN2021-05-131-670/+0
* Add a new API to get the network ID range of IPSec tunnel interfacelucaslin2021-03-121-4/+6
* Remove unused INetworkManagementService from IpSecServicelucaslin2021-02-081-6/+3
* Automatically set IPsec tunnel interface as upBenedict Wong2020-03-101-4/+7
* Revert "Add NATT keepalive resources and methods into IpSecService"Junyu Lai2019-05-101-96/+0
* Add NATT keepalive resources and methods into IpSecServiceBenedict Wong2019-04-191-0/+96
* Fix flaky UdpEncapsulationSocket testBenedict Wong2019-04-031-14/+20
* Migrate frameworks/base/tests/net/ to androidx.testBrett Chabot2019-03-051-8/+9
* Merge "Avoid calling ParcelFileDescriptor.fromSocket on new Sockets."Josh Gao2019-01-181-1/+3
|\
| * Avoid calling ParcelFileDescriptor.fromSocket on new Sockets.Josh Gao2018-11-091-1/+3
* | Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidlLuke Huang2018-11-281-3/+3
|/
* Add TunnelInterface API and KernelResourceRecordsBenedict Wong2018-01-241-0/+21
* Merge "Address comments and final cleanup from refcounting integration"Benedict Wong2018-01-221-3/+3
|\
| * Address comments and final cleanup from refcounting integrationBenedict Wong2018-01-171-3/+3
* | Rename create/delete transform methodsBenedict Wong2018-01-191-2/+2
|/
* IpSec - API Tweak for removeTransportModeTransformNathan Harold2018-01-171-1/+1
* Update IpSecService UnitTestsNathan Harold2018-01-161-66/+55
* Make Transforms UnidirectionalNathan Harold2018-01-161-6/+2
* Add validation to IpSecConfig algorithm settersBenedict Wong2018-01-041-0/+153
* [ipsec-doze] Add fchown to IpSecService to support dozeBenedict Wong2017-12-181-0/+22
* [ipsec-qtaguid] Tag sockets upon creation of encap socketsBenedict Wong2017-12-181-0/+64
* Merge "Use consistent naming for allocating SPI."nharold2017-12-141-4/+4
|\
| * Use consistent naming for allocating SPI.Jonathan Basseri2017-12-121-4/+4
* | Convert IpSecService resources to use refcountingBenedict Wong2017-12-131-1/+33
|/
* Cleanup of resource limit testsludi2017-11-281-9/+9
* Add test case for user quota management in IpSecServiceludi2017-11-131-0/+119
* Return a port from bindToPort() in IpSecServiceBenedict Wong2017-10-181-0/+2
* Migrate most of core networking tests to junit4Hugo Benichi2017-10-121-2/+2
* Split IpSecServiceTest to add IPv6 TestsNathan Harold2017-10-031-195/+2
* Input Validation for IpSecServiceNathan Harold2017-10-031-16/+35
* Add unit test for IpSecServiceludi2017-07-201-0/+435