- 49cde8c Merge "Use java BpfMap in BpfNetMaps#setUidRule" am: fe72021c06 by Motomu Utsumi · 3 years, 2 months ago
- fe72021 Merge "Use java BpfMap in BpfNetMaps#setUidRule" by Motomu Utsumi · 3 years, 2 months ago
- 5431ee4 Merge "Add common parameters to reduce duplicated code" am: 0ce40ac75d by Paul Hu · 3 years, 2 months ago
- 0ce40ac Merge "Add common parameters to reduce duplicated code" by Paul Hu · 3 years, 2 months ago
- 601644c Add common parameters to reduce duplicated code by Paul Hu · 3 years, 3 months ago
- 40230be Use java BpfMap in BpfNetMaps#setUidRule by Motomu Utsumi · 3 years, 2 months ago
- 9685124 Use java BpfMap in removeUidInterfaceRules am: 599c4e5cf4 by Motomu Utsumi · 3 years, 2 months ago
- 832056d Use java BpfMap in BpfNetMaps#addUidInterfaceRules am: 5f52f4f2fb by Motomu Utsumi · 3 years, 2 months 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
- a3fb462 Merge changes I58cd6145,I32299ce8,I0433459e am: fabb53a881 by Motomu Utsumi · 3 years, 2 months ago
- fabb53a Merge changes I58cd6145,I32299ce8,I0433459e by Motomu Utsumi · 3 years, 2 months ago
- 31e985a Merge changes I69a2970d,Ibfb3ae48,Ie595cf1f am: 9ab777b5d5 by Motomu Utsumi · 3 years, 2 months ago
- 697b299 Use java BpfMap in updateUidLockdownRule by Motomu Utsumi · 3 years, 2 months ago
- 9ab777b Merge changes I69a2970d,Ibfb3ae48,Ie595cf1f by Motomu Utsumi · 3 years, 2 months ago
- c3f1a47 Merge "Update error handling in BpfNetMaps" am: f2eca2f13a by Motomu Utsumi · 3 years, 2 months ago
- f2eca2f Merge "Update error handling in BpfNetMaps" by Motomu Utsumi · 3 years, 2 months ago
- 55630d0 Use java BpfMap in BpfNetMaps#addNiceApp by Motomu Utsumi · 3 years, 2 months ago
- 389278e Use java BpfMap in BpfNetMaps#addNaughtyApp by Motomu Utsumi · 3 years, 2 months ago
- 7392eb4 Use java BpfMap in BpfNetMaps#removeNiceApp by Motomu Utsumi · 3 years, 2 months ago
- 60ed3be Use java BpfMap in BpfNetMaps#removeNaughtyApp by Motomu Utsumi · 3 years, 3 months ago
- 5a68a21 Add bpf map and lock for UidOwnerMap by Motomu Utsumi · 3 years, 3 months ago
- 305975f Update error handling in BpfNetMaps by Motomu Utsumi · 3 years, 2 months ago
- cda9c3e Merge "Verify calling thread for intent receiver" am: 11781f84b6 by Chiachang Wang · 3 years, 2 months ago
- 0116bc5 Merge changes from topics "RefactorIR", "appExclusionPrefix", "reStartVpnProfile" am: ff41ecc64d by Chiachang Wang · 3 years, 2 months ago
- 826f0b0 Verify calling thread for intent receiver by chiachangwang · 3 years, 2 months ago
- 26de58e Refactor to mock package add and remove event by chiachangwang · 3 years, 2 months ago
- a412026 Test reconnect VpnManager VPN with always on enabled by chiachangwang · 3 years, 2 months ago
- 9460f45 Update the prefix of VPN_APP_EXCLUDED in the test by chiachangwang · 3 years, 2 months ago
- 72fe97e Add tests to verify getProvisionedVpnProfileState by chiachangwang · 3 years, 3 months ago
- 011b8dc Merge "ClatCoordinator: Dump ClatdTracker information" am: 78cf7c5e29 by Treehugger Robot · 3 years, 2 months ago
- 78cf7c5 Merge "ClatCoordinator: Dump ClatdTracker information" by Treehugger Robot · 3 years, 2 months ago
- a760a10 ClatCoordinator: Dump ClatdTracker information by Hungming Chen · 3 years, 2 months ago
- be5920c Merge "Remove unnecessary null check" am: daced9e4b8 by Treehugger Robot · 3 years, 2 months ago
- 1f73fed Remove unnecessary null check by Motomu Utsumi · 3 years, 2 months ago
- 1608aed Merge "Refactor BpfNetMaps and getChainEnabled" am: 51a03d629e by Motomu Utsumi · 3 years, 2 months ago
- 51a03d6 Merge "Refactor BpfNetMaps and getChainEnabled" by Motomu Utsumi · 3 years, 2 months ago
- c568a0e Merge "Decouple security exception check test from ConnectivityServiceTest" am: bb2e871cce by Chiachang Wang · 3 years, 2 months ago
- 8003ddb Merge changes from topic "appExclusionPackage" am: 5b4ad7c47a by Chiachang Wang · 3 years, 2 months ago
- 4a18608 Add VpnTestBase for VPN test common code am: 9f672bdae6 by chiachangwang · 3 years, 2 months ago
- bb2e871 Merge "Decouple security exception check test from ConnectivityServiceTest" by Chiachang Wang · 3 years, 2 months ago
- 5b4ad7c Merge changes from topic "appExclusionPackage" by Chiachang Wang · 3 years, 2 months ago
- 514698c Merge "Merge tm-dev-plus-aosp-without-vendor@8763363" into stage-aosp-master by Xin Li · 3 years, 2 months ago
- 1aef309 Decouple security exception check test from ConnectivityServiceTest by chiachangwang · 3 years, 3 months ago
- 7f5d049 Test VPN app exclusion by chiachangwang · 3 years, 2 months ago
- 9f672bd Add VpnTestBase for VPN test common code by chiachangwang · 3 years, 2 months ago
- e9ece30 Merge tm-dev-plus-aosp-without-vendor@8763363 by Xin Li · 3 years, 2 months ago
- 3377265 Use import for testAndCleanup by chiachangwang · 3 years, 3 months ago
- 5785248 Merge "Add mdns files and unit tests" by Paul Hu · 3 years, 2 months ago
- 3e1f448 Add mdns files and unit tests by Paul Hu · 3 years, 4 months ago
- 25cf86f Refactor BpfNetMaps and getChainEnabled by Motomu Utsumi · 3 years, 2 months ago
- bccf9df Merge "Use java BpfMap in BpfNetMaps#setChildChain" by Motomu Utsumi · 3 years, 2 months ago
- 6421d84 Merge "Add API to get current firewall chain status" by Motomu Utsumi · 3 years, 2 months ago
- 18b287d Use java BpfMap in BpfNetMaps#setChildChain by Motomu Utsumi · 3 years, 3 months ago
- be3ff1e Add API to get current firewall chain status by Motomu Utsumi · 3 years, 3 months ago
- 522cea7 Add test for startPptp by Remi NGUYEN VAN · 3 years, 6 months ago
- 2ec893b Merge "Validate or set the eth specifier on update Iface" am: 85694dc277 am: c9bb8aab8b by Treehugger Robot · 3 years, 3 months ago
- 85694dc Merge "Validate or set the eth specifier on update Iface" by Treehugger Robot · 3 years, 3 months ago
- 59d98c0 Validate or set the eth specifier on update Iface by James Mattis · 3 years, 3 months ago
- 80767e6 Add wipeOnError flag to NetworkStatsRecorder by Aaron Huang · 3 years, 3 months ago
- 11e9887 Disable comparison in user release builds by Junyu Lai · 3 years, 3 months ago
- e72c849 Disable fallback when comparison result is different by Junyu Lai · 3 years, 3 months ago
- dbe8ddc Address comment at ag/18491259 and ag/18486388 by Junyu Lai · 3 years, 4 months ago
- 0797170 Persisting status int on the device if fallback happened by Junyu Lai · 3 years, 4 months ago
- df3a655 Merge "Verify VPN can handle network loss" am: b3cfcc5c18 am: c91087744c by Yan Yan · 3 years, 3 months ago
- 19bb30b Merge "Disable comparison in user release builds" into tm-dev am: 5409851f43 by Remi NGUYEN VAN · 3 years, 3 months ago
- 5409851 Merge "Disable comparison in user release builds" into tm-dev by Remi NGUYEN VAN · 3 years, 3 months ago
- a5e1428 Disable comparison in user release builds by Junyu Lai · 3 years, 3 months ago
- ef3c12c Add wipeOnError flag to NetworkStatsRecorder am: 692baa7d71 by Aaron Huang · 3 years, 3 months ago
- 99f342e Send callback if ip provisioning is interrupted by James Mattis · 3 years, 3 months ago
- 37a1ba2 Verify VPN can handle network loss by Yan Yan · 3 years, 3 months ago
- 1c3c660 Merge "Add unit tests for IKEv2 VPN setup and MOBIKE" am: 554eb0699c am: 6e762ca922 by Yan Yan · 3 years, 3 months ago
- f637582 Merge "Send callback if ip provisioning is interrupted" am: 7d5aae1a55 am: 6775e2eaea by James Mattis · 3 years, 3 months ago
- 554eb06 Merge "Add unit tests for IKEv2 VPN setup and MOBIKE" by Yan Yan · 3 years, 3 months ago
- 692baa7 Add wipeOnError flag to NetworkStatsRecorder by Aaron Huang · 3 years, 3 months ago
- 4b0e4b1 Add unit tests for IKEv2 VPN setup and MOBIKE by Yan Yan · 3 years, 3 months ago
- ab3e144 Merge "Revert "Temporarily ignore ethernet tests until prebuilts are updated"" into tm-dev by Patrick Rohr · 3 years, 3 months ago
- 265eba9 Send callback if ip provisioning is interrupted by James Mattis · 3 years, 3 months ago
- 3481337 Merge "Revert "Temporarily disable testUidStatsForTransport"" into tm-dev by TreeHugger Robot · 3 years, 3 months ago
- 705d85b Merge "Revert "Temporarily disable NsdService unit tests"" into tm-dev by TreeHugger Robot · 3 years, 3 months ago
- e17b63b Merge changes Ic6ff7a3d,Iff9b9792 am: 5d787feef0 am: 78df805366 by Motomu Utsumi · 3 years, 3 months ago
- 5d787fe Merge changes Ic6ff7a3d,Iff9b9792 by Motomu Utsumi · 3 years, 3 months ago
- 480cd3a Merge "Disable fallback when comparison result is different" into tm-dev am: ebec0f76ce by Junyu Lai · 3 years, 3 months ago
- 3a7645f Revert "Temporarily ignore ethernet tests until prebuilts are updated" by Patrick Rohr · 3 years, 4 months ago
- f955184 Disable fallback when comparison result is different by Junyu Lai · 3 years, 3 months ago
- b374016 Revert "Temporarily disable testUidStatsForTransport" by Remi NGUYEN VAN · 3 years, 3 months ago
- d86035f Revert "Temporarily disable NsdService unit tests" by Remi NGUYEN VAN · 3 years, 3 months ago
- 259c00b Merge "Revert "Add unit tests for IKEv2 VPN setup and MOBIKE"" am: c8144ff164 am: 0b022e8d5c by Yan Yan · 3 years, 3 months ago
- fcc7e90 Revert "Add unit tests for IKEv2 VPN setup and MOBIKE" by Yan Yan · 3 years, 3 months ago
- f825c61 Merge "Add unit tests for IKEv2 VPN setup and MOBIKE" am: e934e484c7 am: c4ddee9707 by Yan Yan · 3 years, 3 months ago
- cbd6205 Add unit tests for IKEv2 VPN setup and MOBIKE by Yan Yan · 3 years, 3 months ago
- f8bd82c Refactor code and improve tests for VPN filtering by Motomu Utsumi · 3 years, 3 months ago
- 8b42e6d Remove LOCKDOWN from FirewallChain IntDef by Motomu Utsumi · 3 years, 4 months ago
- e5bc899 Merge "Test recoverable Ikev2 errors" am: 281390e58c am: af4edb7ad7 by Lucas Lin · 3 years, 3 months ago
- 281390e Merge "Test recoverable Ikev2 errors" by Lucas Lin · 3 years, 3 months ago
- 438cad7 Merge "Remove debug log from NetworkStatsService" am: bd96778236 am: 2a9dae00ba by Aaron Huang · 3 years, 3 months ago
- bd96778 Merge "Remove debug log from NetworkStatsService" by Aaron Huang · 3 years, 3 months ago
- f8ad5d6 Merge "ClatCoordinator: improve file descriptor clean up in error handling" am: a58028e31a am: b15536a161 by Treehugger Robot · 3 years, 3 months ago
- a58028e Merge "ClatCoordinator: improve file descriptor clean up in error handling" by Treehugger Robot · 3 years, 3 months ago
- de99c7a Remove debug log from NetworkStatsService by Aaron Huang · 3 years, 3 months ago