1. 288c75d Merge "Refactor Module connectors for testing" by Treehugger Robot · 5 years ago
  2. 91e39d9 Refactor Module connectors for testing by Remi NGUYEN VAN · 5 years ago
  3. 6fecb94 Merge "Support enable/disable dns forwarding of dnsmasq when start tethering" by Luke Huang · 5 years ago
  4. 341c0f0 Fix spacing in NetworkStackClient by Remi NGUYEN VAN · 5 years ago
  5. 15b5a03 NetworkStackClient: Refactor network stack process interaction by Roshan Pius · 5 years ago
  6. b0d5246 Support enable/disable dns forwarding of dnsmasq when start tethering by Luke Huang · 6 years ago
  7. 5488c56 Fix interfaceVersion in DhcpServerCallbacks by Remi NGUYEN VAN · 5 years ago
  8. 6dcffa0 Fix leak of DhcpServer on tethering stop error by Remi NGUYEN VAN · 5 years ago
  9. 4c854cf NetworkStackClient: Allow modules with network_stack uid by Roshan Pius · 5 years ago
  10. 870c267 Merge changes I399d3e37,Ia3fdd80c,Iad90c7a4 by Remi NGUYEN VAN · 5 years ago
  11. 4b5c8e1 Merge "Fix the potential NullPointerException." by Xiao Ma · 5 years ago
  12. a66de9c Fix the potential NullPointerException. by Xiao Ma · 6 years ago
  13. f75f9d7 Remove DeviceConfig usage from NetworkStackClient by Remi NGUYEN VAN · 5 years ago
  14. 714b313 Merge "Add comments to frozen AIDL API files" by Remi NGUYEN VAN · 5 years ago
  15. 2ee0c6b Add comments to frozen AIDL API files by Remi NGUYEN VAN · 5 years ago
  16. 02abbfd Fix cannot create Nat-T keepalive on mobile data by junyulai · 5 years ago
  17. cfde948 Simplify crash conditions in NetworkStackClient by Remi NGUYEN VAN · 5 years ago
  18. c8b1975 Proper handling of NetworkStack crash by Remi NGUYEN VAN · 5 years ago
  19. 836f6a4 Add a wrapper for INetworkMonitor. by Lorenzo Colitti · 5 years ago
  20. d91ec09 Wipe the data in IpMemoryStore database upon network factory reset. by Xiao Ma · 5 years ago
  21. fe0c38a Properly use versioned interfaces. by Lorenzo Colitti · 5 years ago
  22. 91dd063 Add a factoryReset method to IIpMemoryStore, and freeze api. by Lorenzo Colitti · 5 years ago
  23. 80986d9 Support strict mode private DNS on VPNs that provide Internet. by Lorenzo Colitti · 6 years ago
  24. b340a69 Merge "adopt non-blocking method to obtain the IpMemoryStore service." by Xiao Ma · 5 years ago
  25. e9da422 Add a simple wrapper for IpClient. by Lorenzo Colitti · 5 years ago
  26. a489a8d adopt non-blocking method to obtain the IpMemoryStore service. by Xiao Ma · 6 years ago
  27. ca5ebb6 Freeze networkstack-aidl-interfaces as version 3. by markchien · 5 years ago
  28. d157594 Merge "Support adding NATT keepalive packet filter" by Mark Chien · 5 years ago
  29. 9eeaa3a Support adding NATT keepalive packet filter by Aaron Huang · 5 years ago
  30. 791dd86 Freeze {ipmemorystore,networkstack}-aidl-interfaces as version 2. by Lorenzo Colitti · 5 years ago
  31. 6d7ed60 Merge "Add AIDL parcelable for NattKeepalivePacketData" by Mark Chien · 5 years ago
  32. 681f33c Additional code for server name in DHCP packets. by Lorenzo Colitti · 5 years ago
  33. f914b77 Add validation type definition to support multiple probe result by Chiachang Wang · 5 years ago
  34. 76985bd Add AIDL parcelable for NattKeepalivePacketData by Aaron Huang · 5 years ago
  35. 833edcb Merge "Move NattKeepalivePacketData out of the framework" by Aaron Huang · 5 years ago
  36. 1232fe3 Freeze the networkstack-aidl-interfaces interface by Remi NGUYEN VAN · 6 years ago
  37. 1ad99fb Merge changes Id598ae1d,I475bd011 by Chalard Jean · 5 years ago
  38. f38a99d Fix a possible crash when the listener is null by Chalard Jean · 6 years ago
  39. da3421e Straighten AIDL interface for the memory store by Chalard Jean · 6 years ago
  40. 77e4e52 Move NattKeepalivePacketData out of the framework by Aaron Huang · 6 years ago
  41. 896245a Move TrafficStats tags for the network stack constants by Chalard Jean · 5 years ago
  42. 825181b Merge "Crash the system server if network stack is lost" by Remi NGUYEN VAN · 5 years ago
  43. fb08776 Merge "Move the latest AIDL update to the bottom" by Chalard Jean · 5 years ago
  44. 06f3916 Crash the system server if network stack is lost by Remi NGUYEN VAN · 6 years ago
  45. afc5f9b Expose captive portal urls for configuration by Niklas Lindgren · 6 years ago
  46. 45ff048 Move the latest AIDL update to the bottom by Chalard Jean · 6 years ago
  47. 66d744b Merge "Add a mechanism to pass the L2Key and group hint to IpClient" by Remi NGUYEN VAN · 6 years ago
  48. 3cab290 Add a mechanism to pass the L2Key and group hint to IpClient by Chalard Jean · 6 years ago
  49. fecb630 Remove SocketUtils#setSocketTimeValueOption by Remi NGUYEN VAN · 6 years ago
  50. e0ef7ce Merge "Cleanup SystemReady in the network stack" by Chalard Jean · 6 years ago
  51. 17ea70c Merge "Add DHCP address lease expiry in IpMemoryStore." by Xiao Ma · 6 years ago
  52. d74219b Cleanup SystemReady in the network stack by Chalard Jean · 6 years ago
  53. 78454f3 Merge "Fix race when starting NetworkMonitor" by Remi NGUYEN VAN · 6 years ago
  54. 3962f67 Fix race when starting NetworkMonitor by Remi NGUYEN VAN · 6 years ago
  55. b9ef4dd Merge "Use IDnsResolver instead of INetd for resolver related binder commands" by Luke Huang · 6 years ago
  56. 385ccb0 Add DHCP address lease expiry in IpMemoryStore. by Xiao Ma · 6 years ago
  57. 50fadbe Fix glob syntax by Colin Cross · 6 years ago
  58. 6591477 Use IDnsResolver instead of INetd for resolver related binder commands by Luke Huang · 6 years ago
  59. 021ea66 Merge "Use SystemApi framework parcelables directly" by Treehugger Robot · 6 years ago
  60. 2668682 Use SystemApi framework parcelables directly by Remi NGUYEN VAN · 6 years ago
  61. 6aef2af Merge "[TCPKeepalive] Fill correct TOS and TTL value" by Mark Chien · 6 years ago
  62. 1fc82b2 [TCPKeepalive] Fill correct TOS and TTL value by markchien · 6 years ago
  63. 0bd294c Separate NetworkMonitor/framework portal URL by Remi NGUYEN VAN · 6 years ago
  64. 0c089bc Merge changes I2e8c2ad9,Ic4f4c7d2 by Lorenzo Colitti · 6 years ago
  65. 43c1ade6 Merge "Fix Automated API Review issues." by Paul Hu · 6 years ago
  66. 306e8cd Move the networkstack AIDL interfaces to services/net. by Lorenzo Colitti · 6 years ago
  67. d9736de Fix Automated API Review issues. by paulhu · 6 years ago
  68. d42fca6 Replace TcpSocketInfo with similar structure by markchien · 6 years ago
  69. a3f811a Move TcpKeepalivePacketData out of the framework. by Lorenzo Colitti · 6 years ago
  70. 9521351 Move the IpMemoryStore to the network stack. by Chalard Jean · 6 years ago
  71. 205886d Merge "Remove NetworkParcelable" by Remi NGUYEN VAN · 6 years ago
  72. 1a13960 Merge "Remove aidl wrappers for framework parcelables" by Remi NGUYEN VAN · 6 years ago
  73. 904a38b Remove NetworkParcelable by Remi NGUYEN VAN · 6 years ago
  74. e80be85 Remove aidl wrappers for framework parcelables by Remi NGUYEN VAN · 6 years ago
  75. 389443c Initialize the NetworkStack before WiFi by Remi NGUYEN VAN · 6 years ago
  76. b8f2ab9 Merge "Use an in-process APK for in-process NetworkStack" by Remi NGUYEN VAN · 6 years ago
  77. a6f3476 Merge "Give Telephony the permissions to access the network stack." by Treehugger Robot · 6 years ago
  78. e5e3ac6 Merge "Add junyulai@ as owner of the core networking dirs" by Bernie Innocenti · 6 years ago
  79. ea89cf2 Add junyulai@ as owner of the core networking dirs by Bernie Innocenti · 6 years ago
  80. 12aaf7e Give Telephony the permissions to access the network stack. by Chalard Jean · 6 years ago
  81. 8acc99a Use an in-process APK for in-process NetworkStack by Remi NGUYEN VAN · 6 years ago
  82. 086779d IPv6: enable IPv6 link local routing for local network by Jimmy Chen · 6 years ago
  83. b7bda39 Fix SocketUtils API by Remi NGUYEN VAN · 6 years ago
  84. 1d8977b Merge "Fix RouterAdvertisementDaemon thread leakage problem" by Lorenzo Colitti · 6 years ago
  85. 6dea37d Fix RouterAdvertisementDaemon thread leakage problem by Iris Chang · 6 years ago
  86. a25379f Add logging to NetworkStackClient by Remi NGUYEN VAN · 6 years ago
  87. 256298e Change getPackageUid to getPackageUidAsUser by Remi NGUYEN VAN · 6 years ago
  88. 1b57e8e Fix framework and NetworkStack classes conflicts by Remi NGUYEN VAN · 6 years ago
  89. 5db454c Move NetworkStack to services.net by Remi NGUYEN VAN · 6 years ago
  90. dacee14 Remove deps from framework on netd interfaces by Remi NGUYEN VAN · 6 years ago
  91. 231b52b Remove last NetworkStack usage of hidden APIs by Remi NGUYEN VAN · 6 years ago
  92. 9fdc6d2 Merge "Revert "Extract network observer code from NetworkManagementService."" by Remi NGUYEN VAN · 6 years ago
  93. bfd0aa0 Revert "Extract network observer code from NetworkManagementService." by Remi NGUYEN VAN · 6 years ago
  94. b8bbc48 Merge "Move NetworkUtils used by NetworkStack" by Remi NGUYEN VAN · 6 years ago
  95. e3f18bd Merge "Add INetd to SystemServiceRegistry" by Remi NGUYEN VAN · 6 years ago
  96. 9188b49 Merge "Add NetworkStack networking deps to SystemApi" by Remi NGUYEN VAN · 6 years ago
  97. e88516f Move NetworkUtils used by NetworkStack by Remi NGUYEN VAN · 6 years ago
  98. a4bcc86 Add NetworkStack networking deps to SystemApi by Remi NGUYEN VAN · 6 years ago
  99. 3193598 Add INetd to SystemServiceRegistry by Remi NGUYEN VAN · 6 years ago
  100. bc19ab1 Remove IpClient wrapper by Remi NGUYEN VAN · 6 years ago