summaryrefslogtreecommitdiff
path: root/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Sendcallback when setting eth interface upJames Mattis2022-08-011-2/+1
* Send callback if ip provisioning is interruptedJames Mattis2022-06-171-3/+2
* Move EthernetNetworkFactory to using the NetworkProvider APIPatrick Rohr2022-05-251-106/+49
* Add NetworkOfferCallback to NetworkInterfaceStatePatrick Rohr2022-05-251-0/+27
* Change NetworkInterfaceState to hold NetworkProvider instancePatrick Rohr2022-05-251-5/+5
* Remove the legacy ethernet config resource check.Xiao Ma2022-04-211-21/+2
* Fix linter errorsPatrick Rohr2022-04-041-2/+1
* Merge "Fixing multithreading issues in Ethernet Factory"Patrick Rohr2022-03-241-26/+24
|\
| * Fixing multithreading issues in Ethernet FactoryJames Mattis2022-03-221-26/+24
* | Add global change ethernet state APImarkchien2022-03-231-3/+6
|/
* Revert "Revert "Change network management listener to outcome re..."Patrick Rohr2022-03-181-22/+24
* Revert "Change network management listener to outcome receiver"Quentin Perret2022-03-171-24/+22
* Change network management listener to outcome receiverPatrick Rohr2022-03-171-22/+24
* Add support for Nullable IpConfigurationPatrick Rohr2022-03-161-4/+7
* Build ethernet service into service-connectivity-tiramisu-pre-jarjar.Xiao Ma2022-03-141-2/+27
* Allowing for null net caps in updateConfigurationJames Mattis2022-03-071-1/+3
* Ethernet validate if iface is tracked on handlerJames Mattis2022-03-021-12/+14
* Merge "Set EthernetNetworkSpecifier on ethernet networks"Remi NGUYEN VAN2022-02-141-2/+6
|\
| * Set EthernetNetworkSpecifier on ethernet networksMilim Lee2022-02-081-2/+6
* | Implement the new added EthernetManager APIs.Xiao Ma2022-02-111-1/+15
|/
* Renaming Ethernet Network Management ClassesJames Mattis2022-02-011-19/+19
* Implementation of Eth Connect & Disconnect NetworkJames Mattis2022-02-011-5/+21
* Updates so Network Mgmt Callbacks Are SentJames Mattis2022-01-271-56/+105
* Synchronize the IpClient eventsPavan Kumar M2022-01-131-0/+16
* Implementation of Eth Service updateConfigurationJames Mattis2022-01-111-54/+120
* Replacing IIpClient with Manager in ethNetFactoryJames Mattis2022-01-051-38/+21
* Merge "Replace Preconditions.checkNotNull with Objects.requireNonNull."Xiao Ma2021-12-221-3/+1
|\
| * Replace Preconditions.checkNotNull with Objects.requireNonNull.Xiao Ma2021-12-211-3/+1
* | Import InterfaceParams class from f/libs/net/common.Xiao Ma2021-12-211-1/+1
|/
* Handle neighbor lost eventPavan Kumar M2021-12-151-0/+16
* Removing unused int network score from eth factoryJames Mattis2021-12-071-80/+19
* prevent nullptr dereference when calling unwantedPatrick Rohr2021-08-201-2/+5
* Remove Unused Code From EthernetNetworkFactoryPatrick Rohr2021-07-281-20/+0
* Add Tests for EthernetNetworkFactoryPatrick Rohr2021-07-281-20/+52
* Stop using LinkPropertiesParcelableUtil.Lorenzo Colitti2021-06-121-3/+1
* Replace clearAll with withoutDefaultCapabilities in NC#BuilderChiachang Wang2021-05-141-2/+2
* Add transport type in capabilities filter of EthernetNetworkFacotrylucaslin2021-05-051-0/+1
* Replace reference of NetworkAgent#setLegacyExtraInfojunyulai2021-03-191-1/+1
* Replace references of request.networkCapabiliesjunyulai2021-03-191-3/+4
* Use clearAll() of NetworkCapabilities.Builder insteadlucaslin2021-03-181-2/+3
* Merge "Rename StringNetworkSpecifier to Ethernet"Remi NGUYEN VAN2021-03-111-3/+4
|\
| * Rename StringNetworkSpecifier to EthernetRemi NGUYEN VAN2021-03-101-3/+4
* | [CS09]Remove hidden API usage of NetworkRequestlifr2021-03-111-4/+0
|/
* [CS02]Remove hidden API usage of NetworkCapabilitieslifr2021-02-091-2/+10
* [NS01.eth] Remove a useless argumentChalard Jean2021-01-121-3/+3
* Merge "Address further API council comments." into rvc-devChalard Jean2020-03-271-1/+1
|\
| * Address further API council comments.Chalard Jean2020-03-271-1/+1
* | Fix querying Ethernet availability for unprivileged callers.Lorenzo Colitti2020-03-271-1/+1
|/
* Revert part of 79eb7ba87bedd88fffa62a13ea9399c2affa1573Chalard Jean2020-02-281-10/+5
* Make NetworkScore system APIChalard Jean2020-01-301-41/+30