1. b7f81e4 Merge "Correct javadoc usage" by Chiachang Wang · 3 years, 2 months ago
  2. 9473c59 Correct javadoc usage by chiachangwang · 3 years, 2 months ago
  3. 6d74747 Merge "Use common methods to check/enforece mutiple permissions" by Paul Hu · 3 years, 2 months ago
  4. 1744833 Merge "Improve javadoc description for recoverAndDeleteData()" by Treehugger Robot · 3 years, 2 months ago
  5. 305975f Update error handling in BpfNetMaps by Motomu Utsumi · 3 years, 3 months ago
  6. 3ffffe7 Use common methods to check/enforece mutiple permissions by paulhu · 4 years ago
  7. de1f35d Improve javadoc description for recoverAndDeleteData() by Aaron Huang · 3 years, 3 months ago
  8. 80767e6 Add wipeOnError flag to NetworkStatsRecorder by Aaron Huang · 3 years, 3 months ago
  9. 239b67a Increase fallbacks counter when comparison result is different by Junyu Lai · 3 years, 3 months ago
  10. 11e9887 Disable comparison in user release builds by Junyu Lai · 3 years, 3 months ago
  11. e72c849 Disable fallback when comparison result is different by Junyu Lai · 3 years, 3 months ago
  12. dbe8ddc Address comment at ag/18491259 and ag/18486388 by Junyu Lai · 3 years, 4 months ago
  13. d451fdb Run comparison code if the data migration finished with fallback by Junyu Lai · 3 years, 4 months ago
  14. 0797170 Persisting status int on the device if fallback happened by Junyu Lai · 3 years, 4 months ago
  15. de99c7a Remove debug log from NetworkStatsService by Aaron Huang · 3 years, 3 months ago
  16. 093cd94 Merge changes from topic "oom-fix" by Junyu Lai · 3 years, 3 months ago
  17. 5804b5c Merge "Hold wifi and mobile interfaces since boot in NetworkStatsService" by Aaron Huang · 3 years, 3 months ago
  18. 04b2cb2 Fix get summary does not include the latest bucket by Junyu Lai · 3 years, 3 months ago
  19. 692fa73 Use fallback method if the importer throws by Junyu Lai · 3 years, 4 months ago
  20. f4f5de3 Hold wifi and mobile interfaces since boot in NetworkStatsService by Aaron Huang · 3 years, 3 months ago
  21. c9fd2f1 Remove useless methods from NetworkStatsRecorder by Paul Hu · 3 years, 3 months ago
  22. bcdb3c1 Merge changes from topic "stats-migration" by Natasha Lee · 3 years, 3 months ago
  23. 019e6eb Merge "Fix crash when decrementing data usage request" by Treehugger Robot · 3 years, 4 months ago
  24. a1970da Fix crash when decrementing data usage request by Junyu Lai · 3 years, 4 months ago
  25. c62261f Ensure NetworkStats migrated snapshot is identical by Remi NGUYEN VAN · 3 years, 4 months ago
  26. a388d4b [MS82.1] Support network stats data migration process by Junyu Lai · 3 years, 8 months ago
  27. 2ce66fc Add a PersistentInt class. by Lorenzo Colitti · 3 years, 4 months ago
  28. 6d116d0 move netd maps and progs into /sys/fs/bpf/netd_shared/... by Maciej Żenczykowski · 3 years, 4 months ago
  29. ac55727 Merge "[MS81] Support remove history before cutoff timestamp" by Junyu Lai · 3 years, 4 months ago
  30. fc938cf Merge "Limit data usage request per uid" by Junyu Lai · 3 years, 4 months ago
  31. 8d5907f Exclude PID for rate-limited by Aaron Huang · 3 years, 4 months ago
  32. 306a003 [MS81] Support remove history before cutoff timestamp by Junyu Lai · 3 years, 7 months ago
  33. f3c9462 Limit data usage request per uid by Junyu Lai · 3 years, 4 months ago
  34. 85a25e1 Merge "Limit usage requests dump count" by Treehugger Robot · 3 years, 4 months ago
  35. b889d47 Limit usage requests dump count by Junyu Lai · 3 years, 4 months ago
  36. a888685 Merge "Improve count of openSession callers in dumpsys" by Aaron Huang · 3 years, 4 months ago
  37. b87b5e5 Improve count of openSession callers in dumpsys by Aaron Huang · 3 years, 4 months ago
  38. c259e61 Improve logging for NetworkStatsObservers by Junyu Lai · 3 years, 4 months ago
  39. 0736d7b adjust for new T bpfloader net_shared location by Maciej Żenczykowski · 3 years, 5 months ago
  40. 40da62d Merge EthernetServiceTests into FrameworksNetTests by Remi NGUYEN VAN · 3 years, 5 months ago
  41. 286f4e2 Merge "Fix proto invalid write type" by Aaron Huang · 3 years, 6 months ago
  42. 62bfe3e Merge "[DU04-2]Appropriate changes to the NetworkPolicyManager API" by Frank Li · 3 years, 6 months ago
  43. b9bacae [DU04-2]Appropriate changes to the NetworkPolicyManager API by Frank · 3 years, 6 months ago
  44. 2a4a56b Merge "Rename setUidForeground to noteUidForeground" by Lorenzo Colitti · 3 years, 6 months ago
  45. cdc5fe2 Rename setUidForeground to noteUidForeground by Aaron Huang · 3 years, 6 months ago
  46. 0a4236d Fix log message when failing to open bpf maps by Patrick Rohr · 3 years, 7 months ago
  47. cf97f22 Fix proto invalid write type by Aaron Huang · 3 years, 7 months ago
  48. 5ccdf99 Remove ConnectivityManager swapActiveStatsMap API by markchien · 3 years, 6 months ago
  49. ef6f50b Merge "[MS68.3] Address comments at aosp/1958144" by Frank Li · 3 years, 6 months ago
  50. 9de9a8b Merge "[SUBID01-0]Grow NetworkIdentity to include a new mSubId field" by Frank Li · 3 years, 6 months ago
  51. 7c9fde8 [SUBID01-0]Grow NetworkIdentity to include a new mSubId field by lifr · 3 years, 10 months ago
  52. e20ff88 [MS68.3] Address comments at aosp/1958144 by Frank · 3 years, 7 months ago
  53. 3504149 [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API by Frank · 3 years, 7 months ago
  54. 46d003e Merge changes from topic "ms52-movenetstats" by Lorenzo Colitti · 3 years, 6 months ago
  55. c4cfd83 Fix system_server crash while iterating CookieTagMap by markchien · 3 years, 7 months ago
  56. a24baed Move networkstats JNI to connectivity module by Remi NGUYEN VAN · 3 years, 7 months ago
  57. 6313e55 [MS54.1] Move NetworkStats to updatable sources by Junyu Lai · 3 years, 8 months ago
  58. 66c5986 Merge "Replace qtaguid_deleteTagData with java implementation" by Patrick Rohr · 3 years, 7 months ago
  59. 2c938e1 Replace qtaguid_deleteTagData with java implementation by markchien · 3 years, 7 months ago
  60. 52399c7 Correct typo in the year of copyright by Chiachang Wang · 3 years, 7 months ago
  61. 27e7842 Add key / value data structures for IBpfMaps by Patrick Rohr · 3 years, 7 months ago
  62. 623d59f Merge changes from topics "move-kerneltotag", "move-socket-tagging-to-mainline" by Lorenzo Colitti · 3 years, 7 months ago
  63. e91d76c Move kernelToTag to NetworkStatsFactory. by Lorenzo Colitti · 3 years, 7 months ago
  64. c466d1e Merge "[MS59.3] Expose NetworkStatsDataMigrationUtils" by Junyu Lai · 3 years, 7 months ago
  65. 505fc63 [MS59.3] Expose NetworkStatsDataMigrationUtils by junyulai · 3 years, 8 months ago
  66. a8ac576 Clear counters and delete tag data from NetworkStatsService. by Lorenzo Colitti · 3 years, 8 months ago
  67. a522e3d [DU12]Remove NetworkType Annotation by Frank · 3 years, 8 months ago
  68. 584a3b9 Merge "Update UidCounterSetMap directly from NetworkStatsService" by Mark Chien · 3 years, 8 months ago
  69. 8117e4b Move the implement of getAllCollapsedRatTypes to StatsPullAtomService by Aaron Huang · 3 years, 8 months ago
  70. 7a41918 Move NETWORK_TYPE_5G_NSA from NetworkTemplate to NetworkStatsManager by Aaron Huang · 3 years, 8 months ago
  71. b9679aa Update UidCounterSetMap directly from NetworkStatsService by markchien · 3 years, 8 months ago
  72. b338bb6 Merge "[MS68.1] Register usage callback from NetworkPolicyManagerService" by Junyu Lai · 3 years, 8 months ago
  73. f113431 Merge "Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API" by Mark Chien · 3 years, 8 months ago
  74. ce13cf7 Merge "[MS67.1] Expose registerUsageCallback with template" by Junyu Lai · 3 years, 8 months ago
  75. 895797c Merge "Monitor interface added and update bpf interface map" by Maciej Żenczykowski · 3 years, 8 months ago
  76. 5bfd449 Merge changes I54c2258c,I47b2d3ac by Junyu Lai · 3 years, 8 months ago
  77. 9d3e717 [MS68.1] Register usage callback from NetworkPolicyManagerService by junyulai · 3 years, 8 months ago
  78. b6c77f0 [MS67.1] Expose registerUsageCallback with template by junyulai · 3 years, 8 months ago
  79. f58ca3b [MS38] Remove android.os.HandlerExecutor dependencies by junyulai · 3 years, 8 months ago
  80. e3da3eb Move Ethernet related files to f/b/packages/ConnectivityT. by Xiao Ma · 3 years, 9 months ago
  81. e1825f1 Monitor interface added and update bpf interface map by markchien · 3 years, 8 months ago
  82. e337d9e Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API by markchien · 3 years, 8 months ago
  83. 8ab6b70 Merge changes from topic "ms65-identity" by Junyu Lai · 3 years, 8 months ago
  84. 2b7135e [DU03-1]Remove INetworkStatsService from BatteryStatsImpl by lifr · 3 years, 8 months ago
  85. 4d2d23b Merge changes from topic "ms57-migrationapi" by Junyu Lai · 3 years, 8 months ago
  86. 37c0e49 Merge "[DU05]Remove the android.provider.Settings.Global in NetworkStatsService" by Frank Li · 3 years, 8 months ago
  87. 838e533 [MS65.1] Add NetworkIdentity#Builder by Junyu Lai · 3 years, 8 months ago
  88. 62febc1 [MS57.1] Prepare APIs for data migration utility by Junyu Lai · 3 years, 8 months ago
  89. 30308aa [MS41.1] Prepare for APIs for querying usage with template by Junyu Lai · 3 years, 8 months ago
  90. dcec9ad [DU05]Remove the android.provider.Settings.Global in NetworkStatsService by Frank · 3 years, 8 months ago
  91. 54eb405 Merge changes I16418791,I210f5ddc by Junyu Lai · 3 years, 8 months ago
  92. 6fbf3ee [MS37.1] Expose APIs which is used by NPMS by Junyu Lai · 3 years, 8 months ago
  93. fe57695 [DU04-1]Remove NetworkPolicyManagerInternal from NetworkStatsService by lifr · 3 years, 8 months ago
  94. dbc0da1 Merge changes If51b6676,Ia6863a70,I802d2316 by Junyu Lai · 3 years, 8 months ago
  95. 23be6c9 Merge "[DU04]Remove NetworkPolicyManagerInternal from NetworkStatsService" by Frank Li · 3 years, 8 months ago
  96. 6e782c7 [MS37] Replace NetworkStatsManagerInternal usages in NPMS by Junyu Lai · 3 years, 8 months ago
  97. fa347d6 [MS36] Remove unused getNetwork[Total|Uid]Bytes by Junyu Lai · 3 years, 8 months ago
  98. 40fad81 [MS43] Remove EventLogTags depdendency by Junyu Lai · 3 years, 8 months ago
  99. 23aebe3 [DU04]Remove NetworkPolicyManagerInternal from NetworkStatsService by lifr · 3 years, 9 months ago
  100. 6c83653 Merge "[MS44.1] Add API to query tagged UID summary" by Junyu Lai · 3 years, 8 months ago