- Dec 07, 2023
-
-
Yan Yan authored
-
Yan Yan authored
Bug: 308011229 Test: make Change-Id: Ib148b62b375f4f7b6a5d5ca82c74808bffa2e531
-
Treehugger Robot authored
-
Paul Hu authored
This is a test only change, replacing the MdnsPointerRecord constructor usage for queries with the new version. Bug: 312657709 Test: atest FrameworksNetTests Change-Id: Ie9e51df78bfc27090503b861c5ac979201f10608
-
Motomu Utsumi authored
aosp/2854709 reverted canSeeAllowedUids change done by aosp/2405720. But aosp/2854709 did not update testAllowedUids and broke testAllowedUids since cts can no longer see allowedUids. This CL updates testAllowedUids to skip some test cases. Followup CLs will allow ownerUid to see allowedUids again and re-enable test cases. Bug: 315112049 Test: TH Change-Id: I1e4ca09ad15b6150182325cbfda1548e5fec79d1
-
- Dec 06, 2023
-
-
Xiao Ma authored
-
Motomu Utsumi authored
-
Xiao Ma authored
The new P flag is defined in https://datatracker.ietf.org/doc/draft-ietf-6man-pio-pflag/. Bug: 315069348 Test: TH Change-Id: Ie386cc8b9fbe136333b46c73da785e02983a582b
-
Junyu Lai authored
-
Motomu Utsumi authored
-
- Dec 05, 2023
-
-
Yan Yan authored
-
Yan Yan authored
Bug: 308011229 Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink (new tests added) Change-Id: I4c21a64c634b1814d52ce81a48abe2550876b755
-
Yan Yan authored
Bug: 308011229 Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink (new tests added) Change-Id: I8641cf36a790d7b15fbe41b4da328c1d91fcec1e
-
Yang Sun authored
-
Junyu Lai authored
This is a no-op refactoring to move the ultility method to a common place to be referenced outside NetworkStatsService in later patches. Test: atest ConnectivityCoverageTests:android.net.connectivity.com.android.server.net.NetworkStatsServiceTest Bug: 313841499 Change-Id: Ib0ef40d87486bf3d8d5b3f97c77291a00c0378ac
-
Treehugger Robot authored
-
Mark Chien authored
-
- Dec 04, 2023
-
-
Ken Chen authored
-
Mark authored
This fix the code review comment from aosp/2319853 that getXXX functions should be renamed to makeXXX because it's actually creating the object. Test: TH Change-Id: Ife8e1cc3a90b835764a2dd9731388b05d8a5c964
-
Motomu Utsumi authored
Test: TH Change-Id: Icd3c87a7da9b45e5341a1a2ead68f0a9809591bb
-
Paul Hu authored
-
Hansen Kurli authored
-
Yang Sun authored
Test: atest FrameworksNetTests:android.net.connectivity.android.net.NetworkUtilsTest Change-Id: I3d94172fa8a42e2ab8ba4caf80d5caaa11fac703
-
- Dec 03, 2023
-
-
Ken Chen authored
Instead of logging and aborting from the BpfHandler::initPrograms(), return a Status object with an error message. The caller NetdUpdatable::libnetd_updatable_init() will log the message. Netd main() will exit and restart. Bug: 312094533 Test: m Change-Id: I6717da871a9a53357ac895709ea0094c089e7bbd
-
- Dec 02, 2023
-
-
Yuyang Huang authored
-
- Dec 01, 2023
-
-
Motomu Utsumi authored
-
Yuyang Huang authored
The current implementation of MdnsAdvertiser doesn't support updating an existing registration. For an update request, the client needs to unregister it first, which will trigger an exit message and then register again, which will trigger an announcement message. There are some clients that don't want to trigger the exit and announcement message every time. This CL adds the API to support that use case. Bug: 309372239 Test: TH Change-Id: Iabe69a987a11104090082e01969e7595f05504e8
-
Motomu Utsumi authored
This reverts commit db884c9a. Reason for revert: reason of aosp/2849874 revert is solved by aosp/2854408 Change-Id: Ic5ffddf2f811c0d2c359f292c3b44b833bae5eaa
-
- Nov 30, 2023
-
-
Nick Wille authored
-
Nick Wille authored
This reverts commit 1e7c4a49. This change is a suspect for causing test breakages, it may or may not be reverted. Bug: 314087796 Reason for revert: 314087796 Change-Id: If0a1c1e2d0e260319cf64b2d00828638abebb7fe
-
Motomu Utsumi authored
aosp/2405720 allowed network owner uid to see allowed uids But this breaked old cts. This CL reverts the behavior for network owner uid. Bug: 312093253 Bug: 313025186 Bug: 312196228 Test: TH Change-Id: Iaa732d22f67ecce7678e68bb8b20cec526116dc9
-
Motomu Utsumi authored
-
Motomu Utsumi authored
-
Motomu Utsumi authored
aosp/2792436 updated NetworkAgent and NetworkAgentTest. But the NetworkAgent change was not compatible with the old NetworkAgentTest. This CL makes NetworkAgent change to compatible with the old NetworkAgentTest. aosp/2851330 will update NetworkAgentTest to support NetworkAgent change done in aosp/2792436. Once the old cts is EOL, workaround in NetworkAgentTest and NetworkAgent can be removed. Bug: 310124646 Test: atest NetworkAgentTest Change-Id: Ic99b0ab72526a9ba22653f5bb132214ef0814440
-
Yuyang Huang authored
-
Yuyang Huang authored
-
Lorenzo Colitti authored
-
Yan Yan authored
-
- Nov 29, 2023
-
-
Lorenzo Colitti authored
This reverts commit 11eac8e1. Reason for revert: there are devices in the field using usbX interfaces for tethering Change-Id: I7bbcbb703294de1c9dd3e0390bc8ad28aa350ef6
-
Yuyang Huang authored
Check if the bpf loader rc file is differs from the template files when ConnectivityService starts. Use Log.wtf() to log the file if there is a diff. Bug: 312638861 Test: TH Change-Id: I0b9ed9962ad0954a051a17b01357d04a0e655ff4
-