- ab5006c Support getting transform state in IpSecService by Yan Yan · 1 year, 9 months ago
- b31a85a Minor simplification to IpSecService#bindToRandomPort. by Lorenzo Colitti · 2 years, 6 months ago
- b38fef8 Experimental support for IPv6 UDP encap. by Lorenzo Colitti · 2 years, 6 months ago
- a48dcd9 Require IPSEC_TUNNEL_MIGRATION feature flag to migrate transforms by Yan Yan · 2 years, 10 months ago
- e114b38 Support IPsec transform migration by Yan Yan · 4 years, 6 months ago
- f4eceba Fix policy leak by deleting forwarding security policies by Yan Yan · 2 years, 10 months ago
- be3eb3d Throw IAE when Network's LinkProperties is null by Yan Yan · 3 years, 3 months ago
- b944ff1 Split out the ipsec API surface and use framework-connectivity-tiramisu by Aaron Huang · 3 years, 7 months ago
- b01254f Remove ParcelFileDescriptor hidden API usage from IpSecService by Aaron Huang · 3 years, 8 months ago
- 2617cf5 Remove NetdService usage from IpSecService by Aaron Huang · 3 years, 9 months ago
- 9b27b0e Refactor IpSecServiceConfiguration to Dependencies by Aaron Huang · 3 years, 9 months ago
- fbae308 Fix style errors for IpSec associated files by Aaron Huang · 3 years, 9 months ago
- 9a708a4 Move IpSec associated files to f/b/packages/ConnectivityT by Aaron Huang · 3 years, 8 months ago[Renamed from services/core/java/com/android/server/IpSecService.java]
- 00e3456 Replace @hide APIs in IpSecService by paulhu · 3 years, 10 months ago
- 47b528c Add clarifying comments on for IPsec forward policies by Benedict Wong · 4 years, 3 months ago
- 908d34e Add internal support for IPsec forward policies by Benedict Wong · 4 years, 4 months ago
- 20966d9 Use public API Network#getNetId() to get netid by lucaslin · 4 years, 5 months ago
- 7eb7659 Use new API - getIpSecNetIdRange() in IpSecService by lucaslin · 4 years, 5 months ago
- 1e70c22 Merge changes I852e3a53,I86755647,I0ed8b0c6 by Lucas Lin · 4 years, 6 months ago
- a2f3b49 Update underlying network of IpSecTunnelInterface by Yan Yan · 4 years, 11 months ago
- d66e608 Remove unused INetworkManagementService from IpSecService by lucaslin · 4 years, 7 months ago
- ff6fe7b Use NetdUtils instead of NetworkManagementService in IpSecService by lucaslin · 4 years, 7 months ago
- 7f50733 [Mainline Migration] Migrate NetworkUtils by Serik Beketayev · 4 years, 9 months ago
- 2fea4a7 Update language to comply with Android's inclusive language guidance by Chiachang Wang · 5 years ago
- ba714fa Merge "Use TransformRecord to get SPI instead of SpiRecord" by Benedict Wong · 5 years ago
- a12c44d Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 5 years ago
- 529e8aa Automatically set IPsec tunnel interface as up by Benedict Wong · 6 years ago
- 7bcf9c2 Relax IPsec resource count restrictions. by Benedict Wong · 6 years ago
- c85b7b0 Implement Ikev2VpnRunner by Benedict Wong · 6 years ago
- ec2e2e2 Use TransformRecord to get SPI instead of SpiRecord by Benedict Wong · 6 years ago
- b374d39 Merge "Extract test utilities for ConnectivityService" am: b7d270a73e by Remi NGUYEN VAN · 6 years ago
- a18a355 Extract test utilities for ConnectivityService by Remi NGUYEN VAN · 6 years ago
- bf5b762 Merge changes Ibff278a6,If6d537a3 am: 33e236823f am: a865058628 by Junyu Lai · 6 years ago
- 75eabfe Revert "Add NATT keepalive resources and methods into IpSecService" by Junyu Lai · 6 years ago
- 707fc41 Merge "Add IPsec checks for IPSEC_TUNNEL feature" into qt-dev am: 22e0b2c514 by Lorenzo Colitti · 6 years ago
- e976375 Add IPsec checks for IPSEC_TUNNEL feature by Benedict Wong · 7 years ago
- 4aac3e9 Add NATT keepalive resources and methods into IpSecService by Benedict Wong · 6 years ago
- 098b1e8 Fix remove-before-add for IpSecService RefcountedResource by Benedict Wong · 6 years ago
- dcd0639 Merge "Fix remove-before-add for IpSecService RefcountedResource" by Benedict Wong · 6 years ago
- b2dc0fc Fix flaky UdpEncapsulationSocket test by Lorenzo Colitti · 6 years ago
- 04738f5 Fix remove-before-add for IpSecService RefcountedResource by Benedict Wong · 6 years ago
- 29c3077 Fix flaky UdpEncapsulationSocket test by Benedict Wong · 6 years ago
- 5db0919 Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 7 years ago
- 63e61c4 Move IpClient to NetworkStack by Remi NGUYEN VAN · 7 years ago
- d913fb4 Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidl by Luke Huang · 7 years ago
- c6fcedd Cleanup and update comments SA mark disabling comments by Benedict Wong · 7 years ago
- 5d74984 Add XFRM-I support to IpSecService by Benedict Wong · 7 years ago
- 683441d Disable attempted updating of SA marks by Benedict Wong · 7 years ago
- 43d93a0 Check to ensure UDP-encap is used only for IPv4 by evitayan · 7 years ago
- 4f94cbe Merge "Re-enable checks for MANAGE_IPSEC_TUNNELS" by Benedict Wong · 7 years ago
- 2b6a14e Re-enable checks for MANAGE_IPSEC_TUNNELS by Benedict Wong · 7 years ago
- 6d0cd0b Use UID as requestID by Benedict Wong · 7 years ago
- 38e5297 Use tunnel local/remote addresses in security policies by Benedict Wong · 7 years ago
- 7c250ae Disable the AppOp Restriction for IpSec Tunnels by Nathan Harold · 7 years ago
- 7be7f45 [DO NOT MERGE] Use INetd Constant for IpSec Interface Prefix by Nathan Harold · 7 years ago
- beed0b6 Rework Exception Handling for IpSecManager by Nathan Harold · 7 years ago
- 65ef843 Add AppOps Checks for MANAGE_IPSEC_TUNNELS by Nathan Harold · 7 years ago
- 1b88f0e Disallow Reserved SPI Allocation by Nathan Harold · 7 years ago
- a386e37 Clarify UDP encapsulation socket API by Benedict Wong · 7 years ago
- 4f17037 Merge changes I4c26aea7,I79911434 into pi-dev by Nathan Harold · 7 years ago
- d99c2eb Merge "Added implementation for VTI add/remove address" into pi-dev by Benedict Wong · 7 years ago
- fdde4d6 Check mOwnedByTransform to avoid DELSA on SPI by Nathan Harold · 7 years ago
- 97c3c94 Added implementation for VTI add/remove address by Benedict Wong · 7 years ago
- 778327e Add support for auth-only transforms by Benedict Wong · 7 years ago
- 025aae1 Require NETWORK_STACK Permission for IpSec Tunnel Mode by Nathan Harold · 8 years ago
- 7660370 Fix minor bugs with tunnel mode implementation by Benedict Wong · 8 years ago
- 8edc557 Add tunnel-mode calls to netd in IpSecService by Benedict Wong · 8 years ago
- 8bc9073 Add TunnelInterface API and KernelResourceRecords by Benedict Wong · 8 years ago
- 6b3456b Merge "Add xfrm mark in IpSecConfig" by Benedict Wong · 8 years ago
- 68aac2a Add checks to ensure SPIs are not reused by Benedict Wong · 8 years ago
- faa9b02 Merge "Address comments and final cleanup from refcounting integration" by Benedict Wong · 8 years ago
- 0fff56e Rename create/delete transform methods by Benedict Wong · 8 years ago
- 3fef704 Add xfrm mark in IpSecConfig by Di Lu · 8 years ago
- cbd329b Address comments and final cleanup from refcounting integration by Benedict Wong · 8 years ago
- 0d483b7 IpSec - API Tweak for removeTransportModeTransform by Nathan Harold · 8 years ago
- 5a19b95 Make Transforms Unidirectional by Nathan Harold · 8 years ago
- 53e5d21 Merge "Add validation to IpSecConfig algorithm setters" by Benedict Wong · 8 years ago
- 70867e5 Add validation to IpSecConfig algorithm setters by Benedict Wong · 8 years ago
- fdafce2 IpSecService - Convert mNextResourceId from AtomicInt to Int by Nathan Harold · 8 years ago
- ac927fe Fix CTS Test Dual Stack Test Passing Issue by manojboopathi · 8 years ago
- 1768744 [ipsec-doze] Add fchown to IpSecService to support doze by Benedict Wong · 8 years ago
- 083faee [ipsec-qtaguid] Tag sockets upon creation of encap sockets by Benedict Wong · 8 years ago
- 816f0eb Merge "Use consistent naming for allocating SPI." by nharold · 8 years ago
- 6855aee Convert IpSecService resources to use refcounting by Benedict Wong · 8 years ago
- 0234682 Add reference counted resources to IpSecService by Benedict Wong · 8 years ago
- 20e96c5 Use consistent naming for allocating SPI. by Jonathan Basseri · 8 years ago
- 8c302f0 Fixed NullPointerException in IpSecService-Netd binder layer by Manoj Boopathi Raj · 8 years ago
- 1ce430a Merge "Return a port from bindToPort() in IpSecService" by Benedict Wong · 8 years ago
- c423cc8 Return a port from bindToPort() in IpSecService by Benedict Wong · 8 years ago
- 53d60a2 Add support for AES-GCM-ESP as an IPSec algorithm by Benedict Wong · 8 years ago
- 37b4cf3 Cosmetic Cleanups for IpSecService by Nathan Harold · 8 years ago
- 19b99d9 Input Validation for IpSecService by Nathan Harold · 8 years ago
- 529fdec Add user quota information into the IpSecService dump by ludi · 8 years ago
- 6e4681c Add UserQuotaTracker to IpSecService by Nathan Harold · 8 years ago
- 89194d6 Add dump info to IpSecService by ludi · 8 years ago
- 5e623ea Add unit test for IpSecService by ludi · 8 years ago
- 3608598 Merge "Launch NetD in a different thread" by nharold · 8 years ago
- 12accd0 Launch NetD in a different thread by Nathan Harold · 8 years ago
- 0d1e9bb Merge "Check ManagedResource is NonNull before Checking Owner" by nharold · 8 years ago
- 36acf01 Merge "Remove return value of ipSecAddSecurityAssociation" by Di Lu · 8 years ago