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