1. 1c19f5d ethernet: rename restart() to maybeRestart() by Patrick Rohr · 2 years, 7 months ago
  2. 84d3f48 ethernet: remove IpClient null check before restart by Patrick Rohr · 2 years, 7 months ago
  3. 2390fb2 ethernet: prevent provisioning failure loop by Patrick Rohr · 2 years, 8 months ago
  4. 73270d8 ethernet: inline IpClient provisioning by Patrick Rohr · 2 years, 8 months ago
  5. b6f2a3e Merge "ethernet: consolidate interface enabling functions in EthernetTracker" by Treehugger Robot · 2 years, 10 months ago
  6. cf4d784 ethernet: fix nullability annotations by Patrick Rohr · 2 years, 10 months ago
  7. 6150134 ethernet: consolidate interface enabling functions in EthernetTracker by Patrick Rohr · 2 years, 11 months ago
  8. f7b850a ethernet: fix interface state callbacks ignoring restricted permission by Patrick Rohr · 3 years, 1 month ago
  9. ae3ace4 ethernet: fix IpClient restart when link is down by Patrick Rohr · 3 years ago
  10. 53c84a8 ethernet: ignore NUD failures for static ip configurations by Patrick Rohr · 3 years ago
  11. 64b7696 ethernet: unregister NetworkAgent before stopping IpClient by Patrick Rohr · 3 years ago
  12. 0a822f8 Merge changes I0b88bc8b,I60d884db,I436858e7,Iaaace0e6,Ie7ee84c3, ... by Patrick Rohr · 3 years ago
  13. cc2bf28 ethernet: fix callbacks for running interfaces by Patrick Rohr · 3 years, 1 month ago
  14. d337299 ethernet: fix enable/disableInterface result by Patrick Rohr · 3 years ago
  15. 5d7cbdd Create ethernet directory if it's not exist by Milim Lee · 3 years ago
  16. f360e45 ethernet: read running flag before bringing up interface by Patrick Rohr · 3 years, 1 month ago
  17. 750036b ethernet: remove callback from factory updateInterfaceLinkState by Patrick Rohr · 3 years, 1 month ago
  18. ea5c6dd ethernet: updateConfiguration result should not rely on ip provisioning by Patrick Rohr · 3 years, 1 month ago
  19. de40e13 ethernet: remove callback boilerplate from EthernetNetworkFactory by Patrick Rohr · 3 years, 1 month ago
  20. 251f2fc ethernet: add EthernetCallback class to wrap OutcomeReceiver by Patrick Rohr · 3 years, 1 month ago
  21. 83ebb9f ethernet: add early return for server mode interfaces by Patrick Rohr · 3 years, 1 month ago
  22. c3c1bd3 ethernet: remove support for default interface ip config by Patrick Rohr · 3 years, 1 month ago
  23. f2ee069 ethernet: rename mDefaultInterface to mTetheringInterface by Patrick Rohr · 3 years, 1 month ago
  24. 734f24e ethernet: replace netd link observer with NetlinkMonitor by Patrick Rohr · 3 years, 1 month ago
  25. cbbda3e Merge "ethernet: IpConfigStore#readIpConfigurations() can return null" by Treehugger Robot · 3 years, 1 month ago
  26. aa2291a ethernet: IpConfigStore#readIpConfigurations() can return null by Patrick Rohr · 3 years, 1 month ago
  27. d2ce8c0 ethernet: clean up test interface tracking by Patrick Rohr · 3 years, 1 month ago
  28. 1176221 ethernet: fix aosp <-> internal conflict by Patrick Rohr · 3 years, 1 month ago
  29. a199735 Sendcallback when setting eth interface up by James Mattis · 3 years, 2 months ago
  30. b916ff8 Merge "ethernet: fix receiving NetworkOffer callbacks on stale object" by Patrick Rohr · 3 years, 2 months ago
  31. 7c4e2a9 ethernet: fix receiving NetworkOffer callbacks on stale object by Patrick Rohr · 3 years, 2 months ago
  32. 6d74747 Merge "Use common methods to check/enforece mutiple permissions" by Paul Hu · 3 years, 2 months ago
  33. 3ffffe7 Use common methods to check/enforece mutiple permissions by paulhu · 4 years ago
  34. bb8b44e ethernet: rename methods in EthernetNetworkFactory by Patrick Rohr · 3 years, 3 months ago
  35. 6ae808e ethernet: move registerNetworkOffer into its own function by Patrick Rohr · 3 years, 3 months ago
  36. b9f73c8 ethernet: provider to keep track of requestId by Patrick Rohr · 3 years, 3 months ago
  37. dcf73e8 ethernet: return result when removing interface by Patrick Rohr · 3 years, 3 months ago
  38. 59d98c0 Validate or set the eth specifier on update Iface by James Mattis · 3 years, 3 months ago
  39. 7d5aae1 Merge "Send callback if ip provisioning is interrupted" by James Mattis · 3 years, 3 months ago
  40. 265eba9 Send callback if ip provisioning is interrupted by James Mattis · 3 years, 3 months ago
  41. 58a71dd Don't make an interface default if it has defined capabilities. by Lorenzo Colitti · 3 years, 3 months ago
  42. 337d512 Merge changes from topic "remove-ethernet-shims" by Lorenzo Colitti · 3 years, 3 months ago
  43. f33f276 ethernet: broadcast state change for server interfaces by Patrick Rohr · 3 years, 3 months ago
  44. 345655f Merge "Remove automotive restriction from enable/disableInterface" by Patrick Rohr · 3 years, 4 months ago
  45. fd829a5 Remove automotive restriction from enable/disableInterface by Patrick Rohr · 3 years, 4 months ago
  46. 826bdb3 Merge changes I8e806b3b,I5e8e4673,Id2a078da by Patrick Rohr · 3 years, 4 months ago
  47. daca9ca Move EthernetNetworkFactory to using the NetworkProvider API by Patrick Rohr · 3 years, 5 months ago
  48. 47641d7 Move ipconfig file inside apex data directory by Patrick Rohr · 3 years, 5 months ago
  49. 94a00df Fix the ethernet setting API bug. by Xiao Ma · 3 years, 4 months ago
  50. 5511bf5 Add NetworkOfferCallback to NetworkInterfaceState by Patrick Rohr · 3 years, 5 months ago
  51. fdc424a Merge "Change NetworkInterfaceState to hold NetworkProvider instance" by Patrick Rohr · 3 years, 4 months ago
  52. b8e0167 Remove the legacy ethernet config resource check. by Xiao Ma · 3 years, 5 months ago
  53. d5bd1b5 Change NetworkInterfaceState to hold NetworkProvider instance by Patrick Rohr · 3 years, 5 months ago
  54. 53d2a2c Clear test ethernet data when no longer enabled by James Mattis · 3 years, 5 months ago
  55. ddc2622 Fix linter errors by Patrick Rohr · 3 years, 5 months ago
  56. 3ed2059 Merge "Fixing multithreading issues in Ethernet Factory" by Patrick Rohr · 3 years, 6 months ago
  57. 846bbc9 Add getInterfaceList API implementation in Ethernet service. by Xiao Ma · 3 years, 6 months ago
  58. c0939b7 Add global change ethernet state API by markchien · 3 years, 6 months ago
  59. de503c5 Fixing multithreading issues in Ethernet Factory by James Mattis · 3 years, 6 months ago
  60. 0de5fb2 Revert "Revert "Change network management listener to outcome re..." by Patrick Rohr · 3 years, 6 months ago
  61. b6f3b8a Revert "Change network management listener to outcome receiver" by Quentin Perret · 3 years, 6 months ago
  62. b135274 Change network management listener to outcome receiver by Patrick Rohr · 3 years, 6 months ago
  63. 40b3ff8 Add support for Nullable IpConfiguration by Patrick Rohr · 3 years, 6 months ago
  64. 81f0f74 Build ethernet service into service-connectivity-tiramisu-pre-jarjar. by Xiao Ma · 3 years, 8 months ago
  65. ac8977a Clean up permission validation in EthernetServiceImpl by Patrick Rohr · 3 years, 6 months ago
  66. 6a77e5d Rename logIfEthernetNotStarted to throwIfEthernetNotStarted by Patrick Rohr · 3 years, 6 months ago
  67. 24fb1ef Allow all device types to call updateConfiguration by Patrick Rohr · 3 years, 6 months ago
  68. 3e12496 Allowing for null net caps in updateConfiguration by James Mattis · 3 years, 6 months ago
  69. b0cc8f0 Eth Management APIs to Support TEST Interfaces by James Mattis · 3 years, 6 months ago
  70. ed41dfe Ethernet validate if iface is tracked on handler by James Mattis · 3 years, 6 months ago
  71. 7448a98 Using a builder for eth requests by James Mattis · 3 years, 7 months ago
  72. 1fbc905 Merge "Set EthernetNetworkSpecifier on ethernet networks" by Remi NGUYEN VAN · 3 years, 7 months ago
  73. b8ab4c8 Implement the new added EthernetManager APIs. by Xiao Ma · 3 years, 7 months ago
  74. 8ae6883 Set EthernetNetworkSpecifier on ethernet networks by Milim Lee · 4 years, 4 months ago
  75. a2c2042 Updating Eth Service to use Eth Network Permission by James Mattis · 3 years, 7 months ago
  76. 5aa01c3 Renaming Ethernet Network Management Classes by James Mattis · 3 years, 7 months ago
  77. 9b9952e Implementation of Eth Connect & Disconnect Network by James Mattis · 3 years, 8 months ago
  78. 724a0ae Updates so Network Mgmt Callbacks Are Sent by James Mattis · 3 years, 8 months ago
  79. 2730f2e Replace the NetdService usage in the EthernetService. by Xiao Ma · 3 years, 8 months ago
  80. 6339ef0 Replace runWithScissors with a custom implementation. by Chalard Jean · 3 years, 8 months ago
  81. b63e7ae Synchronize the IpClient events by Pavan Kumar M · 3 years, 8 months ago
  82. 7f0823c Implementation of Eth Service updateConfiguration by James Mattis · 3 years, 8 months ago
  83. cfa7a08 Replacing IIpClient with Manager in ethNetFactory by James Mattis · 3 years, 8 months ago
  84. 54e3aeb Using PermissionUtils for common net permissions by James Mattis · 3 years, 8 months ago
  85. a5f724d Changes to make eth service methods more testable by James Mattis · 3 years, 8 months ago
  86. cc1dac6 Eth Service updates to validate net mgmt calls by James Mattis · 3 years, 9 months ago
  87. 39e7a77 Remove INetworkManagementService usage from EthernetTracker. by Xiao Ma · 3 years, 9 months ago
  88. 5fac76d Stubbed net mgmt API methods in eth service by James Mattis · 3 years, 9 months ago
  89. 7ab9fb8 Merge "Replace Preconditions.checkNotNull with Objects.requireNonNull." by Xiao Ma · 3 years, 9 months ago
  90. 3a26d1b Import InterfaceParams class from f/libs/net/common. by Xiao Ma · 3 years, 9 months ago
  91. 31ce0a1 Replace Preconditions.checkNotNull with Objects.requireNonNull. by Xiao Ma · 3 years, 9 months ago
  92. 479ee83 Merge "Remove NetdService usage from EthernetTracker." by Xiao Ma · 3 years, 9 months ago
  93. 300abdb Remove NetdService usage from EthernetTracker. by Xiao Ma · 3 years, 9 months ago
  94. e600bef Handle neighbor lost event by Pavan Kumar M · 4 years, 7 months ago
  95. 2fc1c08 Adding test coverage for eth transport overrides by James Mattis · 3 years, 9 months ago
  96. 68c4a51 Removing unused int network score from eth factory by James Mattis · 3 years, 10 months ago
  97. 1932a7e Stop using NetworkStack#checkNetworkStackPermission* am: d6789606d5 by paulhu · 4 years ago
  98. d678960 Stop using NetworkStack#checkNetworkStackPermission* by paulhu · 4 years ago
  99. 07060e3 Merge "prevent nullptr dereference when calling unwanted" am: 03f03d7acf by Treehugger Robot · 4 years, 1 month ago
  100. 03f03d7 Merge "prevent nullptr dereference when calling unwanted" by Treehugger Robot · 4 years, 1 month ago