- 1f69a5e Add @Nullable to Object#equals() by Roman Kalukiewicz · 4 years, 10 months ago
- 8f37b3f Move module sources to packages/Connectivity by Remi NGUYEN VAN · 4 years, 7 months ago[Renamed from core/java/android/net/LinkProperties.java]
- fa159c1 Move module utils to the module package. by Chalard Jean · 5 years ago
- 0b3d600 Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn by Remi NGUYEN VAN · 4 years, 9 months ago
- 53b6567 Expose MIN_MTU_V6 as a public, @hide constant by Benedict Wong · 4 years, 9 months ago
- 5a09a71 Add maxTargetSdk restriction to unused APIs. by Mathew Inwood · 4 years, 10 months ago
- 49ca9d3 Merge "Remove @TestApi from @SystemApi symbols" by Anton Hansson · 4 years, 10 months ago
- f4d863e Remove @TestApi from @SystemApi symbols by Anton Hansson · 4 years, 10 months ago
- badc37d Remove unused methods from LinkProperties. by Chalard Jean · 4 years, 11 months ago
- fa42901 Only apply VPN isolation if it's fully routed by Rubin Xu · 5 years ago
- 21c26da Fix addRoute replace default route unexpectedly by junyulai · 5 years ago
- b76fc08 Merge "mtu: Add MTU parameter to Routes" by Lorenzo Colitti · 5 years ago
- c389546 Move sensitive field parceling bool to constructor by Remi NGUYEN VAN · 5 years ago
- a8978d4 mtu: Add MTU parameter to Routes by Tyler Wear · 6 years ago
- 2a21ea7 Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
- 1b6eb64 Revert "Remove framework code that has moved to frameworks/libs/net" by Isabelle Taylor · 6 years ago
- 7dc006a Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
- 4416f38 Add Ikev2VpnProfile as public API by Benedict Wong · 6 years ago
- a36cf78 Add API for CaptivePortalData by Remi NGUYEN VAN · 6 years ago
- 0e45d78 Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
- b32fb84 Make LinkPropertiesTest pass, and fix an NPE. by Lorenzo Colitti · 6 years ago
- 56d4a8a Add the DHCP server address to LinkProperties. by ruibin zhang · 6 years ago
- b64d2c9 Merge "Add LinkProperties methods to system APIs" by Aaron Huang · 6 years ago
- e50cd96 Fix parceling of LinkProperties Inet6Addr by Remi NGUYEN VAN · 6 years ago
- 644d130 Add LinkProperties methods to system APIs by Aaron Huang · 6 years ago
- 6491fb7 Give apps access to the NAT64 prefix. by Chalard Jean · 6 years ago
- 198d650 Add @UnsupportedAppUsage annotations for greylist. by Artur Satayev · 6 years ago
- a039e57 API to detect which network interfaces support wake-on-lan by Valentin Iftime · 6 years ago
- 91252eb Merge "Address leftover comments on 923337 and 930217." am: b5db40605c am: 5d94f74e87 by Paul Hu · 6 years ago
- a9a6e2a Address leftover comments on 923337 and 930217. by paulhu · 6 years ago
- 9acc3e2 Merge "Fix Automated API Review issues." am: e9109ceb23 am: fa662c4b91 by Paul Hu · 6 years ago
- 9bb0480 Fix Automated API Review issues. by paulhu · 6 years ago
- 9286f91 All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 6 years ago
- a5225ea Add NetworkUtils utilities to SystemApi by Remi NGUYEN VAN · 7 years ago
- 155b7b7 Add additional SystemApi for NetworkStack by Remi NGUYEN VAN · 7 years ago
- 048c941 Add LinkProps and NetworkCaps methods to SystemApi by Remi NGUYEN VAN · 7 years ago
- 0dd72a2 Add Nat64Prefix to LinkProperties copy constructor by Remi NGUYEN VAN · 7 years ago
- 3d68028 Add the NAT64 prefix to LinkProperties. by Lorenzo Colitti · 7 years ago
- 2bcdb1a Merge "Add PCSCF to LinkProperties." by Chalard Jean · 7 years ago
- ac5968e Limit access to suspected false positives. by Mathew Inwood · 7 years ago
- 2503706 Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs by paulhu · 7 years ago
- 541810a Add PCSCF to LinkProperties. by Hongshik · 7 years ago
- 0b8f861 Add @UnsupportedAppUsage annotations by Mathew Inwood · 7 years ago
- 67d6736 Cleanup of LinkProperties. by Chalard Jean · 7 years ago
- ee90d66 Bugfixes in LinkProperties#toString by Chalard Jean · 7 years ago
- abc68d5 Add the list of private DNS addresses to LinkProperties by Chalard Jean · 7 years ago
- 83b5fa2 Add public API methods for private DNS. by dalyk · 8 years ago
- b1799fc LinkProperties: fix some indentation issues by Hugo Benichi · 8 years ago
- 8cb82d2 Refactor CompareResult<> class and its call sites by Rubin Xu · 8 years ago
- 57b437a Always add local subnet routes to the interface's routing table by Rubin Xu · 8 years ago
- bb2024b Also treat loss of IPv6 as a loss of provisioning. by Erik Kline · 10 years ago
- 319789d Add a null check to hasIPv4AddressOnInterface. by Lorenzo Colitti · 10 years ago
- 994ba73 Always check off-link connectivity in NetworkDiagnostics. by Lorenzo Colitti · 10 years ago
- 1c8fab5 Fix use of reachable DNS server logic by Erik Kline · 10 years ago
- 0e80136 LinkProperties function to compare provisioning and remove DNS servers by Erik Kline · 10 years ago
- 922e8de Merge "(re)define the definition of "provisioned"" into lmp-mr1-dev by Erik Kline · 11 years ago
- b858857 Change removeStackedLink to take an interface name. by Lorenzo Colitti · 11 years ago
- ba31778 (re)define the definition of "provisioned" by Erik Kline · 11 years ago
- 8eac7b3 Support non-unicast route types: unreachable and throw. by Lorenzo Colitti · 11 years ago
- 0380686 Add tcp buffer size conduit to NetworkAgent. by Robert Greenwalt · 11 years ago
- b89454d Merge "Configure MTU based on network MTU parameter" into lmp-dev by Robert Greenwalt · 11 years ago
- c3455c3 Configure MTU based on network MTU parameter by w19976 · 11 years ago
- 3318b05 Some networks may have null ifaces, I guess? by Jeff Sharkey · 11 years ago
- b0b2762 Hack and ship: NetworkStats edition. by Jeff Sharkey · 11 years ago
- 21970be Modify DNS server update methods. by Lorenzo Colitti · 11 years ago
- bf1b000 Teach LinkProperties whether it's provisioned or not. by Lorenzo Colitti · 11 years ago
- dc8139c Modify LinkProperties add/remove route functions. by Lorenzo Colitti · 11 years ago
- cccf73a Fix build by Robert Greenwalt · 11 years ago
- 8162a5e Add a new IpPrefix class and use it in RouteInfo. by Sreeram Ramachandran · 11 years ago
- bbcebb7 Fix public API of LinkProperties. by Robert Greenwalt · 11 years ago
- 778e9a3 Add docs for Linkproperties and unhide it. by Robert Greenwalt · 11 years ago
- bdba468 Remove unneed clear in constructor. by Robert Greenwalt · 11 years ago
- 6b19753 Separate network and interface addition/removal netd APIs. by Paul Jensen · 11 years ago
- 1e3df5d Make proxy API public by Jason Monk · 11 years ago
- 4ea70b7 Add address flags and scope to LinkAddress. by Lorenzo Colitti · 12 years ago
- 6028328 Fix docs build. by Ying Wang · 12 years ago
- 3004328 Setting MTU size for specific network. by sy.yun · 12 years ago
- 5f468e2 Add a function to replace all the link addresses. by Lorenzo Colitti · 12 years ago
- 662b96c Modify LinkProperties address update methods. by Lorenzo Colitti · 12 years ago
- 43553b6 Add accessors for all addresses and clarify compare* methods by Lorenzo Colitti · 12 years ago
- c3787fa Fix LinkProperties's equals() method. by Lorenzo Colitti · 12 years ago
- 2accd69 Cleanup some debug in LinkCapabilities and Properties. by Wink Saville · 12 years ago
- e1b73b7 Prevent NPE in new API. by Robert Greenwalt · 12 years ago
- a546d7e Reset connections on all stacked interfaces. by Lorenzo Colitti · 12 years ago
- fa4e867 Revert of Ifd0c4081a. Turning off logging. by Robert Greenwalt · 12 years ago
- 26ce4b5 Don't return an unmod collection. by Robert Greenwalt · 12 years ago
- 66e01c9 Add stacked interfaces to LinkProperties. by Lorenzo Colitti · 12 years ago
- b9f53aa Add logging to track down bug by Robert Greenwalt · 12 years ago
- aaacefb Unit test routes with interfaces in LinkProperties by Lorenzo Colitti · 12 years ago
- 0580598 RouteInfo changes. by Lorenzo Colitti · 12 years ago
- 0bc6c96 Support for dns domain. by Robert Greenwalt · 13 years ago
- e110d00 Remove DhcpInfoInternal by Robert Greenwalt · 13 years ago
- f3ab069 Make copy-constructor make deep copy. by Robert Greenwalt · 14 years ago
- 9810742 Add better routes for secondary DNS by Robert Greenwalt · 14 years ago
- e8d2a4a Apply the dns and route diff which we get a change by Robert Greenwalt · 14 years ago
- 051a664 Remove STOPSHIP but allow seamless Handoff when possible. by Wink Saville · 14 years ago
- f23fb20 Reset connection while data state changed. by Wink Saville · 14 years ago
- 5a90129 Add RouteInfo objects for tracking routes. by Robert Greenwalt · 14 years ago
- 3e567d5 Make LinkProperties comparable. by John Wang · 14 years ago
- dab2c62 Do not merge: Add some input checking to prevent problems by Robert Greenwalt · 14 years ago