Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
netd
/
refs/heads/int/11/fp4
/
tests
c0487fd
bpf_base_test: fix cgroup2 hardcoded path
by Marco Ballesio
· 5 years ago
251b3ee
stop abusing netd's DAC override on prog accesses by using R/O fetch
by Maciej Żenczykowski
· 5 years ago
8698320
Provide a way to disable socket() and DNS lookups in libnetd_client.
by Luke Huang
· 5 years ago
3ab804f
NetdBinderTest.TetherOffloadForwarding - cleanup stats post test
by Maciej Żenczykowski
· 5 years ago
39af937
TetherController: Remove default data limit in tethering start
by Hungming Chen
· 5 years ago
9c63b69
use/test pmtu from TetherOffloadRuleParcel
by Maciej Żenczykowski
· 5 years ago
d86d652
Fix formatting in TestIpfwdAddRemoveInterfaceForward.
by Treehugger Robot
· 5 years ago
99f8d21
Rename BinderTest to NetdBinderTest.
by Treehugger Robot
· 5 years ago
fe5f4bd
resolve open review comments wrt. libnetd_offloadutils
by Treehugger Robot
· 5 years ago
a28a1da
ebpf tethering offload - only offload some src ips.
by Maciej Żenczykowski
· 5 years ago
834fd1a
netd_integration_test - increase bpf tethering test limit to mtu
by Maciej Żenczykowski
· 5 years ago
baa82fa
Ensure that BPF tethering can forward full-size packets.
by Lorenzo Colitti
· 5 years ago
effd1f0
Revert "netd_integration_test - temporarily disable namespace tests"
by Maciej Zenczykowski
· 5 years ago
8d6ed4a
netd_integration_test - add a test for bpf_skb_change_head at mtu limit
by Maciej Żenczykowski
· 5 years ago
85ccb50
netd_integration_test - temporarily disable namespace tests
by Maciej Żenczykowski
· 5 years ago
6b47926
netd_integration_test - add tests for mount/network/uts namespace kernel support
by Maciej Żenczykowski
· 5 years ago
8084569
Merge "Test that large packets can be forwarded by BPF offload." into rvc-dev
by Lorenzo Colitti
· 5 years ago
8a3a75b
Merge "Add a test for BPF tethering offload." into rvc-dev
by Lorenzo Colitti
· 5 years ago
6d4f2b9
Test that large packets can be forwarded by BPF offload.
by Lorenzo Colitti
· 5 years ago
56165db
Add a test for BPF tethering offload.
by Lorenzo Colitti
· 5 years ago
8879730
top using libnetd_test_dnsresponder
by Luke Huang
· 5 years ago
48dec38
Add tap support to TunInterface.
by Lorenzo Colitti
· 5 years ago
bfe00b7
netd_integration_test:BinderTest#GetFwmarkForNetwork - save/restore default network
by Maciej Żenczykowski
· 5 years ago
528cd65
Attempt to deflake BinderTest.testTetherDeletedInterface.
by Treehugger Robot
· 5 years ago
5c53ae5
Add a test for a dnsmasq bug.
by Lorenzo Colitti
· 5 years ago
377f356
Merge "Convert tethering offload IPCs from primitive args to a parcel." into rvc-dev
by Lorenzo Colitti
· 5 years ago
4d3400d
Rename vts-core to vts
by Dan Shi
· 5 years ago
f0e051c
Convert tethering offload IPCs from primitive args to a parcel.
by Lorenzo Colitti
· 5 years ago
9257104
BinderTest: Add minimum tests for TetherController add/remove BPF rule methods
by Hungming Chen
· 5 years ago
8241f9c
moving SKIP_IF_EXTENDED_BPF_NOT_SUPPORTED to BpfUtils.h
by Maciej Żenczykowski
· 5 years ago
1780c07
Merge "[vts-core] Add netd_integration_test to vts-core"
by Maciej Żenczykowski
· 5 years ago
fdde38c
Merge changes Idb5f9ed1,I436652e4,I422a74e7,Ia88102a1
by Treehugger Robot
· 5 years ago
2ca75fe
[vts-core] Add netd_integration_test to vts-core
by nelsonli
· 5 years ago
045306e
test: more correct check for android::bpf::BpfLevel::EXTENDED
by Maciej Żenczykowski
· 5 years ago
dfd5a43
Convert netd tests to Result::ok()
by Bernie Innocenti
· 5 years ago
cffca8e
Merge "ClatdController & tests/tun_interface: change from /dev/tun to /dev/net/tun"
by Maciej Żenczykowski
· 6 years ago
f879a7f
simplify map construction to use path constructors
by Maciej Żenczykowski
· 6 years ago
4352093
Merge "binder_test - remove useless /dev/tun define"
by Treehugger Robot
· 6 years ago
94db658
ClatdController & tests/tun_interface: change from /dev/tun to /dev/net/tun
by Maciej Żenczykowski
· 6 years ago
d4b1f6d
binder_test - remove useless /dev/tun define
by Maciej Żenczykowski
· 6 years ago
d2c761d
add nodad=true to TunInterface::addAddress()
by Maciej Żenczykowski
· 6 years ago
1d9f35a
Merge "netd: Route MTU"
by Lorenzo Colitti
· 6 years ago
0381edc
Merge "Revert "Temporarily disable binder tests on 5.x kernels""
by Treehugger Robot
· 6 years ago
fa94a27
netd: Route MTU
by Tyler Wear
· 6 years ago
8b84004
Merge "Deflake BpfBasicTest::TestCgroupMounted on x86_64 cuttlefish"
by Maciej Żenczykowski
· 6 years ago
0f76b57
Revert "Temporarily disable binder tests on 5.x kernels"
by Alistair Delva
· 6 years ago
6bacd4f
Deflake BpfBasicTest::TestCgroupMounted on x86_64 cuttlefish
by Maciej Żenczykowski
· 6 years ago
a307454
libbpf_android doesn't use libnetdutils
by Steven Moreland
· 6 years ago
88e85e7
Merge "bpf_benchmark: require_root"
by Maciej Żenczykowski
· 6 years ago
aa86bef
bpf_benchmark: require_root
by Steven Moreland
· 6 years ago
0a8490f
Merge "share eBPF struct definitions between ebpf and C++ netd"
by Maciej Żenczykowski
· 6 years ago
11ec78b
share eBPF struct definitions between ebpf and C++ netd
by Maciej Żenczykowski
· 6 years ago
4e62b1f
Use dnsresolver_aidl_interface-unstable-cpp in test
by Ken Chen
· 6 years ago
efb7ec3
Temporarily disable binder tests on 5.x kernels
by Alistair Delva
· 6 years ago
08cb211
Add TetherConfigParcel to improve tetherStartWithConfiguration
by Chiachang Wang
· 6 years ago
00fc62f
Support getting fwmark for a network
by Chiachang Wang
· 6 years ago
9ae1771
Test that netlink errors are reported correctly.
by Lorenzo Colitti
· 6 years ago
0111898
Improve tests for InterfaceController add/remove address methods
by Lorenzo Colitti
· 6 years ago
2d99425
Define MAXNS locally for netd_benchmark
by Ken Chen
· 6 years ago
78ed83a
Revert "Disable flaky test NetlinkListenerTest#TestSkDestroyError"
by Maciej Żenczykowski
· 6 years ago
7286957
netlink_listener_test deflake - again...
by Maciej Żenczykowski
· 6 years ago
17c02f9
Merge "Fix harmless -Wconditional-uninitialized warnings in binder_test"
by Treehugger Robot
· 6 years ago
d26a04a
Fix harmless -Wconditional-uninitialized warnings in binder_test
by Bernie Innocenti
· 6 years ago
b54ecec
Change AIDL module name
by Jeongik Cha
· 6 years ago
635b3ef
Fix an error propagation bug in tests/tun_interface.cpp
by Maciej Żenczykowski
· 6 years ago
6b35750
[netd] fix -Wreorder-init-list
by Nick Desaulniers
· 6 years ago
91bd3e1
Support enable/disable dns forwarding of dnsmasq
by Luke Huang
· 6 years ago
cf6f710
NetlinkListenerTest.TestSkDestroyError - deflake attempt nr 2.
by Maciej Żenczykowski
· 6 years ago
bad28e7
Remove libutils from a few targets that don't actually need it
by Bernie Innocenti
· 6 years ago
816cb76
Merge "[Resolv] Removing the relative paths between netd and resolv."
by Bruce Chen
· 6 years ago
a7d6b81
[Resolv] Removing the relative paths between netd and resolv.
by chenbruce
· 6 years ago
daf2ae4
Add a comment to randomUid.
by Lorenzo Colitti
· 6 years ago
758bccc
Factor out some common test code to a new test_utils library.
by Lorenzo Colitti
· 6 years ago
93a0d64
Fix typo in a few license files.
by Lorenzo Colitti
· 6 years ago
5131b77
Disable clang-tidy for some netd tests.
by Lorenzo Colitti
· 6 years ago
070b923
Merge "Link netd_integration_test with libqtaguid.so statically"
by Treehugger Robot
· 6 years ago
4d41169
Link netd_integration_test with libqtaguid.so statically
by Hsin-Yi Chen
· 6 years ago
83a67ca
Explicitly require root privs for tests requiring it
by Bernie Innocenti
· 6 years ago
c983ce5
Merge "Revert "Temporarily disable NetworkPermissionDefault in cuttlefish""
by Alistair Delva
· 6 years ago
e9cae9f
Revert "Temporarily disable NetworkPermissionDefault in cuttlefish"
by Maciej Żenczykowski
· 6 years ago
2559932
Move ScopedAddrinfo to libnetdutils
by Luke Huang
· 6 years ago
6af96f0
Delete runtests.sh, superseded by atest
by Bernie Innocenti
· 6 years ago
7f75d52
Remove AndroidTest.xml files to use the default config
by Bernie Innocenti
· 6 years ago
7748879
Merge "Remove unused deps on liblogwrap"
by Bernie Innocenti
· 6 years ago
80ffd0f
Remove unused deps on liblogwrap
by Bernie Innocenti
· 6 years ago
841f3ef
Fix flaky test BinderTest#NetworkRejectNonSecureVpn
by Luke Huang
· 6 years ago
fddbd9b
Merge "Fix flaky test BinderTest#NetworkSetProtectAllowDeny"
by Luke Huang
· 6 years ago
c7d12d3
Merge "Disable flaky test NetlinkListenerTest#TestSkDestroyError"
by Bernie Innocenti
· 6 years ago
d5bdfcf
Disable flaky test NetlinkListenerTest#TestSkDestroyError
by Bernie Innocenti
· 6 years ago
56892a7
Merge "Fix flaky test BinderTest.TetherGetStats"
by Luke Huang
· 6 years ago
854e299
Fix flaky test BinderTest#NetworkSetProtectAllowDeny
by Luke Huang
· 6 years ago
0f91cdc
Fix flaky test BinderTest.TetherGetStats
by Luke Huang
· 6 years ago
8ca0f1c
Decrease flaky test rate for BinderTest#BandwidthSetGlobalAlert
by Luke Huang
· 6 years ago
8fc39b4
Merge "Remove floating-point time functions from StopWatch"
by Treehugger Robot
· 6 years ago
196f1b8
Remove floating-point time functions from StopWatch
by Bernie Innocenti
· 6 years ago
33a9279
Temporarily disable NetworkPermissionDefault in cuttlefish and tiny fix
by Luke Huang
· 6 years ago
d286198
Remove explicitlySelected bit for vpn fallthrough rule
by Luke Huang
· 6 years ago
a2b8cb0
resolv: speed up the termination of loop thread in testing DNS and TLS servers
by Mike Yu
· 6 years ago
5dd7769
Merge "replace NO_PERMISSIONS with PERMISSION_NONE"
by Treehugger Robot
· 6 years ago
76edb4b
Fix missing absolute path in getIpfwdV6Enable.
by Lorenzo Colitti
· 6 years ago
Next »