1. ed1848c Close sockets from ConnectivityService#setFirewallChainEnabled by Motomu Utsumi · 2 years, 5 months ago
  2. 6f4d806 Fix isFeatureEnabled namespace and overload usage by Motomu Utsumi · 2 years, 4 months ago
  3. 56c412a Add getUidRule method to BpfNetMaps by Motomu Utsumi · 2 years, 7 months ago
  4. e7ebb15 check for U+ before checking device feature flags by Maciej Żenczykowski · 2 years, 8 months ago
  5. 513474c rename bpf_shared.h to netd.h by Maciej Żenczykowski · 2 years, 9 months ago
  6. 0e9c379 Enable java bpf map always in U devices by Motomu Utsumi · 2 years, 9 months ago
  7. 316d057 Add sEnableJavaBpfMap value to the dump by Motomu Utsumi · 3 years ago
  8. ef546a9 Move CookieTag map dump to BpfNetMaps by Motomu Utsumi · 2 years, 11 months ago
  9. 372c9b4 Move ownerMatch config dump to BpfNetMaps by Motomu Utsumi · 3 years ago
  10. c675d6f Move current StatsMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
  11. 956d86c Move uidOwnerMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
  12. 310850f Move uidPermissionMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
  13. dc88622 BpfNetMaps.java - array index U32 -> S32 by Maciej Żenczykowski · 3 years ago
  14. 785793f BpfNetMaps.java - uid U32 -> S32 by Maciej Żenczykowski · 3 years ago
  15. 6c1c6bb UidOwnerValue.java - replace U32 ifindex with S32 by Maciej Żenczykowski · 3 years ago
  16. df8d299 Add native_dump to the Dependencies by Motomu Utsumi · 3 years ago
  17. 08ccd0d Merge changes from topic "idiag_sock_id" by Motomu Utsumi · 3 years ago
  18. 166f966 register callback to pull NetworkBpfMapInfo atom by Motomu Utsumi · 3 years ago
  19. b954886 Open CookieTagMap in BpfNetMaps by Motomu Utsumi · 3 years ago
  20. d95a0da Switch SkDestroyListener based on the flag. by Motomu Utsumi · 3 years ago
  21. 3af8f0e Add startSkDestroyListener flag to native_init by Motomu Utsumi · 3 years ago
  22. 171c817 Merge "Use IBpfMap type instead of BpfMap type" by Motomu Utsumi · 3 years ago
  23. 9785a68 Merge "Add wtf log for the case that should not happen" by Motomu Utsumi · 3 years ago
  24. 7631d15 Merge "Convert int array to Integer Set without stream" by Motomu Utsumi · 3 years ago
  25. 73599a5 Use IBpfMap type instead of BpfMap type by Motomu Utsumi · 3 years ago
  26. 8e420ea Add wtf log for the case that should not happen by Motomu Utsumi · 3 years ago
  27. 1a477b0 Convert int array to Integer Set without stream by Motomu Utsumi · 3 years ago
  28. 7abeaa4 Support java BpfMap in BpfNetMaps#swapActiveStatsMap by Motomu Utsumi · 3 years, 1 month ago
  29. 6527120 Support java BpfMap in BpfNetMaps#setNetPermForUids by Motomu Utsumi · 3 years, 2 months ago
  30. eec62aa Merge changes from topic "switch_uid_owner_map_api" by Motomu Utsumi · 3 years ago
  31. 02c02a3 Merge "Switch previous and new code path in setChildChain" by Motomu Utsumi · 3 years ago
  32. c7c1685 Switch previous and new code path in replaceUidChain by Motomu Utsumi · 3 years, 1 month ago
  33. 381ad9e Switch previous and new code path in setUidRule by Motomu Utsumi · 3 years, 1 month ago
  34. 7dc657d Switch previous and new code path in removeUidInterfaceRules by Motomu Utsumi · 3 years, 1 month ago
  35. f794e7d Switch previous and new code path in addUidInterfaceRules by Motomu Utsumi · 3 years, 1 month ago
  36. b2d32b7 Switch previous and new code path in updateUidLockdownRule by Motomu Utsumi · 3 years, 1 month ago
  37. 7f19df9 Switch previous and new code path in addNiceApp by Motomu Utsumi · 3 years, 1 month ago
  38. 5f15f75 Switch previous and new code path in removeNiceApp by Motomu Utsumi · 3 years, 1 month ago
  39. 55c282e Switch previous and new code path in addNaughtyApp by Motomu Utsumi · 3 years, 1 month ago
  40. 878ce0d Switch previous and new code path in removeNaughtyApp by Motomu Utsumi · 3 years, 1 month ago
  41. db323cb Merge "Set default value to bpf maps with Java Bpf Map" by Motomu Utsumi · 3 years, 1 month ago
  42. e057dd4 Switch previous and new code path in setChildChain by Motomu Utsumi · 3 years, 1 month ago
  43. 114cd9c Revert "Remove unused codes that was used in setChildChain" by Motomu Utsumi · 3 years, 1 month ago
  44. ba2fa15 Set default value to bpf maps with Java Bpf Map by Motomu Utsumi · 3 years, 1 month ago
  45. f688eeb Add flag to test BpfNetMaps refactoring by Motomu Utsumi · 3 years, 1 month ago
  46. 9be2ea0 Use java BpfMap in BpfNetMaps#replaceUidChain by Motomu Utsumi · 3 years, 2 months ago
  47. 40230be Use java BpfMap in BpfNetMaps#setUidRule by Motomu Utsumi · 3 years, 2 months ago
  48. 599c4e5 Use java BpfMap in removeUidInterfaceRules by Motomu Utsumi · 3 years, 2 months ago
  49. 5f52f4f Use java BpfMap in BpfNetMaps#addUidInterfaceRules by Motomu Utsumi · 3 years, 2 months ago
  50. 697b299 Use java BpfMap in updateUidLockdownRule by Motomu Utsumi · 3 years, 2 months ago
  51. 55630d0 Use java BpfMap in BpfNetMaps#addNiceApp by Motomu Utsumi · 3 years, 2 months ago
  52. 7392eb4 Use java BpfMap in BpfNetMaps#removeNiceApp by Motomu Utsumi · 3 years, 2 months ago
  53. 389278e Use java BpfMap in BpfNetMaps#addNaughtyApp by Motomu Utsumi · 3 years, 2 months ago
  54. 60ed3be Use java BpfMap in BpfNetMaps#removeNaughtyApp by Motomu Utsumi · 3 years, 2 months ago
  55. 5a68a21 Add bpf map and lock for UidOwnerMap by Motomu Utsumi · 3 years, 2 months ago
  56. 305975f Update error handling in BpfNetMaps by Motomu Utsumi · 3 years, 2 months ago
  57. 1f73fed Remove unnecessary null check by Motomu Utsumi · 3 years, 2 months ago
  58. 25cf86f Refactor BpfNetMaps and getChainEnabled by Motomu Utsumi · 3 years, 2 months ago
  59. b1144d7 Remove unused codes that was used in setChildChain by Motomu Utsumi · 3 years, 2 months ago
  60. 18b287d Use java BpfMap in BpfNetMaps#setChildChain by Motomu Utsumi · 3 years, 2 months ago
  61. be3ff1e Add API to get current firewall chain status by Motomu Utsumi · 3 years, 2 months ago
  62. 8b42e6d Remove LOCKDOWN from FirewallChain IntDef by Motomu Utsumi · 3 years, 3 months ago
  63. 5635d50 Merge "Remove ConnectivityManager swapActiveStatsMap API" by Treehugger Robot · 3 years, 6 months ago
  64. 82244fd Remove dead code in BpfNetMaps. by Lorenzo Colitti · 3 years, 6 months ago
  65. 49e944c Remove ConnectivityManager swapActiveStatsMap API by markchien · 3 years, 6 months ago
  66. e6d511f Support "dumpsys connectivity trafficcontroller" by Ken Chen · 3 years, 7 months ago
  67. 4dd5be6 Remove unused BpfNetMap jni function by markchien · 3 years, 6 months ago
  68. 216dfc8 Enable TrafficController in apex by Patrick Rohr · 3 years, 7 months ago
  69. f5f5133 Clean up BpfNetMaps by Ken Chen · 3 years, 7 months ago
  70. 2fde98c [NETD-TC#15] Make ConnectivityService and PermissionMonitor by Wayne Ma · 3 years, 7 months ago
  71. 41c2448 Correct some errno values before throw ServiceSpecificException by Wayne Ma · 3 years, 7 months ago
  72. 790c83e [NETD-TC#14] Add traffic controller JNI to tethering module by Wayne Ma · 3 years, 7 months ago
  73. 0ea3bdc [NETD-TC#10] Create BpfNetMaps class by Wayne Ma · 3 years, 7 months ago