Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
db3c8678e5cbdfec011afaf25bde2091152c30ad
/
services
/
java
/
com
/
android
/
server
/
connectivity
db3c867
Network data activity change intent for network interfaces.
by Haoyu Bai
· 14 years ago
5362f17
Merge commit '1b003ef0' into mit
by Wink Saville
· 14 years ago
a639b31
Create telephony-common and mms-common
by Wink Saville
· 14 years ago
adfb0d0
Make tethering ignore bad inputs
by Robert Greenwalt
· 14 years ago
7c727e5
am a2becffc: am d667aebf: Merge "VPN: move VpnDialogs away from system uid." into jb-dev
by Chia-chi Yeh
· 14 years ago
dadc857
VPN: move VpnDialogs away from system uid.
by Chia-chi Yeh
· 14 years ago
68ea9b0
Add logging for Tethering.
by Robert Greenwalt
· 14 years ago
c9dac11
Don't forget to turn off mobile_dun
by Robert Greenwalt
· 14 years ago
5d13434
am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1
by Chia-chi Yeh
· 14 years ago
50fe709
VPN: silence VPN notifications.
by Chia-chi Yeh
· 14 years ago
32350c7
Merge "Filter our v6 address from tethering dns."
by Robert Greenwalt
· 14 years ago
c1bac3a
VPN: fix a CloseGuard warning.
by Chia-chi Yeh
· 14 years ago
4f74d55
Filter our v6 address from tethering dns.
by Robert Greenwalt
· 14 years ago
cc579b8
Merge "Use the carrier-given dns addrs for tethering."
by Robert Greenwalt
· 14 years ago
2339fe3
am fa71962f: am 46a4e81d: Merge "VPN: delete the "abort" file before starting VPN daemons." into ics-mr1
by Chia-chi Yeh
· 14 years ago
bb4fd0b
Use the carrier-given dns addrs for tethering.
by Robert Greenwalt
· 14 years ago
c187273
VPN: delete the "abort" file before starting VPN daemons.
by Chia-chi Yeh
· 14 years ago
ddba106
Clean up InterfaceConfiguration flags.
by Jeff Sharkey
· 14 years ago
fd1be2b
Tone down Tethering logs.
by Robert Greenwalt
· 14 years ago
b445362
Make upstream tether list threadsafe
by Robert Greenwalt
· 14 years ago
3b28e9a
Start using IP tool for advanced routing.
by Robert Greenwalt
· 14 years ago
731026c
Ignore errors when untethering
by Robert Greenwalt
· 14 years ago
49348e7
Fix Tethering settings.
by Robert Greenwalt
· 14 years ago
367d15a
Watch network subtype, tethering teardown, empty.
by Jeff Sharkey
· 15 years ago
c9acde9
Reduce connectivity logging
by Wink Saville
· 15 years ago
cdd02c5d
Collect and persist tethering stats.
by Jeff Sharkey
· 15 years ago
5317f03
VPN: stop daemons by closing the control sockets.
by Chia-chi Yeh
· 15 years ago
0c074e6
VPN: reset legacy VPN when resetting IPv4 addresses.
by Chia-chi Yeh
· 15 years ago
199ed6e
VPN: introduce VpnService as the base class for user space VPN.
by Chia-chi Yeh
· 15 years ago
fcc1b41
VPN: move away from the VPN permission.
by Chia-chi Yeh
· 15 years ago
6311d0a
Clear the bitmap from the canvas in a lot of places.
by Dianne Hackborn
· 15 years ago
98c79e5
Stop sending tethering broadcasts during boot.
by Robert Greenwalt
· 15 years ago
485861c
Fix USB tethering again
by Mike Lockwood
· 15 years ago
e30c130
Merge "Handle hostapd and tether interface changes"
by Irfan Sheriff
· 15 years ago
23eb297
Handle hostapd and tether interface changes
by Irfan Sheriff
· 15 years ago
5db7af9
Merge "Fix USB tethering"
by Mike Lockwood
· 15 years ago
6c2260b
Fix USB tethering
by Mike Lockwood
· 15 years ago
7ef8611
VPN: increase timeout period to 60 seconds for legacy VPN.
by Chia-chi Yeh
· 15 years ago
b6055fe
Merge "NetworkManagementService: receive bandwidth controller events"
by JP Abgrall
· 15 years ago
aa1727f
VPN: tear down VPN when the dependent interface is down.
by Chia-chi Yeh
· 15 years ago
12b933d
NetworkManagementService: receive bandwidth controller events
by JP Abgrall
· 15 years ago
5779c9c
VPN: close the socket in protectVpn() to avoid leaking descriptors.
by Chia-chi Yeh
· 15 years ago
97a61565
VPN: Hook up the new control protocol and network state.
by Chia-chi Yeh
· 15 years ago
7c34f29
Fix wifi tethering.
by Robert Greenwalt
· 15 years ago
2e46764
VPN: implement status report for legacy VPN.
by Chia-chi Yeh
· 15 years ago
c2b8aa0b
VPN: rename some variables.
by Chia-chi Yeh
· 15 years ago
100155a
VPN: convert prepare() into a form which helps solve race conditions.
by Chia-chi Yeh
· 15 years ago
34e7813
VPN: minor refinement.
by Chia-chi Yeh
· 15 years ago
3281034
VPN: merge JNI methods.
by Chia-chi Yeh
· 15 years ago
e910790
VPN: give legacy VPN a fake package name.
by Chia-chi Yeh
· 15 years ago
41d1685
VPN: integrate legacy VPN.
by Chia-chi Yeh
· 15 years ago
8909b10
VPN: Use List<String> instead for dnsServers and searchDomains.
by Chia-chi Yeh
· 15 years ago
1f7746b
VPN: rename service(s) to daemon(s) to reduce confusion.
by Chia-chi Yeh
· 15 years ago
383e052
VPN: fix the build.
by Chia-chi Yeh
· 15 years ago
a4b87b5
VPN: refactor a little bit for the upcoming integration of legacy VPN.
by Chia-chi Yeh
· 15 years ago
f4e3bf8
VPN: refactor few JNI methods for the usage of legacy VPN.
by Chia-chi Yeh
· 15 years ago
85a7ce0
VPN: add a method to handle requests of legacy VPNs.
by Chia-chi Yeh
· 15 years ago
bf731e7
am 7eff4bb3: am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE
by Wink Saville
· 15 years ago
f59c7d0
Hookup interface status to other clients
by Mike J. Chen
· 15 years ago
6143f5f
Revert "Revert "Propagate new link-status-change message to any NetworkManagementService""
by Mike J. Chen
· 15 years ago
1ccb10e
Temporary re-enabling iface name change handling on HO
by Kazuhiro Ondo
· 15 years ago
7af34ab
Merge "resolved conflicts for merge of 7a652bc8 to master"
by Robert Greenwalt
· 15 years ago
5ff886e
resolved conflicts for merge of 7a652bc8 to master
by Robert Greenwalt
· 15 years ago
f59717d
Combine UsbManager.setPrimaryFunction and setDefaultFunction
by Mike Lockwood
· 15 years ago
ccf83af1
Fix tethering upstream determination.
by Robert Greenwalt
· 15 years ago
3c2a2f6
Tethering: Use UsbManager to enable/disable RNDIS
by Mike Lockwood
· 15 years ago
3f3337a
VPN: avoid leaking file descriptors.
by Chia-chi Yeh
· 15 years ago
7b0b834
VPN: move VpnDialogs related methods into VpnConfig.
by Chia-chi Yeh
· 15 years ago
04ba25c
VPN: migrate from generic Bundle to our own Parcelable VpnConfig.
by Chia-chi Yeh
· 15 years ago
f8905fd
VPN: change some strings in VPN notifications.
by Chia-chi Yeh
· 15 years ago
3663227
VPN: add MTU support.
by Chia-chi Yeh
· 15 years ago
3667369
VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.
by Chia-chi Yeh
· 15 years ago
ff3bdca
The service part of the user space VPN support.
by Chia-chi Yeh
· 15 years ago
5bc7c93
Merge "Do not register the callbacks in the constructor."
by Chia-chi Yeh
· 15 years ago
60a3117
am 51704fc9: am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection
by TK MUN
· 15 years ago
51704fc
am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection
by TK MUN
· 15 years ago
94260ca
Allow control over search order for tethering upstream interface selection
by TK MUN
· 15 years ago
008ff39
Do not register the callbacks in the constructor.
by Chia-chi Yeh
· 15 years ago
8904c3d
am b22a9fd9: am 01758e81: Linkproperties update via unsol data call state change.
by Kazuhiro Ondo
· 15 years ago
01758e81
Linkproperties update via unsol data call state change.
by Kazuhiro Ondo
· 15 years ago
c933830
Extract NetworkManagementService out from Tethering to ConnectivityService.
by Chia-chi Yeh
· 15 years ago
64c42ca
Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
by Wink Saville
· 15 years ago
c0e0dbb
DO NOT MERGE Pick upstream intf with valid IP conf
by Irfan Sheriff
· 15 years ago
7e48e76
Merge "Start using NetworkUtils.numericToInetAddress."
by Robert Greenwalt
· 15 years ago
e590373
Start using NetworkUtils.numericToInetAddress.
by Robert Greenwalt
· 15 years ago
40bbf92
DO NOT MERGE: Backport USB accessory support to gingerbread
by Mike Lockwood
· 15 years ago
c4308f0
Move USB framework support from android.hardware to android.hardware.usb package
by Mike Lockwood
· 15 years ago
f13ec7a
DO NOT MERGE: Clean up USB notifications:
by Mike Lockwood
· 15 years ago
7916432
DO NOT MERGE UsbManager: squashed commit of:
by Mike Lockwood
· 16 years ago
b979f79
Remove more use of netmask
by Robert Greenwalt
· 15 years ago
ed12640
Bind addr and prefixLength together in LinkAddress
by Robert Greenwalt
· 15 years ago
fc8e558
am 678c6a35: am d14239a2: Merge "Fix tethering when switching default connection" into honeycomb
by Robert Greenwalt
· 15 years ago
05d8936
Fix tethering when switching default connection
by Robert Greenwalt
· 15 years ago
547e4e7
Fix Tethering's handling of a system restart.
by Robert Greenwalt
· 15 years ago
2955209
Pick an upstream interface with valid IP config
by Irfan Sheriff
· 15 years ago
19b9ab4
Turn off DUN connection after tethering.
by Robert Greenwalt
· 15 years ago
e32e812
Always file DUN requests for tethering.
by Robert Greenwalt
· 15 years ago
1039872
Reduce the spinning while tethering.
by Robert Greenwalt
· 15 years ago
b92df0f
Clean up USB notifications:
by Mike Lockwood
· 15 years ago
04808c2
Fix some IpV4-only code.
by Robert Greenwalt
· 15 years ago
Next »