index
:
system_netd.git
master
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.1
s12.1
t13.0
system_netd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
BandwidthController.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use CLAT_MARK from the netd AIDL interface.
Lorenzo Colitti
2022-06-16
1
-3
/
+2
*
BandwidthController - remove an unused variable
Maciej Żenczykowski
2022-06-16
1
-2
/
+0
*
remove specific clat iptables drop rules
Maciej Żenczykowski
2022-04-11
1
-3
/
+1
*
Merge "Drop duplicate clat ingress packets"
Treehugger Robot
2022-04-07
1
-0
/
+5
|
\
|
*
Drop duplicate clat ingress packets
Hungming Chen
2022-04-07
1
-0
/
+5
*
|
BandwidthController: remove dead egress rule for clat daemon
Hungming Chen
2022-03-25
1
-3
/
+0
|
/
*
Remove unused TrafficController include
Patrick Rohr
2022-02-02
1
-1
/
+0
*
[NETD-TC#1] Move manipulateSpecialApps out of BandwidthController.
waynema
2021-11-18
1
-27
/
+0
*
BandwidthController.cpp - fix a clang warning: abseil-string-find-startswith
Maciej Żenczykowski
2021-01-22
1
-2
/
+3
*
Remove unused IptJumpOp value
Patrick Rohr
2020-12-30
1
-2
/
+0
*
Use UidOwnerMatchType rather than IptJumpOp in TrafficController
Patrick Rohr
2020-12-30
1
-6
/
+6
*
Refactoring string uid vectors
Patrick Rohr
2020-12-29
1
-10
/
+10
*
Remove unused code from BandwidthController
Patrick Rohr
2020-12-29
1
-24
/
+0
*
Remove non-bpf support from BandwidthController
Patrick Rohr
2020-12-29
1
-64
/
+24
*
Mostly remove "blacklist" and "whitelist" from netd.
Lorenzo Colitti
2020-07-30
1
-12
/
+12
*
No longer get app uid bandwidth stats for the clat daemon
Maciej Żenczykowski
2020-05-27
1
-2
/
+6
*
BandwidthController - fix typo: owner-uid --> uid-owner
Maciej Żenczykowski
2020-05-27
1
-1
/
+1
*
BandwidthController - don't collect egress interface stats from clatd
Maciej Żenczykowski
2020-05-27
1
-4
/
+24
*
BandwidthController - cleanup some needless StringPrintf's
Maciej Żenczykowski
2020-05-25
1
-4
/
+2
*
BandwidthController: fix performance-no-automatic-move warning.
Yabin Cui
2020-04-29
1
-3
/
+2
*
BandwidthController - fix bugprone-suspicious-missing-comma warnings
Maciej Żenczykowski
2020-04-22
1
-3
/
+3
*
BandwidthController - consistently use -j not --jump throughout
Maciej Żenczykowski
2019-12-27
1
-56
/
+53
*
Remove unused deps on liblogwrap
Bernie Innocenti
2019-06-05
1
-1
/
+0
*
Nat-related commands refine
Luke Huang
2018-11-19
1
-85
/
+31
*
Nat-related commands porting
Luke Huang
2018-11-19
1
-9
/
+9
*
Firewall-related commands porting
Luke Huang
2018-10-24
1
-1
/
+2
*
Move bpf map and program definition into shared header
Chenbo Feng
2018-10-16
1
-4
/
+0
*
Check for ignored StatusOr results
Bernie Innocenti
2018-10-16
1
-1
/
+2
*
bandwidth-related commands porting
Luke Huang
2018-09-11
1
-25
/
+46
*
Netd unconditionally enable bandwidth control
Luke Huang
2018-09-10
1
-9
/
+1
*
Remove qtaguid support from bandwidth controller
Chenbo Feng
2018-08-29
1
-11
/
+6
*
Merge all uid owner match map into one
Chenbo Feng
2018-08-06
1
-54
/
+53
*
Merge "Use xt_bpf programs to do bandwidth control"
Treehugger Robot
2018-06-22
1
-8
/
+28
|
\
|
*
Use xt_bpf programs to do bandwidth control
Chenbo Feng
2018-06-21
1
-8
/
+28
*
|
netd: Enable clang-tidy and fix all warnings
Bernie Innocenti
2018-06-07
1
-10
/
+6
|
/
*
Rename <cutils/log.h> to <log/log.h>
Logan Chien
2018-04-23
1
-1
/
+1
*
Use bpf map to read the interface stats
Chenbo Feng
2018-03-26
1
-5
/
+2
*
Fixing the BandwidthController unit test
Chenbo Feng
2018-03-19
1
-4
/
+9
*
Use xt_bpf module to record the iface stats
Chenbo Feng
2018-03-15
1
-39
/
+57
*
[ipsec-qtaguid] Reserve mark, add ipsec bw exemptions
Benedict Wong
2017-12-15
1
-0
/
+54
*
Allow connectivity-critical packets in data saver mode.
Lorenzo Colitti
2017-09-26
1
-5
/
+19
*
Add costly interface rules to make forwarding in both directions
Erik Kline
2017-09-20
1
-0
/
+4
*
Move all tethering functionality into TetherController.
Lorenzo Colitti
2017-08-31
1
-186
/
+0
*
Delete all remaining callers of iptables.
Lorenzo Colitti
2017-08-19
1
-2
/
+0
*
Remove now-unused strncpyAndCheck.
Lorenzo Colitti
2017-07-16
1
-6
/
+0
*
Delete the last iptables commands in BandwidthController.
Lorenzo Colitti
2017-07-06
1
-53
/
+0
*
Switch costly alerts to iptables-restore.
Lorenzo Colitti
2017-07-06
1
-24
/
+27
*
Minor improvements to shared quota error handling.
Lorenzo Colitti
2017-07-06
1
-8
/
+20
*
Convert set*Quota to use iptablesRestore.
Lorenzo Colitti
2017-07-06
1
-30
/
+21
*
Refactor interface quota code before moving to iptables-restore.
Joel Scherpelz
2017-07-06
1
-174
/
+89
[next]