- Jan 24, 2024
-
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I8dd893d09fd5b01676b08fb87f0e01b5d2ab9efd
-
Maciej Żenczykowski authored
(for consistency with the rest of the file) Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I78be4ca1c22e266a658288ee714a6f952b2ad529
-
Maciej Żenczykowski authored
Test: TreeHugger, atest libnetworkstats_test Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Id9783d3ce502ba68533b14a1080b9ed1792b1082
-
Maciej Żenczykowski authored
Test: TreeHugger, atest libnetworkstats_test Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ibff5f9c2989b071a0af804ea1ba80a6d11ac53c2
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ic32ccd7c2c415c462c4e1fdc9002cf7858ed587c
-
Treehugger Robot authored
-
Ken Chen authored
-
Kangping Dong authored
This reverts commit a59a6e30. Reason for revert: this should not be added in the mainline module but in platform Merged-In: I88c993680976d2e10d672bfdbf45119f2db13868 Change-Id: I680f23b5f8099b1ea4a316b768a56f1be5c78862
-
Kangping Dong authored
-
Motomu Utsumi authored
-
Mark Chien authored
-
Ken Chen authored
A simple unit test for the SkDestroyListener::dump(). (The follow-up of aosp/2916465) Bug: 306919485 Bug: 319348954 Test: atest FrameworksNetTests:android.net.connectivity.com.android.serv er.net.SkDestroyListenerTest Change-Id: Ica70b2b344ffb2df8047cd936e8edc583e636ceb
-
Maciej Żenczykowski authored
-
Maciej Żenczykowski authored
-
Paul Hu authored
-
Kangping Dong authored
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I7cef2b19f55e6e056b46bb1b28f85c7f7376f6f4
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Id4ceeb0dc0cb8ffbd4a4bfb75359f311a00a08a7
-
- Jan 23, 2024
-
-
Paul Hu authored
Not all SocketTypeClients are cleaned up when their corresponding sockets are closed. This occurs because the active socket check for each callback examines the socket from all callbacks, even those scheduled for removal in later notifications. To fix this, check the active socket from the current callback only. Fix: 317461509 Test: atest FrameworksNetTests NsdManagerTest Manually test with multiple discovery requests and Wifi on/off. Change-Id: I2f81bb8e75f2c038d5e9dc025b208dcc6b441112
-
Tongbo Liu authored
Bug: 318958910 Change-Id: I71499f2a5244030c5c83c2102585c4c0c3da5db4
-
Motomu Utsumi authored
Bug: 321624552 Test: TH Change-Id: Idbec5e8af0f3764b5bf432e3dd5e6ba7f35aa81f
-
- Jan 22, 2024
-
-
Maciej Żenczykowski authored
Test: N/A Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I590cb9754465a43f2d6f442afa82f5c9093af7ae
-
Mark Chien authored
This reverts commit cf11be9e. Reason for revert: avoid some IpServer(s) running the new sync state machine while others use the async state machine. Bug: 319212113 Change-Id: Ib086a7ccd102f38e579c79f94aceae9971f1853a
-
Yang Sun authored
-
Ken Chen authored
-
Xiao Ma authored
-
Ken Chen authored
When sockets are destroyed, the SkDestroyListener receives a NETLINK_INET_DIAG message informing it to delete the socket cookie from the BPF CookieTagMap. However, under unknown conditions, all 10,000 spaces on the map were still observed to be filled. SkDestroyListener and its parent classes, NetlinkMonitor, and FdEventsReader will log errors. But due to the time required to fill the 10,000 fields is long, traces in the device log are likely to have been overwritten and cannot be observed. This commit enables dumpsys netstats to print the last 20 traces of the SkDestroyListener. If the issue is caused by the SkDestroyListener, this will help in obtaining further clues when the issue is reported again. Bug: 306919485 Bug: 319348954 Test: atest FrameworksNetTests:android.net.connectivity.com.android.serv er.net.NetworkStatsServiceTest#testDumpSkDestroyListenerLogs Test: manually add mLog.e(...) in SkDestroyListener#processNetlinkMessage and check dumpsys netstats Change-Id: I5bbfe07e05cf959f809f28a7633ee5f99e29f641
-
Yang Sun authored
Bug: 281217735 Test: adb shell dumpsys connectivity Change-Id: I0816f8cd1b9bcbcbac3f78f98c499874976cef6d
-
Yang Sun authored
-
Yang Sun authored
-
- Jan 21, 2024
-
-
Kangping Dong authored
Creates the /dev/socket/ot-daemon/thread-wpan.sock socket from the service init file. This is required for communication between ot-ctl and ot-daemon service Bug: 320451788 Test: verified that ot-daemon can create socket /dev/socket/ot-daemon/thread-wpan.sock Change-Id: Ib2111d67d2ce6726158f02a2cb2310c7ba9bf270
-
Handa Wang authored
Merge "Make ThreadNetworkController.setTestNetworkAsUpstream require NETWORK_SETTINGS permission" into main
-
- Jan 20, 2024
-
-
Yuyang Huang authored
-
Yang Sun authored
Applies multicast routing configs when they are updated in LocalNetworkConfig, or when local network/upstream network status changes. Bug: 281217735 Test: atest CSLocalAgentTests Change-Id: Ib1c43c645a367d0f91e5cf0a0d9f8e5883be2c40
-
Yang Sun authored
Added support to apply multicast routing config between network interfaces in MulticastRoutingCoordinatorService. Bug: 281217735 Test: atest FrameworksNetTests:android.net.connectivity.com.android.server.connectivity.MulticastRoutingCoordinatorServiceTest Change-Id: If608b79d4e62a20d2e01755a83a901f6e274d9a2
-
- Jan 19, 2024
-
-
Suprabh Shukla authored
-
Maciej Żenczykowski authored
-
Handa Wang authored
This CL contains following enhancements: - Enforce NETWORK_SETTINGS permission for ThreadNetworkController.setTestNetworkAsUpstream. - Move the setTestNetworkAsUpstream in ThreadNetworkControllerService to make the order of methods more logical. - Update the test case name in BorderRoutingTest. Bug: 295843010 Bug: 320842152 Change-Id: I82edac6c819dd637f4c98f31368a1b520338ce24
-
Yuyang Huang authored
-
Chiachang Wang authored
-