summaryrefslogtreecommitdiff
path: root/core/java/android/net/RouteInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-658/+0
* Move module utils to the module package.Chalard Jean2020-12-161-1/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+2
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-6/+0
* Treat RouteInfo with different interfaces as different routesRubin Xu2020-06-171-7/+36
* Only apply VPN isolation if it's fully routedRubin Xu2020-04-011-0/+26
* Fix addRoute replace default route unexpectedlyjunyulai2020-03-241-13/+18
* mtu: Add MTU parameter to RoutesTyler Wear2020-03-111-0/+20
* Remove framework code that has moved to frameworks/libs/netAaron Huang2020-03-101-15/+2
* Revert "Remove framework code that has moved to frameworks/libs/net"Isabelle Taylor2020-02-141-2/+15
* Remove framework code that has moved to frameworks/libs/netAaron Huang2020-02-031-15/+2
* API changes for IPv6 MTU supportSarah Chin2020-01-301-8/+53
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Merge "Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues." am:...Paul Hu2019-04-011-12/+51
|\
| * Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues.paulhu2019-04-011-12/+51
* | Merge "Fix Automated API Review issues." am: 43c1ade661 am: 9e3f29037bPaul Hu2019-03-211-1/+3
|\|
| * Fix Automated API Review issues.paulhu2019-03-211-1/+3
| * Add additional SystemApi for NetworkStackRemi NGUYEN VAN2019-01-241-0/+2
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | Add additional SystemApi for NetworkStackRemi NGUYEN VAN2019-01-241-0/+2
|/
* Add fields used by NetworkStack to the APIRemi NGUYEN VAN2019-01-211-5/+12
* Limit access to suspected false positives.Mathew Inwood2018-12-281-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+10
* Add android.net.IpPrefix#contains()Erik Kline2015-04-141-7/+1
* Support non-unicast route types: unreachable and throw.Lorenzo Colitti2014-09-221-8/+85
* Switch RouteInfo to use IpPrefix instead of LinkAddress.Lorenzo Colitti2014-08-131-55/+30
* Minor changes to RouteInfo.Lorenzo Colitti2014-06-251-33/+27
* Fix buildRobert Greenwalt2014-06-121-5/+2
* Fix wifi connectivity issues.Sreeram Ramachandran2014-06-111-1/+1
* Minor changes to the LinkAddress API docs.Lorenzo Colitti2014-06-101-9/+9
* Add a new IpPrefix class and use it in RouteInfo.Sreeram Ramachandran2014-06-101-11/+66
* Apply Doc fixes to RouteInfoRobert Greenwalt2014-05-191-35/+40
* Update RouteInfo docs and make public.Robert Greenwalt2014-05-181-77/+153
* Add new route.hasGateway() apiRobert Greenwalt2013-04-121-0/+7
* Make isHostRoute match only host routesLorenzo Colitti2013-03-271-1/+4
* Unbreak documentation build.Lorenzo Colitti2013-03-121-3/+3
* Always specify an interface for host routes.Lorenzo Colitti2013-03-081-5/+5
* RouteInfo changes.Lorenzo Colitti2013-03-081-13/+59
* Revert "Add default route constants to RouteInfo."Robert Greenwalt2013-03-071-12/+0
* Add default route constants to RouteInfo.Lorenzo Colitti2013-03-071-0/+12
* Remove DhcpInfoInternalRobert Greenwalt2012-11-091-0/+4
* Apply the dns and route diff which we get a changeRobert Greenwalt2011-07-141-0/+11
* Merge "Reset connection while data state changed." into honeycomb-LTEWink Saville2011-05-191-0/+27
|\
| * Reset connection while data state changed.Wink Saville2011-05-181-0/+27
* | Switch to use netd to add/remove routes.Robert Greenwalt2011-05-181-10/+22
|/
* Fix initialization of RouteInfoKazuhiro Ondo2011-05-111-3/+15
* Fix the adding of host routes.Robert Greenwalt2011-05-101-17/+50
* Add RouteInfo objects for tracking routes.Robert Greenwalt2011-05-021-0/+162