summaryrefslogtreecommitdiff
path: root/server/FirewallController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete FirewallController::replaceUidChain.Lorenzo Colitti2022-01-141-5/+0
* [NETD-TC#6] Clean up the dependency between FirewallController andwaynema2021-12-021-32/+0
* [NETD-TC#5] Clean up the relevant non-bpf codes forwaynema2021-12-021-210/+5
* Never send packets with a source of ::1 on the wire.Maciej Żenczykowski2021-10-151-11/+15
* eliminate TrafficController's mBpfEnabled & friendsMaciej Żenczykowski2021-01-201-5/+2
* Add Restricted Mode Firewall ChainPatrick Rohr2020-12-021-4/+14
* Mostly remove "blacklist" and "whitelist" from netd.Lorenzo Colitti2020-07-301-32/+32
* simplify: BpfLevel -> BpfEnabled where appropriateMaciej Żenczykowski2020-02-121-2/+1
* FirewallController - make mUseBpfOwnerMatch a boolMaciej Żenczykowski2020-02-111-10/+10
* Get bpf level when check bpf supportChenbo Feng2019-02-151-7/+8
* Firewall-related commands portingLuke Huang2018-10-241-10/+16
* Merge all uid owner match map into oneChenbo Feng2018-08-061-3/+0
* FirewallController: discover max uid in the current user namespaceHugo Benichi2018-07-231-8/+67
* netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-1/+1
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* Add xt_owner module support in trafficControllerChenbo Feng2018-04-121-1/+25
* Migrate INetd String16 method to std::stringErik Kline2018-03-181-3/+3
* [ipsec-doze] Add fchown capabilities, and fw rulesBenedict Wong2017-12-181-0/+9
* Allow connectivity-critical packets in data saver mode.Lorenzo Colitti2017-09-261-7/+14
* Convert last FirewallController command to iptables-restore.Lorenzo Colitti2017-07-181-8/+23
* Convert {enable,disable}Firewall to iptables-restoreLorenzo Colitti2017-07-171-10/+15
* Move enableChildChains to iptables-restore.Lorenzo Colitti2017-04-281-15/+6
* Reorder the commands in whitelist chains.Lorenzo Colitti2017-04-251-8/+16
* Use IptablesRestoreController for UID rule updates.Lorenzo Colitti2017-04-251-16/+15
* Merge "Remove unused CommandListener egress firewall cmds"Robin Lee2017-04-221-57/+0
|\
| * Remove unused CommandListener egress firewall cmdsRobin Lee2017-03-271-57/+0
* | Really always allow networking on loopback.Lorenzo Colitti2017-03-301-1/+2
|/
* Speed up FirewallController startup.Lorenzo Colitti2017-02-101-16/+7
* Allow networking on loopback in doze, standby, and powersave.Lorenzo Colitti2016-07-281-0/+3
* Silence spammy iptables rule at boot.Pierre Imai2016-05-271-1/+1
* Make FirewallController::createChain use replaceUidChain.Lorenzo Colitti2016-05-161-28/+2
* Make firewallReplaceUidChain match the behaviour of createChain.Lorenzo Colitti2016-05-161-12/+24
* Allow TCP RSTs to make it through firewall rules.Lorenzo Colitti2016-04-261-1/+13
* Whitelist system apps when using bw_happy_box.Felipe Leme2016-03-141-3/+0
* Merge changes I2dc1a074,Ic83d8160,I246696c4 into nyc-devLorenzo Colitti2016-03-021-1/+41
|\
| * Add an RPC to replace a UID firewall rule.Lorenzo Colitti2016-03-021-1/+41
* | Created a firewall chain for power save mode.Felipe Leme2016-02-101-0/+13
|/
* Don't break IPv6 connectivity when in doze mode.Lorenzo Colitti2015-09-021-0/+19
* netd: add default fw white list for system uidsXiaohui Chen2015-06-251-0/+6
* netd: add two child chains to firewallXiaohui Chen2015-06-151-24/+113
* Blacklist uids for network accessAmith Yamasani2015-04-291-11/+38
* server: check interface names in RPC arguments for validityJP Abgrall2014-06-191-0/+5
* Move netd_client into netd.Sreeram Ramachandran2014-05-211-0/+149