1. a48dcd9 Require IPSEC_TUNNEL_MIGRATION feature flag to migrate transforms by Yan Yan · 2 years, 10 months ago
  2. e114b38 Support IPsec transform migration by Yan Yan · 4 years, 6 months ago
  3. be3eb3d Throw IAE when Network's LinkProperties is null by Yan Yan · 3 years, 3 months ago
  4. 98a3a03 Un-finalize IpSecManager by Yan Yan · 3 years, 7 months ago
  5. 41fe9f7 Merge "Remove ServiceManager usage from IpSecTransform" by Treehugger Robot · 3 years, 7 months ago
  6. ca9c1df Add PolicyDirection InfDef annotation to IpSecManager by Aaron Huang · 3 years, 8 months ago
  7. 80a73fd Remove ServiceManager usage from IpSecTransform by Aaron Huang · 3 years, 8 months ago
  8. dae8749 Merge "Replace Preconditions.checkNotNull with Objects.requireNonNull" by Treehugger Robot · 3 years, 8 months ago
  9. 49eef6f Replace Preconditions.checkNotNull with Objects.requireNonNull by Aaron Huang · 3 years, 8 months ago
  10. 4989e95 Make IpSecManager.DIRECTION_FWD @SystemApi by Aaron Huang · 3 years, 8 months ago
  11. fbae308 Fix style errors for IpSec associated files by Aaron Huang · 3 years, 9 months ago
  12. 9a708a4 Move IpSec associated files to f/b/packages/ConnectivityT by Aaron Huang · 3 years, 8 months ago[Renamed from core/java/android/net/IpSecManager.java]
  13. 5c20637 Merge "Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork" by Treehugger Robot · 4 years, 3 months ago
  14. 908d34e Add internal support for IPsec forward policies by Benedict Wong · 4 years, 4 months ago
  15. cf4d2eb Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork by Yan Yan · 4 years, 6 months ago
  16. 441e35f [API] Expose IpSecTunnelInterface#setUnderlyingNetwork by Yan Yan · 4 years, 11 months ago
  17. a2f3b49 Update underlying network of IpSecTunnelInterface by Yan Yan · 4 years, 11 months ago
  18. 32141be Merge "Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs"" by Lorenzo Colitti · 4 years, 7 months ago
  19. 388f416 Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs" by Lorenzo Colitti · 4 years, 7 months ago
  20. a034331 Expose UdpEncapsulationSocket.getResourceId() by Chiachang Wang · 4 years, 7 months ago
  21. 160aac3 Expose IPsec tunnel APIs from @SystemApi to public APIs by Yan Yan · 4 years, 9 months ago
  22. c85b7b0 Implement Ikev2VpnRunner by Benedict Wong · 6 years ago
  23. 30878b0 Allow mainline IPsec(IKE) to statically include @PolicyDirection by evitayan · 6 years ago
  24. 3a78d9d Add missing nullability annotations. by Aurimas Liutikas · 6 years ago
  25. 22e0b2c Merge "Add IPsec checks for IPSEC_TUNNEL feature" into qt-dev by Lorenzo Colitti · 6 years ago
  26. e976375 Add IPsec checks for IPSEC_TUNNEL feature by Benedict Wong · 7 years ago
  27. c45974b Add EPROTONOSUPPORT to IpSecManager SSE map by Benedict Wong · 7 years ago
  28. 3a287d5 Merge "Rework Exception Handling for IpSecManager" into pi-dev am: 16c671dc9a by Nathan Harold · 7 years ago
  29. beed0b6 Rework Exception Handling for IpSecManager by Nathan Harold · 7 years ago
  30. 67e71f0 [DO NOT MERGE] - Hide Tunnel Mode IpSec API by Nathan Harold · 7 years ago
  31. e7e135c Merge "Force creation of Socket upon Transform application" into pi-dev by Benedict Wong · 7 years ago
  32. d39837f Update IpSecManager to use InetAddress and prefixLen by Benedict Wong · 7 years ago
  33. 57ab3f6 Force creation of Socket upon Transform application by Benedict Wong · 7 years ago
  34. 65ef843 Add AppOps Checks for MANAGE_IPSEC_TUNNELS by Nathan Harold · 7 years ago
  35. 1b88f0e Disallow Reserved SPI Allocation by Nathan Harold · 7 years ago
  36. a386e37 Clarify UDP encapsulation socket API by Benedict Wong · 7 years ago
  37. c5106f3 Add documentation for TCP interactions with transforms by Benedict Wong · 7 years ago
  38. 00e7724 Add MANAGE_IPSEC_TUNNELS Permission by Nathan Harold · 7 years ago
  39. 6303d9e Add NonNull Annotations To IpSec API Surface by Nathan Harold · 7 years ago
  40. 49cd8d7 Expose add/removeAddress for IpSecInterfaces by Nathan Harold · 7 years ago
  41. 97c3c94 Added implementation for VTI add/remove address by Benedict Wong · 7 years ago
  42. e3536f0 Docstring Updates for applyTransportModeTransform by Nathan Harold · 7 years ago
  43. 025aae1 Require NETWORK_STACK Permission for IpSec Tunnel Mode by Nathan Harold · 8 years ago
  44. 8bc9073 Add TunnelInterface API and KernelResourceRecords by Benedict Wong · 8 years ago
  45. 03e732a Expose applyTunnelModeTransform as a system API by Benedict Wong · 8 years ago
  46. 67e7673 Add Tunnel Interface APIs to IpSecManager by Nathan Harold · 8 years ago
  47. 0d483b7 IpSec - API Tweak for removeTransportModeTransform by Nathan Harold · 8 years ago
  48. 3167625 Prevent Closure of Underlying Socket FDs by Nathan Harold · 8 years ago
  49. 5a19b95 Make Transforms Unidirectional by Nathan Harold · 8 years ago
  50. 5e85446 IpSec Invalidate the Resource IDs on close() by Nathan Harold · 8 years ago
  51. 20e96c5 Use consistent naming for allocating SPI. by Jonathan Basseri · 8 years ago
  52. 2725a23 Javadoc cleanup of IpSecManager API. by Jonathan Basseri · 8 years ago
  53. 2a30daf Fix signature for finalize() to resolve API Lint error by Nathan Harold · 8 years ago
  54. 19b99d9 Input Validation for IpSecService by Nathan Harold · 8 years ago
  55. 69cb0af Re-Expose IpSecService API Surface by Nathan Harold · 8 years ago
  56. 81f5463 Re-Enable Starting of the IpSecService by Nathan Harold · 8 years ago
  57. 4786aec Merge "Annotate @SystemApi with required permissions." into oc-dev by Jeff Sharkey · 8 years ago
  58. ad1cebe Annotate @SystemApi with required permissions. by Jeff Sharkey · 8 years ago
  59. 8086539 Add UDP Encap Socket Support to IpSecManager by Nathan Harold · 8 years ago
  60. 185f2cc Hide IpSecManager, IpSecTransform, and IpSecAlgorithm by Nathan Harold · 8 years ago
  61. 7194bb9 Hide IpSecManager, IpSecTransform, and IpSecAlgorithm by Nathan Harold · 8 years ago
  62. b2b85df Hide Socket+DatagramSocket IpSecTransform methods by Nathan Harold · 8 years ago
  63. 2528c66 Consistenly Throw IOExceptions from IpSecManager by Nathan Harold · 8 years ago
  64. 4b909c8 Hide Socket+DatagramSocket IpSecTransform methods by Nathan Harold · 8 years ago
  65. a64b019 Consistenly Throw IOExceptions from IpSecManager by Nathan Harold · 8 years ago
  66. 0bb49fc Add FileDescriptor Versions of applyTransportModeTransform() by Nathan Harold · 8 years ago
  67. ed0fcf1 IpSecManager and IpSecAlgorithm API Tweaks by Nathan Harold · 8 years ago
  68. 0072e19 Add FileDescriptor Versions of applyTransportModeTransform() by Nathan Harold · 8 years ago
  69. 0540679 IpSecManager and IpSecAlgorithm API Tweaks by Nathan Harold · 8 years ago
  70. 7c30d6b Add Initial IPsec APIs to IpSecService by Nathan Harold · 8 years ago
  71. 8e518b4 IpSecManager and IpSecTransform API Cleanup by Nathan Harold · 8 years ago
  72. 18fd608 Change reserveSecurityParameterIndex() to take a remoteAddress by Nathan Harold · 8 years ago
  73. 8ea6605 Add a Skeleton IpSecService by Nathan Harold · 8 years ago
  74. 031acb8 Add Initial IPsec APIs to IpSecService by Nathan Harold · 8 years ago
  75. 55e8910 IpSecManager and IpSecTransform API Cleanup by Nathan Harold · 8 years ago
  76. 909d66e Change reserveSecurityParameterIndex() to take a remoteAddress by Nathan Harold · 8 years ago
  77. d2a1dad Add a Skeleton IpSecService by Nathan Harold · 8 years ago
  78. b1f605f Add API Surface for creating IpSec Transforms by Nathan Harold · 9 years ago