1. cfa7a08 Replacing IIpClient with Manager in ethNetFactory by James Mattis · 3 years, 7 months ago
  2. 54e3aeb Using PermissionUtils for common net permissions by James Mattis · 3 years, 7 months ago
  3. a5f724d Changes to make eth service methods more testable by James Mattis · 3 years, 7 months ago
  4. cc1dac6 Eth Service updates to validate net mgmt calls by James Mattis · 3 years, 7 months ago
  5. 39e7a77 Remove INetworkManagementService usage from EthernetTracker. by Xiao Ma · 3 years, 8 months ago
  6. 5fac76d Stubbed net mgmt API methods in eth service by James Mattis · 3 years, 8 months ago
  7. 7ab9fb8 Merge "Replace Preconditions.checkNotNull with Objects.requireNonNull." by Xiao Ma · 3 years, 7 months ago
  8. 3a26d1b Import InterfaceParams class from f/libs/net/common. by Xiao Ma · 3 years, 8 months ago
  9. 31ce0a1 Replace Preconditions.checkNotNull with Objects.requireNonNull. by Xiao Ma · 3 years, 8 months ago
  10. 479ee83 Merge "Remove NetdService usage from EthernetTracker." by Xiao Ma · 3 years, 8 months ago
  11. 300abdb Remove NetdService usage from EthernetTracker. by Xiao Ma · 3 years, 8 months ago
  12. e600bef Handle neighbor lost event by Pavan Kumar M · 4 years, 6 months ago
  13. 2fc1c08 Adding test coverage for eth transport overrides by James Mattis · 3 years, 8 months ago
  14. 68c4a51 Removing unused int network score from eth factory by James Mattis · 3 years, 9 months ago
  15. 1932a7e Stop using NetworkStack#checkNetworkStackPermission* am: d6789606d5 by paulhu · 3 years, 11 months ago
  16. d678960 Stop using NetworkStack#checkNetworkStackPermission* by paulhu · 3 years, 11 months ago
  17. 07060e3 Merge "prevent nullptr dereference when calling unwanted" am: 03f03d7acf by Treehugger Robot · 4 years ago
  18. 03f03d7 Merge "prevent nullptr dereference when calling unwanted" by Treehugger Robot · 4 years ago
  19. 4cf6809 prevent nullptr dereference when calling unwanted by Patrick Rohr · 4 years ago
  20. a03cf17 Add null check for the taken callback am: c57eb8c6ad by Chiachang Wang · 4 years ago
  21. c57eb8c Add null check for the taken callback by Chiachang Wang · 4 years ago
  22. 089b554 Merge "Revert "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet"" by Ady Abraham · 4 years ago
  23. 7a4fecc Revert "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet" by Ady Abraham · 4 years ago
  24. f7059e6 Merge "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet" by Treehugger Robot · 4 years ago
  25. 3ed5c39 Remove Unused Code From EthernetNetworkFactory am: 698b59510f am: e7048826ba by Patrick Rohr · 4 years ago
  26. b94c4e7 Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet by Milim Lee · 4 years, 3 months ago
  27. 98958bb Add Tests for EthernetNetworkFactory am: e78e8828d6 am: f5e25fcc5d by Patrick Rohr · 4 years ago
  28. 698b595 Remove Unused Code From EthernetNetworkFactory by Patrick Rohr · 4 years, 2 months ago
  29. e78e882 Add Tests for EthernetNetworkFactory by Patrick Rohr · 4 years, 9 months ago
  30. e30816d Merge "Stop using LinkPropertiesParcelableUtil." am: 0b58e409a1 am: a04fb395b6 by Lorenzo Colitti · 4 years, 1 month ago
  31. 0e077cb Stop using LinkPropertiesParcelableUtil. by Lorenzo Colitti · 4 years, 2 months ago
  32. bbd8b43 Replace clearAll with withoutDefaultCapabilities in NC#Builder by Chiachang Wang · 4 years, 3 months ago
  33. 6d8141c Replace clearAll with withoutDefaultCapabilities in NC#Builder by Chiachang Wang · 4 years, 3 months ago
  34. fe134fb Add transport type in capabilities filter of EthernetNetworkFacotry by lucaslin · 4 years, 4 months ago
  35. 3056b74 Enforce ACCESS_NETWORK_STATE to getAvailableInterfaces() by paulhu · 4 years, 4 months ago
  36. 4450c15 Add transport type in capabilities filter of EthernetNetworkFacotry by lucaslin · 4 years, 4 months ago
  37. 19b7b3d Use public API instead of hidden API in EthernetTracker by lucaslin · 4 years, 5 months ago
  38. 06e1c17 Merge "Use public API instead of hidden API in EthernetTracker" into sc-dev by Lucas Lin · 4 years, 5 months ago
  39. 4a0cbe9 Use public API instead of hidden API in EthernetTracker by lucaslin · 4 years, 5 months ago
  40. c439eae Replace reference of NetworkAgent#setLegacyExtraInfo by junyulai · 4 years, 5 months ago
  41. 89764da Replace references of request.networkCapabilies by junyulai · 4 years, 5 months ago
  42. df51759 Use clearAll() of NetworkCapabilities.Builder instead by lucaslin · 4 years, 5 months ago
  43. ddbc355 Merge "Rename StringNetworkSpecifier to Ethernet" by Remi NGUYEN VAN · 4 years, 5 months ago
  44. 35a6de8 Merge "[CS09]Remove hidden API usage of NetworkRequest" by Frank Li · 4 years, 5 months ago
  45. 60ce2ec [CS09]Remove hidden API usage of NetworkRequest by lifr · 4 years, 5 months ago
  46. a837199 Rename StringNetworkSpecifier to Ethernet by Remi NGUYEN VAN · 4 years, 6 months ago
  47. 89f2f50 [CS07]Remove hidden API usage of NetworkCapabilities by lifr · 4 years, 5 months ago
  48. 810d8f0 [CS02]Remove hidden API usage of NetworkCapabilities by lifr · 4 years, 6 months ago
  49. ab2e555 Merge "Replace the usage of NetworkManagementService with NetdUtils" by Lucas Lin · 4 years, 6 months ago
  50. c8148a1 [VCN07.4] Add NOT_VCN_MANAGED for NetworkAgent implementations by junyulai · 4 years, 6 months ago
  51. 88f4df8 Replace the usage of NetworkManagementService with NetdUtils by lucaslin · 4 years, 6 months ago
  52. be2858b [NS01.eth] Remove a useless argument by Chalard Jean · 4 years, 7 months ago
  53. 1849ebd Add TRANSPORT_TEST to test ethernet interfaces by Remi NGUYEN VAN · 5 years ago
  54. bddcfc0 Add capability they should always have to eth networks. by Chalard Jean · 5 years ago
  55. 4b9a7dd Address further API council comments. by Chalard Jean · 5 years ago
  56. 86aac0d Convert the Ethernet factory to the new network agent by Chalard Jean · 6 years ago
  57. dd397f5 Fix querying Ethernet availability for unprivileged callers. by Lorenzo Colitti · 5 years ago
  58. bd66333 Don't call maybeTrackInterface on the wrong thread. by Lorenzo Colitti · 5 years ago
  59. 165b456 Send tethered interface callbacks based on interface existence. by Lorenzo Colitti · 5 years ago
  60. e81f99d Support setting the default interface to null again. by Lorenzo Colitti · 5 years ago
  61. 841195a Make Ethernet interfaces more testable. by Lorenzo Colitti · 5 years ago
  62. f85c0b3 Set Ethernet default mode as CLIENT by Milim Lee · 6 years ago
  63. 3232780 Support one Ethernet interface in server mode. by Lorenzo Colitti · 6 years ago
  64. 918f68f Merge "Avoid creating IpClient if ethernet cable is unplugged." by Lorenzo Colitti · 6 years ago
  65. b92d1f5 Fix refCount check at releaseNetworkFor by Junaid Babu · 6 years ago
  66. 13d5b86 Avoid creating IpClient if ethernet cable is unplugged. by kevinwk_lee · 6 years ago
  67. cd73c22 Merge "[Ethernet] Replace internal connectivity checks permission" by Paul Hu · 6 years ago
  68. 91456a8 Update Ethernet code for the NetworkFactory serial number. by Chalard Jean · 7 years ago
  69. 6957e3a [Ethernet] Replace internal connectivity checks permission by paulhu · 6 years ago
  70. b95be59 Fixed fatal exception in EthernetServiceThread by Wally Yau · 6 years ago
  71. f8a95e5 Add reconnect flow when updateIPConfiguration by tank.hung · 6 years ago
  72. ea26baf Update comments and documentation in net type prop change by Sal Savage · 7 years ago
  73. 5060d1d Migrate EthernetNetworkFactory to IIpClient by Remi NGUYEN VAN · 7 years ago
  74. d3a5c04 Allow network transport type override by Sal Savage · 7 years ago
  75. 4f316a4 Don't consider TRACK_DEFAULT requests in EthernetNetworkFactory. by Lorenzo Colitti · 7 years ago
  76. 33893d6 Strategic fix for infinite loop by Chalard Jean · 7 years ago
  77. 153ef57 Tiny tiny style fix by Chalard Jean · 7 years ago
  78. e28118d Add missing features to static IP config by Pavel Maltsev · 7 years ago
  79. 6f017e3 Merge "Fix overriding ip configurtion with default one" into pi-dev by TreeHugger Robot · 7 years ago
  80. a8f3c01 Fix overriding ip configurtion with default one by Pavel Maltsev · 7 years ago
  81. 97446b8 Fix NPE during dumpsys ethernet by Pavel Maltsev · 7 years ago
  82. b23181b Ethernet should be NOT_CONGESTED by default. by Jeff Sharkey · 7 years ago
  83. 7048285 Wait for IpClient to shutdown by Erik Kline · 7 years ago
  84. de93b3e Avoid re-creating an IpClient if the network has already started by Luis Hector Chavez · 7 years ago
  85. 52d046e Enable multiple active Ethernet interfaces by Pavel Maltsev · 8 years ago
  86. efe4af4 Add "not congested" network capability. by Jeff Sharkey · 8 years ago
  87. 30b747e Define NOT_ROAMING network capability. by Jeff Sharkey · 8 years ago
  88. 89ffed7 ethernet: Fix the connect fail issue when switch DHCP to Static config at Ethernet interface. by Elvis Chien · 8 years ago
  89. 17f4e4a Don't crash if the interface disappears just after appearing. by Lorenzo Colitti · 8 years ago
  90. 62d5e74 Make Ethernet more robust. by Lorenzo Colitti · 8 years ago
  91. 0587321 Disable the IpManager timeout on Ethernet. by Lorenzo Colitti · 9 years ago
  92. 5774ef5 Use more IpManager features by Erik Kline · 9 years ago
  93. 1cb0138 Use IpManager on Ethernet by Erik Kline · 9 years ago
  94. 189063f Stop requiring CHANGE_NETWORK_STATE to change Ethernet config. by Lorenzo Colitti · 10 years ago
  95. baabe41 Don't crash on startup if we can't fetch the interface list. by Lorenzo Colitti · 10 years ago
  96. 824a0a5 Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS by Billy Lau · 10 years ago
  97. 9830ae6 Stop DHCP if it times out. by Lorenzo Colitti · 10 years ago
  98. b1d214c am 566e12ad: eth: make sure dhcp is stopped before bringing up interface. by Pierre Couillaud · 10 years ago
  99. 566e12a eth: make sure dhcp is stopped before bringing up interface. by Pierre Couillaud · 10 years ago
  100. f4740f2 Add an API to check availability of Ethernet interface. by Jaewan Kim · 11 years ago