summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/RouteInfo.java
Commit message (Expand)AuthorAgeFilesLines
* 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