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