summaryrefslogtreecommitdiff
path: root/core/java/android/net/IpSecManager.java
Commit message (Expand)AuthorAgeFilesLines
* Implement Ikev2VpnRunnerBenedict Wong2020-02-131-1/+1
* Allow mainline IPsec(IKE) to statically include @PolicyDirectionevitayan2020-01-081-8/+1
* Add missing nullability annotations.Aurimas Liutikas2019-08-301-0/+1
* Merge "Add IPsec checks for IPSEC_TUNNEL feature" into qt-devLorenzo Colitti2019-05-091-0/+6
|\
| * Add IPsec checks for IPSEC_TUNNEL featureBenedict Wong2019-05-081-0/+6
* | Add EPROTONOSUPPORT to IpSecManager SSE mapBenedict Wong2019-05-071-1/+2
|/
* Merge "Rework Exception Handling for IpSecManager" into pi-dev am: 16c671dc9aNathan Harold2018-04-251-13/+134
|\
| * Rework Exception Handling for IpSecManagerNathan Harold2018-04-241-13/+134
| * [DO NOT MERGE] - Hide Tunnel Mode IpSec APINathan Harold2018-04-101-6/+0
| * Merge "Force creation of Socket upon Transform application" into pi-devBenedict Wong2018-04-091-0/+6
| |\
| | * Force creation of Socket upon Transform applicationBenedict Wong2018-04-041-0/+6
* | | Merge "Update IpSecManager to use InetAddress and prefixLen" into pi-devBenedict Wong2018-04-051-4/+6
|\| |
| * | Update IpSecManager to use InetAddress and prefixLenBenedict Wong2018-04-051-4/+6
| |/
* | Merge "Force creation of Socket upon Transform application" am: 119cf2bc61Benedict Wong2018-04-041-0/+6
|\ \ | |/ |/|
| * Force creation of Socket upon Transform applicationBenedict Wong2018-04-031-0/+6
| * Merge "Disallow Reserved SPI Allocation"Lorenzo Colitti2018-03-301-1/+2
| |\
| | * Disallow Reserved SPI AllocationNathan Harold2018-03-281-1/+2
| * | Merge "Clarify UDP encapsulation socket API"Lorenzo Colitti2018-03-301-3/+3
| |\ \
| | * | Clarify UDP encapsulation socket APIBenedict Wong2018-03-271-3/+3
| * | | Merge "Add documentation for TCP interactions with transforms"Benedict Wong2018-03-271-0/+26
| |\ \ \ | | |_|/ | |/| |
| | * | Add documentation for TCP interactions with transformsBenedict Wong2018-03-261-0/+26
| | |/
| * | Add NonNull Annotations To IpSec API SurfaceNathan Harold2018-03-211-22/+22
| * | Expose add/removeAddress for IpSecInterfacesNathan Harold2018-03-201-2/+4
| * | Merge "Added implementation for VTI add/remove address"Benedict Wong2018-03-191-4/+12
| |\ \
| | * | Added implementation for VTI add/remove addressBenedict Wong2018-03-161-4/+12
| | |/
| * / Docstring Updates for applyTransportModeTransformNathan Harold2018-03-161-43/+45
| |/
* | Add AppOps Checks for MANAGE_IPSEC_TUNNELSNathan Harold2018-04-031-8/+17
* | Disallow Reserved SPI AllocationNathan Harold2018-03-301-1/+2
* | Clarify UDP encapsulation socket APIBenedict Wong2018-03-291-3/+3
* | Add documentation for TCP interactions with transformsBenedict Wong2018-03-271-0/+26
* | Add MANAGE_IPSEC_TUNNELS PermissionNathan Harold2018-03-221-2/+4
* | Add NonNull Annotations To IpSec API SurfaceNathan Harold2018-03-211-22/+22
* | Expose add/removeAddress for IpSecInterfacesNathan Harold2018-03-201-2/+4
* | Added implementation for VTI add/remove addressBenedict Wong2018-03-201-4/+12
* | Docstring Updates for applyTransportModeTransformNathan Harold2018-03-161-43/+45
|/
* Require NETWORK_STACK Permission for IpSec Tunnel ModeNathan Harold2018-02-081-0/+3
* Add TunnelInterface API and KernelResourceRecordsBenedict Wong2018-01-241-8/+45
* Expose applyTunnelModeTransform as a system APIBenedict Wong2018-01-231-1/+1
* Add Tunnel Interface APIs to IpSecManagerNathan Harold2018-01-171-0/+128
* IpSec - API Tweak for removeTransportModeTransformNathan Harold2018-01-171-18/+12
* Prevent Closure of Underlying Socket FDsNathan Harold2018-01-161-30/+5
* Make Transforms UnidirectionalNathan Harold2018-01-161-49/+70
* IpSec Invalidate the Resource IDs on close()Nathan Harold2018-01-041-3/+5
* Use consistent naming for allocating SPI.Jonathan Basseri2017-12-121-26/+33
* Javadoc cleanup of IpSecManager API.Jonathan Basseri2017-11-201-101/+171
* Fix signature for finalize() to resolve API Lint errorNathan Harold2017-11-071-1/+1
* Input Validation for IpSecServiceNathan Harold2017-10-031-2/+6
* Re-Expose IpSecService API SurfaceNathan Harold2017-09-121-1/+3
* Re-Enable Starting of the IpSecServiceNathan Harold2017-09-121-0/+2
* Merge "Annotate @SystemApi with required permissions." into oc-devJeff Sharkey2017-06-051-4/+3
|\