1. 23ce597 Merge changes I12e4d492,I4c787e9c,I52a36ebb into main by Treehugger Robot · 6 months ago
  2. 6822c19 Add support for TestInterfaceMode in setIncludeTestInterfaces by Patrick Rohr · 6 months ago
  3. 66fef2e Add EthernetPortSelector class by Chuwei He · 7 months ago
  4. 0a3ed11 Update prefix for Persistence and MeteredOverride by Chuwei He · 7 months ago
  5. afc612e Add methods to get metered override and persistence config in string by Chuwei He · 7 months ago
  6. 1939c90 Add metered overrride config to EthernetConfiguration by Chuwei He · 7 months ago
  7. 3454b0b Add hidden flags parameter to addInterfaceStateListener by Patrick Rohr · 7 months ago
  8. 7e60f9a Add persisted logic to EthernetConfiguration by Chuwei He · 8 months ago
  9. 7882140 Merge "Change EthernetPortInfo to EthernetPortState" into main by Treehugger Robot · 7 months ago
  10. d790973 Change EthernetPortInfo to EthernetPortState by Chuwei He · 7 months ago
  11. c5f7cf2 Improve annotation and javadoc for set/getTransportType APIs by Junyu Lai · 8 months ago
  12. 4be13fb Merge "Add kill switch for storing transport types" into main by Treehugger Robot · 8 months ago
  13. 1c5f5b5 Add kill switch for storing transport types by Junyu Lai · 8 months ago
  14. 19ff6a1 Expose NetworkTemplate get/set transport type APIs by Junyu Lai · 8 months ago
  15. dc7bfba Add NetworkTemplate get/set transport type methods by Junyu Lai · 8 months ago
  16. 572575e Support checking transport types in NetworkTemplate by Junyu Lai · 8 months ago
  17. 3fd36e5 Support matches transport types in NetworkTemplate by Junyu Lai · 8 months ago
  18. 2a4acb1 Merge "Add NetworkCapabilities transport types into NetworkIdentity." into main by Treehugger Robot · 8 months ago
  19. bebd409 Add NetworkCapabilities transport types into NetworkIdentity. by Junyu Lai · 8 months ago
  20. 8737133 Merge "Optimize NetworkStats.filteredClone function." into main by Treehugger Robot · 8 months ago
  21. 76330fa Add EthernetPortInfo class by Chuwei He · 9 months ago
  22. 4259f55 Add MAC address support for EthernetNetworkSpecifier by Chuwei He · 9 months ago
  23. 27189f4 Optimize NetworkStats.filteredClone function. by Richard Uhler · 9 months ago
  24. af0d036 Implement offload only code path in NsdService for TV migration by Yuyang Huang · 9 months ago
  25. e41b663 Skip subtype PTR records in announcements/offload by Yuyang Huang · 9 months ago
  26. 9e74d41 Make NsdManager.registerService() public API by Yuyang Huang · 9 months ago
  27. d3bae6f Add @UnsupportedAppUsage to NsdManager.registerService for MediaShell by Yuyang Huang · 9 months ago
  28. 584fea0 Merge "Add EthernetConfiguration class" into main by Patrick Rohr · 9 months ago
  29. e0e89ef Add EthernetConfiguration class by Chuwei He · 10 months ago
  30. 5ed4775 Avoid excessive allocation churn in network stats. by Richard Uhler · 10 months ago
  31. 6564265 Correct OffloadServiceInfo Javadoc by Yuyang Huang · 1 year, 1 month ago
  32. 8ec9d71 Merge "in NetworkStatsAccess.checkAccessLevel, check SYSTEM_UID ahead" into main by Maciej Żenczykowski · 1 year, 1 month ago
  33. 7a3423b Add API for FLAG_SKIP_PROBING by Remi NGUYEN VAN · 1 year, 1 month ago
  34. 265216b Expose NsdServiceInfo#getHostname by Remi NGUYEN VAN · 1 year, 1 month ago
  35. 8fe5189 in NetworkStatsAccess.checkAccessLevel, check SYSTEM_UID ahead by WeiZhang · 1 year, 1 month ago
  36. 43b334e Introduce client-side rate limiting for TrafficStats APIs by Junyu Lai · 1 year, 3 months ago
  37. 219d7f9 Remove synchronized block for test only variable by Junyu Lai · 1 year, 2 months ago
  38. 6258c44 Merge "Drop the redundant type and caller uid checks for TrafficStats" into main by Treehugger Robot · 1 year, 3 months ago
  39. 739d200 Drop the redundant type and caller uid checks for TrafficStats by Junyu Lai · 1 year, 3 months ago
  40. 555bbc4 Merge "Disable debug log by default" into main by Jaewan Kim · 1 year, 3 months ago
  41. b9071f8 Add config for client-side traffic stats rate-limit cache. by Junyu Lai · 1 year, 3 months ago
  42. e51bae6 Fix system caller cannot query stats for other uids by Junyu Lai · 1 year, 3 months ago
  43. 9fb574d Address review comments at aosp/3249945 by Junyu Lai · 1 year, 3 months ago
  44. 531a9f0 Disable debug log by default by Jaewan Kim · 1 year, 3 months ago
  45. 69b8360 No-op refactoring for TrafficStats APIs by Yun-Chen Cheng · 1 year, 5 months ago
  46. 2fc1154 Use java_aconfig_library for android_core_networking flags by Motomu Utsumi · 1 year, 5 months ago
  47. d0e0494 Support NetworkStats#addEntries API by Junyu Lai · 1 year, 7 months ago
  48. 0f5ae1f [mdns] Update doc for NsdServiceInfo by Handa Wang · 1 year, 7 months ago
  49. bbd7325 [mdns] simplify the validation check by Handa Wang · 1 year, 8 months ago
  50. 98b708d Fix a Rare Race In Clearing ResourceId by Nathan Harold · 1 year, 9 months ago
  51. 364aa57 [mdns] add hidden API for public key by Handa Wang · 2 years, 1 month ago
  52. 47c8196 Merge changes from topic "rate-limit-trafficstats" into main by Treehugger Robot · 1 year, 10 months ago
  53. 777b9ba Merge "[mDNS] pretty print txt values in log" into main by Kangping Dong · 1 year, 10 months ago
  54. 3c9089c Rate-limit on TrafficStats#get*[Bytes|Packets] API calls by Junyu Lai · 2 years, 1 month ago
  55. aca202e [mDNS] pretty print txt values in log by Kangping Dong · 1 year, 10 months ago
  56. ad48c49 Merge "Changes to support satellite stats appear as TYPE_MOBILE" into main by Nagendra Prasad Nagarle Basavaraju · 1 year, 10 months ago
  57. 756ca07 Changes to support satellite stats appear as TYPE_MOBILE by Nagendra Prasad Nagarle Basavaraju · 1 year, 11 months ago
  58. e762554 Improve documentation of addEthernetStateListener by Patrick Rohr · 1 year, 10 months ago
  59. c6622e0 follow up comments in custom TTL CLS (aosp/2870274 and aosp/2606573) by Kangping Dong · 1 year, 11 months ago
  60. cd35018 [mdns] add service-side impl for NSD service TTL support by Kangping Dong · 2 years, 1 month ago
  61. 2ffe82d [mdns] add API for setting/getting TTL value by Kangping Dong · 2 years, 9 months ago
  62. 1db3fee IpSecTransformState: Rename API methods and improve docs by Yan Yan · 2 years ago
  63. 629234c Allow more characters in subtypes by Remi NGUYEN VAN · 2 years ago
  64. ef58a8a Merge "Rename check*Permission* to has*Permission" into main by Junyu Lai · 2 years ago
  65. 71b5153 Rename check*Permission* to has*Permission by Junyu Lai · 2 years ago
  66. f3797e0 Enrich javadoc for queryDetailsForUid by Junyu Lai · 2 years ago
  67. 1c2be6b [mdns] add API support for custom hostname by Handa Wang · 2 years, 1 month ago
  68. 97d6aeb [mdns] add API for discovery with subtype by Kangping Dong · 2 years, 2 months ago
  69. 6da1c70 Fix incorrect nullability annotations by Junyu Lai · 2 years ago
  70. 80c9f6f Stop registering native mdns service by Ken Chen · 2 years, 2 months ago
  71. 8c22b9a Merge "Introduce NsdManager API for in-place service updates without re-announcement." into main by Remi NGUYEN VAN · 2 years, 1 month ago
  72. da6020a [AF03] Adopt FastDataInput by Junyu Lai · 2 years, 1 month ago
  73. 86d083f Introduce NsdManager API for in-place service updates without re-announcement. by Yuyang Huang · 2 years, 1 month ago
  74. 2dce848 [AF02.1] Support read by FastDataInput in the NetworkStatsRecorder by Junyu Lai · 2 years, 2 months ago
  75. 19d0555 Merge changes from topic "mdns-subtypes" into main by Kangping Dong · 2 years, 1 month ago
  76. 5af24b6 [mdns] add service-side impl for subtypes advertising by Kangping Dong · 2 years, 2 months ago
  77. 6d618d7 [mdns] add support for advertising subtypes by Kangping Dong · 2 years, 2 months ago
  78. 3976e49 Expose APIs to query the state of an IpSecTransform by Yan Yan · 2 years, 2 months ago
  79. 84fc0ee Reland "Support getting transform state in IpSecService" by Yan Yan · 2 years, 1 month ago
  80. 69eb832 Revert "Support getting transform state in IpSecService" by Yan Yan · 2 years, 1 month ago
  81. ab5006c Support getting transform state in IpSecService by Yan Yan · 2 years, 2 months ago
  82. 2f67e0f Merge "[AF01] Move NetworkStatsCollection comparison code to NetworkStatsCollection" into main by Junyu Lai · 2 years, 2 months ago
  83. 77f84a4 [AF01] Move NetworkStatsCollection comparison code to NetworkStatsCollection by Junyu Lai · 2 years, 2 months ago
  84. 53f0825 Merge "Add FlaggedAPI annotation to NSD offload APIs" into main by Motomu Utsumi · 2 years, 2 months ago
  85. ce23d84 Add FlaggedAPI annotation to NSD offload APIs by Motomu Utsumi · 2 years, 2 months ago
  86. 27662f0 Fix the memory leak in nsd tests by Paul Hu · 2 years, 2 months ago
  87. a49e8e0 Catch UnsupportedOperationException on calling mdns by Ken Chen · 2 years, 2 months ago
  88. 65186a7 Allow to query NetworkStats for TYPE_PROXY by Ivo Kay · 2 years, 4 months ago
  89. 5ac6c0b Fix broken documentation in Connectivity by Anton Hansson · 2 years, 3 months ago
  90. 01e6dad Merge "[Thread] initial Thread network service" into main by Kangping Dong · 2 years, 4 months ago
  91. 1cec48f [Thread] initial Thread network service by Kangping Dong · 2 years, 5 months ago
  92. fc83170 Add newApi linter check for mDNS library by Yuyang Huang · 2 years, 5 months ago
  93. 8df4d76 Merge "Address review followup comments for NetworkStats" into main by Treehugger Robot · 2 years, 5 months ago
  94. 31f6e2e Send rawOffloadPacket to OffloadEngine by Yuyang Huang · 2 years, 5 months ago
  95. 35c69c7 Address review followup comments for NetworkStats by Junyu Lai · 2 years, 5 months ago
  96. 6f0ec43 remove unused TcpTx/RxPackets java & jni constants by Maciej Żenczykowski · 2 years, 6 months ago
  97. 66645a8 simplify tcpTx/RxPackets by Maciej Żenczykowski · 2 years, 6 months ago
  98. 00cf7ed Enable service offload API by Yuyang Huang · 2 years, 9 months ago
  99. 33fa4d2 Add callbacks for service offload by Yuyang Huang · 3 years ago
  100. 23d89c0 Deduplicate items after clear interface in NetworkStats by Junyu Lai · 2 years, 6 months ago