History log of /frameworks/base/core/java/android/net/InterfaceConfiguration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba2896e939f359e5857149f1a27212db71be012b 01-Dec-2011 Jeff Sharkey <jsharkey@android.com> Move native netd calls to varargs.

Uses argument escaping inside NativeDaemonConnector, using varargs
to separate boundaries. Also introduces Command object to help build
argument lists.

Bug: 5472606
Change-Id: I357979fc19bb0171a056e690064e01b5a7119501
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ddba10622dfd3122cf99c795706754e0d41858c3 30-Nov-2011 Jeff Sharkey <jsharkey@android.com> Clean up InterfaceConfiguration flags.

Offer modifier methods for interface flags instead of mutating
directly, and remove square brackets.

Change-Id: I4cce719dccedfb3f0e8448c111e65b93c0008cbb
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
ed1264093234b1f1354cd5f669eb82a50bb56869 29-Jan-2011 Robert Greenwalt <rgreenwalt@google.com> Bind addr and prefixLength together in LinkAddress

bug:2542681
Change-Id: I90200446216d78c676498144946832afe75efdb8
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
29552095e19e3faf2006ac1051da41d9bd212d6f 17-Jan-2011 Irfan Sheriff <isheriff@google.com> Pick an upstream interface with valid IP config

As a work around for the issue of picking
the wrong interface, add a check for selecting
an upstream interface that has a valid IP configuration

Bug: 3362306
Change-Id: I01084517cff756c97660b2cfbfa8e9bf26673148
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
04808c294027f8bc318643a94c85a999257d7f52 14-Dec-2010 Robert Greenwalt <rgreenwalt@google.com> Fix some IpV4-only code.

InterfaceConfiguration changed to use InetAddress and stop with the string->int->string
conversions.

bug:2542681
Change-Id: I11c4954547333c43bb840fa0469ddde57b0d043b
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
65ae29bd852ff468ad003af241d5177fe016c74a 18-Feb-2010 Robert Greenwalt <robdroid@android.com> Add USB RNDIS enable/disable control

Also adding interface configuration to the tethering machine.
Also fixing netd bug that didn't send up/down portion of iface config command.
/frameworks/base/core/java/android/net/InterfaceConfiguration.java
353ced79b49269151b056c4b06dc632801b59497 22-Jan-2010 San Mehat <san@google.com> android.net: Introduce @hidden parcelable InterfaceConfiguration class

This class is used to get/set interface configuration via the
new NetworkManagementService API

Signed-off-by: San Mehat <san@google.com>
/frameworks/base/core/java/android/net/InterfaceConfiguration.java