index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
/
LinkProperties.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move module sources to packages/Connectivity
Remi NGUYEN VAN
2021-02-01
1
-1823
/
+0
*
Move module utils to the module package.
Chalard Jean
2020-12-16
1
-1
/
+2
*
Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn
Remi NGUYEN VAN
2020-11-30
1
-2
/
+1
*
Expose MIN_MTU_V6 as a public, @hide constant
Benedict Wong
2020-11-19
1
-2
/
+4
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-3
/
+3
*
Merge "Remove @TestApi from @SystemApi symbols"
Anton Hansson
2020-10-20
1
-27
/
+0
|
\
|
*
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-19
1
-27
/
+0
*
|
Remove unused methods from LinkProperties.
Chalard Jean
2020-10-16
1
-73
/
+0
|
/
*
Only apply VPN isolation if it's fully routed
Rubin Xu
2020-04-01
1
-0
/
+30
*
Fix addRoute replace default route unexpectedly
junyulai
2020-03-24
1
-8
/
+8
*
Merge "mtu: Add MTU parameter to Routes"
Lorenzo Colitti
2020-03-18
1
-7
/
+29
|
\
|
*
mtu: Add MTU parameter to Routes
Tyler Wear
2020-03-11
1
-7
/
+29
*
|
Move sensitive field parceling bool to constructor
Remi NGUYEN VAN
2020-03-17
1
-17
/
+13
|
/
*
Remove framework code that has moved to frameworks/libs/net
Aaron Huang
2020-03-10
1
-69
/
+7
*
Revert "Remove framework code that has moved to frameworks/libs/net"
Isabelle Taylor
2020-02-14
1
-7
/
+69
*
Remove framework code that has moved to frameworks/libs/net
Aaron Huang
2020-02-03
1
-69
/
+7
*
Add Ikev2VpnProfile as public API
Benedict Wong
2020-01-22
1
-1
/
+2
*
Add API for CaptivePortalData
Remi NGUYEN VAN
2020-01-22
1
-21
/
+148
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-08
1
-1
/
+1
*
Make LinkPropertiesTest pass, and fix an NPE.
Lorenzo Colitti
2020-01-07
1
-4
/
+7
*
Add the DHCP server address to LinkProperties.
ruibin zhang
2020-01-07
1
-0
/
+44
*
Merge "Add LinkProperties methods to system APIs"
Aaron Huang
2019-12-19
1
-8
/
+9
|
\
|
*
Add LinkProperties methods to system APIs
Aaron Huang
2019-12-02
1
-8
/
+9
*
|
Fix parceling of LinkProperties Inet6Addr
Remi NGUYEN VAN
2019-12-18
1
-16
/
+37
|
/
*
Give apps access to the NAT64 prefix.
Chalard Jean
2019-11-30
1
-6
/
+0
*
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2019-11-08
1
-0
/
+2
*
API to detect which network interfaces support wake-on-lan
Valentin Iftime
2019-10-08
1
-2
/
+45
*
Merge "Address leftover comments on 923337 and 930217." am: 1e97aab6f4 am: 55...
Paul Hu
2019-04-02
1
-7
/
+1
|
\
|
*
Address leftover comments on 923337 and 930217.
paulhu
2019-04-01
1
-7
/
+1
*
|
Merge "Fix Automated API Review issues." am: 43c1ade661 am: 9e3f29037b
Paul Hu
2019-03-21
1
-142
/
+201
|
\
|
|
*
Fix Automated API Review issues.
paulhu
2019-03-21
1
-142
/
+201
*
|
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
|
/
*
Add NetworkUtils utilities to SystemApi
Remi NGUYEN VAN
2019-01-29
1
-1
/
+4
*
Add additional SystemApi for NetworkStack
Remi NGUYEN VAN
2019-01-24
1
-1
/
+10
*
Add LinkProps and NetworkCaps methods to SystemApi
Remi NGUYEN VAN
2019-01-22
1
-11
/
+33
*
Add Nat64Prefix to LinkProperties copy constructor
Remi NGUYEN VAN
2019-01-16
1
-0
/
+1
*
Add the NAT64 prefix to LinkProperties.
Lorenzo Colitti
2019-01-12
1
-2
/
+51
*
Merge "Add PCSCF to LinkProperties."
Chalard Jean
2019-01-10
1
-0
/
+119
|
\
|
*
Add PCSCF to LinkProperties.
Hongshik
2018-12-05
1
-0
/
+119
*
|
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-2
/
+3
*
|
Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs
paulhu
2018-12-18
1
-11
/
+10
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+46
|
/
*
Cleanup of LinkProperties.
Chalard Jean
2018-06-12
1
-87
/
+98
*
Bugfixes in LinkProperties#toString
Chalard Jean
2018-06-11
1
-2
/
+2
*
Add the list of private DNS addresses to LinkProperties
Chalard Jean
2018-04-27
1
-24
/
+136
*
Add public API methods for private DNS.
dalyk
2018-01-17
1
-11
/
+99
*
LinkProperties: fix some indentation issues
Hugo Benichi
2017-10-10
1
-15
/
+15
*
Refactor CompareResult<> class and its call sites
Rubin Xu
2017-09-08
1
-49
/
+23
*
Always add local subnet routes to the interface's routing table
Rubin Xu
2017-09-07
1
-4
/
+14
*
Also treat loss of IPv6 as a loss of provisioning.
Erik Kline
2015-10-27
1
-2
/
+6
[next]