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