index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
/
InterfaceConfiguration.java
Age
Commit message (
Expand
)
Author
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-09
InterfaceConfiguration: Don't use @hide Sets class
Roshan Pius
2019-11-08
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2019-03-20
Stop using netd parcelables in the framework.
Lorenzo Colitti
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-13
Remove deps from framework on netd interfaces
Remi NGUYEN VAN
2018-10-25
interface-related commands porting
Luke Huang
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-17
Use this.isUp() inside InterfaceConfiguration
Christopher Wiley
2016-10-11
Add InterfaceConfiguration.isUp()
Christopher Wiley
2016-09-19
Allow WiFi components to manage interface up state
Christopher Wiley
2011-12-02
Move native netd calls to varargs.
Jeff Sharkey
2011-11-29
Clean up InterfaceConfiguration flags.
Jeff Sharkey
2011-01-28
Bind addr and prefixLength together in LinkAddress
Robert Greenwalt
2011-01-17
Pick an upstream interface with valid IP config
Irfan Sheriff
2010-12-14
Fix some IpV4-only code.
Robert Greenwalt
2010-02-23
Add USB RNDIS enable/disable control
Robert Greenwalt
2010-01-22
android.net: Introduce @hidden parcelable InterfaceConfiguration class
San Mehat