- 5f630f2 BpfNetMaps: check if map is null to prevent crash on BPF-less devices by Alberto Ponces · 1 year, 7 months ago
- c0651b2 Make the use of IBpfMaps optional by Pierre-Hugues Husson · 1 year, 10 months ago
- c350db7 switch SynchronizeKernelRCU back to jni - but from BpfMap by Maciej Żenczykowski · 1 year, 9 months ago
- 49c88a1 Merge "remove BPF_NET_MAPS_FORCE_DISABLE_JAVA_BPF_MAP" into main by Maciej Żenczykowski · 1 year, 9 months ago
- 23912ee remove BPF_NET_MAPS_FORCE_DISABLE_JAVA_BPF_MAP by Maciej Żenczykowski · 1 year, 9 months ago
- 7b8f475 remove BpfNetMaps.cpp by Maciej Żenczykowski · 1 year, 9 months ago
- 87f7f27 Merge changes Ie1a36c3c,Id727cf7b,Ifba198d9 into main by Maciej Żenczykowski · 1 year, 9 months ago
- ffa6d61 Remove unnecessary check for skDestroyListener by Motomu Utsumi · 1 year, 9 months ago
- 96b6c39 Remove native code path in BpfNetMaps.java by Motomu Utsumi · 1 year, 9 months ago
- d872c3c Merge "Add methods for updating ingressDiscardRule bpf map to BpfNetMaps" into main by Motomu Utsumi · 1 year, 9 months ago
- e003152 [BR02] Implement isUidNetworkingBlocked by Junyu Lai · 2 years ago
- 77b4999 Add methods for updating ingressDiscardRule bpf map to BpfNetMaps by Motomu Utsumi · 1 year, 10 months ago
- 2433017 Write Data Saver setting to BPF map by Ken Chen · 1 year, 10 months ago
- 626045a [BR01.1] Support BpfNetMapsReader by Junyu Lai · 2 years ago
- ed4e7ec Update the logic of isFeatureEnabled and isFeatureNotChickenedOut by Motomu Utsumi · 1 year, 11 months ago
- d70a330 remove TrafficController::dump by Maciej Żenczykowski · 2 years ago
- 29b7b63 Split BpfNetMaps constants and utilities into standalone classes by Junyu Lai · 2 years ago
- 7628ea3 Use Java code path for bpf map operations in BpfNetMaps by Motomu Utsumi · 2 years ago
- 70fbfa4 Revert "KNOWN BAD CHANGE - it should cause lint failures (but doesn't??)." by Maciej Żenczykowski · 2 years, 1 month ago
- fc9875f KNOWN BAD CHANGE - it should cause lint failures (but doesn't??). by Maciej Żenczykowski · 2 years, 1 month ago
- e7da6fd BpfNetMaps.java - add @Requires(T) to all native_ methods by Maciej Żenczykowski · 2 years, 1 month ago
- d44a33a Close sockets from ConnectivityService#setFirewallChainEnabled by Motomu Utsumi · 2 years, 5 months ago
- 278db58 Fix isFeatureEnabled namespace and overload usage by Motomu Utsumi · 2 years, 4 months ago
- 56c412a Add getUidRule method to BpfNetMaps by Motomu Utsumi · 2 years, 7 months ago
- e7ebb15 check for U+ before checking device feature flags by Maciej Żenczykowski · 2 years, 8 months ago
- 513474c rename bpf_shared.h to netd.h by Maciej Żenczykowski · 2 years, 8 months ago
- 0e9c379 Enable java bpf map always in U devices by Motomu Utsumi · 2 years, 8 months ago
- 316d057 Add sEnableJavaBpfMap value to the dump by Motomu Utsumi · 3 years ago
- ef546a9 Move CookieTag map dump to BpfNetMaps by Motomu Utsumi · 2 years, 11 months ago
- 372c9b4 Move ownerMatch config dump to BpfNetMaps by Motomu Utsumi · 3 years ago
- c675d6f Move current StatsMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
- 956d86c Move uidOwnerMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
- 310850f Move uidPermissionMap dump to BpfNetMaps by Motomu Utsumi · 3 years ago
- dc88622 BpfNetMaps.java - array index U32 -> S32 by Maciej Żenczykowski · 2 years, 11 months ago
- 785793f BpfNetMaps.java - uid U32 -> S32 by Maciej Żenczykowski · 2 years, 11 months ago
- 6c1c6bb UidOwnerValue.java - replace U32 ifindex with S32 by Maciej Żenczykowski · 2 years, 11 months ago
- df8d299 Add native_dump to the Dependencies by Motomu Utsumi · 3 years ago
- 08ccd0d Merge changes from topic "idiag_sock_id" by Motomu Utsumi · 3 years ago
- 166f966 register callback to pull NetworkBpfMapInfo atom by Motomu Utsumi · 3 years ago
- b954886 Open CookieTagMap in BpfNetMaps by Motomu Utsumi · 3 years ago
- d95a0da Switch SkDestroyListener based on the flag. by Motomu Utsumi · 3 years ago
- 3af8f0e Add startSkDestroyListener flag to native_init by Motomu Utsumi · 3 years ago
- 171c817 Merge "Use IBpfMap type instead of BpfMap type" by Motomu Utsumi · 3 years ago
- 9785a68 Merge "Add wtf log for the case that should not happen" by Motomu Utsumi · 3 years ago
- 7631d15 Merge "Convert int array to Integer Set without stream" by Motomu Utsumi · 3 years ago
- 73599a5 Use IBpfMap type instead of BpfMap type by Motomu Utsumi · 3 years ago
- 8e420ea Add wtf log for the case that should not happen by Motomu Utsumi · 3 years ago
- 1a477b0 Convert int array to Integer Set without stream by Motomu Utsumi · 3 years ago
- 7abeaa4 Support java BpfMap in BpfNetMaps#swapActiveStatsMap by Motomu Utsumi · 3 years, 1 month ago
- 6527120 Support java BpfMap in BpfNetMaps#setNetPermForUids by Motomu Utsumi · 3 years, 1 month ago
- eec62aa Merge changes from topic "switch_uid_owner_map_api" by Motomu Utsumi · 3 years ago
- 02c02a3 Merge "Switch previous and new code path in setChildChain" by Motomu Utsumi · 3 years ago
- c7c1685 Switch previous and new code path in replaceUidChain by Motomu Utsumi · 3 years ago
- 381ad9e Switch previous and new code path in setUidRule by Motomu Utsumi · 3 years ago
- 7dc657d Switch previous and new code path in removeUidInterfaceRules by Motomu Utsumi · 3 years ago
- f794e7d Switch previous and new code path in addUidInterfaceRules by Motomu Utsumi · 3 years ago
- b2d32b7 Switch previous and new code path in updateUidLockdownRule by Motomu Utsumi · 3 years ago
- 7f19df9 Switch previous and new code path in addNiceApp by Motomu Utsumi · 3 years ago
- 5f15f75 Switch previous and new code path in removeNiceApp by Motomu Utsumi · 3 years ago
- 55c282e Switch previous and new code path in addNaughtyApp by Motomu Utsumi · 3 years ago
- 878ce0d Switch previous and new code path in removeNaughtyApp by Motomu Utsumi · 3 years ago
- db323cb Merge "Set default value to bpf maps with Java Bpf Map" by Motomu Utsumi · 3 years ago
- e057dd4 Switch previous and new code path in setChildChain by Motomu Utsumi · 3 years ago
- 114cd9c Revert "Remove unused codes that was used in setChildChain" by Motomu Utsumi · 3 years, 1 month ago
- ba2fa15 Set default value to bpf maps with Java Bpf Map by Motomu Utsumi · 3 years, 1 month ago
- f688eeb Add flag to test BpfNetMaps refactoring by Motomu Utsumi · 3 years, 1 month ago
- 9be2ea0 Use java BpfMap in BpfNetMaps#replaceUidChain by Motomu Utsumi · 3 years, 1 month ago
- 40230be Use java BpfMap in BpfNetMaps#setUidRule by Motomu Utsumi · 3 years, 1 month ago
- 599c4e5 Use java BpfMap in removeUidInterfaceRules by Motomu Utsumi · 3 years, 2 months ago
- 5f52f4f Use java BpfMap in BpfNetMaps#addUidInterfaceRules by Motomu Utsumi · 3 years, 2 months ago
- 697b299 Use java BpfMap in updateUidLockdownRule by Motomu Utsumi · 3 years, 2 months ago
- 55630d0 Use java BpfMap in BpfNetMaps#addNiceApp by Motomu Utsumi · 3 years, 2 months ago
- 7392eb4 Use java BpfMap in BpfNetMaps#removeNiceApp by Motomu Utsumi · 3 years, 2 months ago
- 389278e Use java BpfMap in BpfNetMaps#addNaughtyApp by Motomu Utsumi · 3 years, 2 months ago
- 60ed3be Use java BpfMap in BpfNetMaps#removeNaughtyApp by Motomu Utsumi · 3 years, 2 months ago
- 5a68a21 Add bpf map and lock for UidOwnerMap by Motomu Utsumi · 3 years, 2 months ago
- 305975f Update error handling in BpfNetMaps by Motomu Utsumi · 3 years, 2 months ago
- 1f73fed Remove unnecessary null check by Motomu Utsumi · 3 years, 2 months ago
- 25cf86f Refactor BpfNetMaps and getChainEnabled by Motomu Utsumi · 3 years, 2 months ago
- b1144d7 Remove unused codes that was used in setChildChain by Motomu Utsumi · 3 years, 2 months ago
- 18b287d Use java BpfMap in BpfNetMaps#setChildChain by Motomu Utsumi · 3 years, 2 months ago
- be3ff1e Add API to get current firewall chain status by Motomu Utsumi · 3 years, 2 months ago
- 8b42e6d Remove LOCKDOWN from FirewallChain IntDef by Motomu Utsumi · 3 years, 3 months ago
- 5635d50 Merge "Remove ConnectivityManager swapActiveStatsMap API" by Treehugger Robot · 3 years, 5 months ago
- 82244fd Remove dead code in BpfNetMaps. by Lorenzo Colitti · 3 years, 6 months ago
- 49e944c Remove ConnectivityManager swapActiveStatsMap API by markchien · 3 years, 6 months ago
- e6d511f Support "dumpsys connectivity trafficcontroller" by Ken Chen · 3 years, 7 months ago
- 4dd5be6 Remove unused BpfNetMap jni function by markchien · 3 years, 6 months ago
- 216dfc8 Enable TrafficController in apex by Patrick Rohr · 3 years, 7 months ago
- f5f5133 Clean up BpfNetMaps by Ken Chen · 3 years, 7 months ago
- 2fde98c [NETD-TC#15] Make ConnectivityService and PermissionMonitor by Wayne Ma · 3 years, 7 months ago
- 41c2448 Correct some errno values before throw ServiceSpecificException by Wayne Ma · 3 years, 7 months ago
- 790c83e [NETD-TC#14] Add traffic controller JNI to tethering module by Wayne Ma · 3 years, 7 months ago
- 0ea3bdc [NETD-TC#10] Create BpfNetMaps class by Wayne Ma · 3 years, 7 months ago