summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/net
Commit message (Expand)AuthorAgeFilesLines
...
* Begin collecting xtables iface counters.Jeff Sharkey2012-05-012-8/+29
* Roaming always metered, relax DHCP metered check.Jeff Sharkey2012-04-301-0/+5
* Handle null SSID cleanlyIrfan Sheriff2012-04-271-6/+8
* Relax global restrict for system services.Jeff Sharkey2012-04-241-14/+15
* Clear identity when checking if bandwidth enabled.Jeff Sharkey2012-04-231-0/+3
* Better assertions when bandwidth module disabled.Jeff Sharkey2012-04-211-0/+10
* Connect metered DHCP hint for Wi-Fi networks.Jeff Sharkey2012-04-201-3/+108
* Merge "Move TrafficStats iface counters to xt_qtaguid."Jeff Sharkey2012-04-161-8/+19
|\
| * Move TrafficStats iface counters to xt_qtaguid.Jeff Sharkey2012-04-121-8/+19
* | Merge "API to report if active network is metered."Jeff Sharkey2012-04-161-5/+16
|\ \
| * | API to report if active network is metered.Jeff Sharkey2012-04-161-5/+16
| |/
* / Surface list of apps with given network policy.Jeff Sharkey2012-04-131-0/+18
|/
* Migrate to @Override to remove warnings.Jeff Sharkey2012-04-094-17/+23
* Splice operations before collapsing ifaces.Jeff Sharkey2012-04-091-2/+3
* INetworkStatsSession with lifecycle for caching.Jeff Sharkey2012-04-063-30/+71
* Support metered Wi-Fi NetworkPolicy.Jeff Sharkey2012-04-053-56/+88
* Move network policy to per-appId (instead of UID).Jeff Sharkey2012-03-221-40/+73
* Avoid data usage notifications in airplane mode.Jeff Sharkey2012-03-201-0/+10
* Remember when NetworkPolicy was inferred.Jeff Sharkey2012-03-201-3/+12
* Combine network subtypes by default.Jeff Sharkey2012-03-161-2/+7
* Save timezone when setting data cycle reset date.Jeff Sharkey2012-03-091-6/+17
* Avoid updating network stats after shutdown.Jeff Sharkey2012-03-061-0/+9
* Disable verbose NetworkStats logging.Jeff Sharkey2012-02-281-1/+1
* Send broadcast when changing restrict background.Jeff Sharkey2012-02-072-1/+20
* List rotated netstats files during --checkin dump.Jeff Sharkey2012-02-061-3/+14
* Unify shorthand for byte-based units.Jeff Sharkey2012-02-032-8/+2
* Support snoozing of data warning notification.Jeff Sharkey2012-02-021-25/+91
* Avoid NDC deadlock when re-arming network alert.Jeff Sharkey2012-02-021-1/+6
* Clear identity when updating network stats.Jeff Sharkey2012-01-311-1/+7
* Move network stats to FileRotator pattern.Jeff Sharkey2012-01-244-995/+1135
* Move non-monotonic reporting to interface.Jeff Sharkey2012-01-101-22/+27
* Restrict app data on metered networks.Jeff Sharkey2011-12-151-5/+26
* Move NMS to CONNECTIVITY_INTERNAL permission.Jeff Sharkey2011-12-141-1/+8
* Merge "Avoid reading network stats when disabled."Jeff Sharkey2011-12-141-0/+14
|\
| * Avoid reading network stats when disabled.Jeff Sharkey2011-12-131-0/+14
* | Avoid NPE when missing network stats.Jeff Sharkey2011-12-121-2/+4
|/
* Only write network stats when already loaded.Jeff Sharkey2011-11-171-2/+8
* Update NTP outside locks, log large trim events.Jeff Sharkey2011-11-162-17/+62
* Conservatively trim data usage stats.Jeff Sharkey2011-11-141-2/+4
* Clamp non-monotonic stats instead of dropping.Jeff Sharkey2011-11-101-6/+23
* Merge "Bootstrap stats before registering listeners." into ics-mr1Jeff Sharkey2011-11-081-15/+11
|\
| * Bootstrap stats before registering listeners.Jeff Sharkey2011-11-081-15/+11
* | Merge "Make operation counts monotonically increase." into ics-mr1Jeff Sharkey2011-11-081-2/+1
|\ \
| * | Make operation counts monotonically increase.Jeff Sharkey2011-11-081-2/+1
| |/
* | Dispatch alerts through background thread.Jeff Sharkey2011-11-081-13/+22
* | Make policy data enabled flag static.Jeff Sharkey2011-11-081-15/+5
|/
* Correct proc file reader, optimizations.Jeff Sharkey2011-11-022-15/+51
* Process AMS events in NetworkPolicy handler.Jeff Sharkey2011-11-011-29/+41
* Over-limit within handful of MTU's, update assets.Jeff Sharkey2011-10-101-12/+7
* Refine random stats generation.Jeff Sharkey2011-10-051-33/+73