summaryrefslogtreecommitdiff
path: root/server/Controllers.cpp
AgeCommit message (Expand)Author
2022-06-17ALOG does not need trailing \nMaciej Żenczykowski
2022-06-14netd: make BandwidthController startup failures terminalMaciej Żenczykowski
2022-04-22Remove ClatdController relevant stubsHungming Chen
2022-04-11remove specific clat iptables drop rulesMaciej Żenczykowski
2022-02-20Delete TrafficController from NetdKen Chen
2022-02-01Change netd to stop starting TrafficControllerPatrick Rohr
2021-11-17move raw idletimer ahead of clatMaciej Żenczykowski
2021-06-22make failing to start TrafficController critical.Maciej Żenczykowski
2020-12-29Remove non-bpf support from BandwidthControllerPatrick Rohr
2020-02-12simplify: BpfLevel -> BpfEnabled where appropriateMaciej Żenczykowski
2019-07-01Drop packets to the clat address.Lorenzo Colitti
2019-05-29Remove floating-point time functions from StopWatchBernie Innocenti
2019-04-23ClatdController - add mutex annotationsMaciej Żenczykowski
2019-04-03Move Stopwatch to libnetdutilsMike Yu
2019-04-02ClatdController - populate ebpf ingress clat map on start and stopMaciej Żenczykowski
2019-03-29Clean up Netd and libnetd_resolv for resolver related commandsLuke Huang
2019-02-15Get bpf level when check bpf supportChenbo Feng
2019-02-01Enable more clang-tidy checks and treat them as errorsBernie Innocenti
2019-01-23Netd unsolicited event portingLuke Huang
2018-09-10Netd unconditionally enable bandwidth controlLuke Huang
2018-09-09Do DNS64 prefix discovery in netdErik Kline
2018-08-29Remove qtaguid support from bandwidth controllerChenbo Feng
2018-08-01Strict-related commands portingLuke Huang
2018-07-10Add basic logging infrastructure for bugreportsErik Kline
2018-04-26Add Functions to flush SADB, Policy DB, and IfacesNathan Harold
2018-04-23Rename <cutils/log.h> to <log/log.h>Logan Chien
2018-01-11Rework bpf part of traffic controllerChenbo Feng
2017-11-12Add more packet info to nflog packet wakeup eventsHugo Benichi
2017-11-07Prototype of traffic controllerChenbo Feng
2017-08-31Move all tethering functionality into TetherController.Lorenzo Colitti
2017-08-15Move all init code to iptables-restore.Lorenzo Colitti
2017-08-10Add test coverage for setting up initial iptables rules.Lorenzo Colitti
2017-05-25Add WakeupController and NFLogListenerJoel Scherpelz
2017-03-28Clear incoming packet mark rules on netd startup.Lorenzo Colitti
2017-02-10Further speed up creating child chains.Lorenzo Colitti
2017-02-09More robust handling of iptables-restore process terminationLorenzo Colitti
2017-02-09Revert "Revert "Move createChildChains to iptables-restore.""Lorenzo Colitti
2017-02-07Revert "Move createChildChains to iptables-restore."Lorenzo Colitti
2017-02-02Move createChildChains to iptables-restore.Lorenzo Colitti
2017-02-02Add finer-grained logging of netd startup times.Lorenzo Colitti
2017-02-02Move some code out of CommandListener.Lorenzo Colitti
2017-01-23netd: Use a persistent iptables[6]-restore processNarayan Kamath
2016-06-29Setup interfaces for IPv6 tetheringErik Kline
2016-02-25Wrap netd's controller to make them usable from other classesPierre Imai