summaryrefslogtreecommitdiff
path: root/server/BandwidthController.h
AgeCommit message (Expand)Author
2024-04-15Merge "Delete disableBandwidthControl since it is never called" into mainMaciej Żenczykowski
2024-04-12Delete disableBandwidthControl since it is never calledPatrick Rohr
2024-04-12Remove support for setSharedAlert / removeSharedAlertPatrick Rohr
2021-11-21[NETD-BPF#5] Move bpf_shared.h from netd to moduleKen Chen
2021-11-18[NETD-TC#1] Move manipulateSpecialApps out of BandwidthController.waynema
2020-12-30Remove unused IptJumpOp valuePatrick Rohr
2020-12-30Use UidOwnerMatchType rather than IptJumpOp in TrafficControllerPatrick Rohr
2020-12-29Refactoring string uid vectorsPatrick Rohr
2020-12-29Remove unused code from BandwidthControllerPatrick Rohr
2020-12-29Remove non-bpf support from BandwidthControllerPatrick Rohr
2018-11-19Nat-related commands refineLuke Huang
2018-10-23Set default value for 'mBpfSupported' to fix asan issue in unit test.Ken Chen
2018-09-11bandwidth-related commands portingLuke Huang
2018-09-10Netd unconditionally enable bandwidth controlLuke Huang
2018-08-29Remove qtaguid support from bandwidth controllerChenbo Feng
2018-07-11Replace RW lock with mutex, shared_mutexLuke Huang
2018-06-22Merge "Use xt_bpf programs to do bandwidth control"android-p-preview-4android-n-iot-release-smart-displayTreehugger Robot
2018-06-21Use xt_bpf programs to do bandwidth controlChenbo Feng
2018-06-07netd: Enable clang-tidy and fix all warningsBernie Innocenti
2018-03-19Fixing the BandwidthController unit testChenbo Feng
2017-09-26Allow connectivity-critical packets in data saver mode.Lorenzo Colitti
2017-08-31Move all tethering functionality into TetherController.Lorenzo Colitti
2017-07-16Remove now-unused strncpyAndCheck.Lorenzo Colitti
2017-07-06Delete the last iptables commands in BandwidthController.Lorenzo Colitti
2017-07-06Refactor interface quota code before moving to iptables-restore.Joel Scherpelz
2017-06-28Change list + manual search to set/mapJoel Scherpelz
2017-06-01Modernize string handling in BandwidthControllerJoel Scherpelz
2017-04-28Simplify enums in BandwidthController.Lorenzo Colitti
2017-02-10Use iptables pipes when fetching tether counters.Lorenzo Colitti
2017-02-10Use iptables pipes in BandwidthController startup.Lorenzo Colitti
2016-07-12Refactor getTetherStats in preparation for IPv6 tether counters.Lorenzo Colitti
2016-03-28Use iptables-restore in BandwidthController startup.Lorenzo Colitti
2016-03-23Add a binder RPC to enable/disable data saver.Lorenzo Colitti
2016-03-22Add a rudimentary unit test for BandwidthController.Lorenzo Colitti
2016-03-22Slightly restructure the data saver iptables rules.Lorenzo Colitti
2016-03-18Remove the ability to enable/disable the happy box.Lorenzo Colitti
2016-03-18Don't keep naughty/nice app state in BandwidthController.Lorenzo Colitti
2014-06-19server: check interface names in RPC arguments for validityJP Abgrall
2014-05-21Move netd_client into netd.Sreeram Ramachandran