Skip to content
Snippets Groups Projects
  1. Oct 21, 2023
    • Ken Chen's avatar
      Correct LINT path on UidOwnerMatchType · cf25a549
      Ken Chen authored
      UidOwnerMatchType Java definition moved from BpfNetMaps.java to
      BpfNetMapsConstants.java in change I6d7ea044e43180.
      
      Bug: 297836825
      Test: presubmit
      Change-Id: I4fc28406750cac9143ea47e9304b455ab616d462
      cf25a549
  2. Oct 20, 2023
  3. Oct 19, 2023
  4. Oct 18, 2023
    • Paul Hu's avatar
      Add expired services removal flag · f3fe3333
      Paul Hu authored
      The TTL check and removal of expired services is currently only
      performed when a mDNS query is sent. This can result in expired
      services remaining in the cache if no queries are sent. To
      address this, the remaining TTL will be checked when retrieving
      services from the MdnsServiceCache. Add a new flag to enable
      the expired services removal feature. This feature will be
      implemented in subsequent changes.
      
      Bug: 265787401
      Bug: 304649384
      Test: atest FrameworksNetTests CtsNetTestCases
      Change-Id: I30f0eea568ee45d363cc02821de0921d6040f981
      f3fe3333
    • Junyu Lai's avatar
      Support shell command to get bpf program id · 452e464e
      Junyu Lai authored
      Test: atest NetworkStatsIntegrationTest#testBpfProgramAttachStatus
      Bug: 292156770
      
      Change-Id: I815be0f3f3592442939872f98e3ad9d224a6aeb6
      452e464e
    • Junyu Lai's avatar
      Dump bpf program status in dumpsys · 155760b5
      Junyu Lai authored
      Sample output:
      Bpf Program Status:
        CGROUP_INET_INGRESS: 21
        CGROUP_INET_EGRESS: 22
        CGROUP_INET_SOCK_CREATE: 28
        CGROUP_INET4_BIND: 30
        CGROUP_INET6_BIND: 31
      
      Test: adb shell dumpsys connectivity
      Test: atest FrameworksNetTests:android.net.connectivity.com.android.server.ConnectivityServiceTest#testDumpDoesNotCrash
      Test: atest ConnectivityCoverageTests:android.net.connectivity.com.android.server.ConnectivityServiceTest#testDumpDoesNotCrash
      Bug: 292156770
      Change-Id: I312c90c524af12d093536156d6d5c6febd64305a
      155760b5
    • Chalard Jean's avatar
      Reapply "Add LocalNetworkConfig" · f9d0e3e9
      Chalard Jean authored
      This reverts commit 6eea22b1.
      
      Change-Id: I0a2cef4ee992577674c92ecd384dc6f4361afa02
      f9d0e3e9
    • Junyu Lai's avatar
  5. Oct 17, 2023
  6. Oct 16, 2023
  7. Oct 14, 2023
  8. Oct 13, 2023
Loading