- 04 Dec, 2015 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Ice6d43c0f9b16b8fb441158a0f7344dfbf969dea
-
- 05 Nov, 2015 2 commits
-
-
Kenny Root authored
-
Adam Langley authored
The function PKCS5_PBKDF2_HMAC_SHA1 can fail for a number of reasons and thus its return value should be checked and handled. Change-Id: I63bd1378e78926372309072c3fa821666cac1b01
-
- 02 Nov, 2015 3 commits
-
-
Gaurav Shah authored
am: 04c820c5 * commit '04c820c5': netd: Add NOTICE and MODULE_LICENSE_* files
-
Gaurav Shah authored
-
Gaurav Shah authored
BUG: 24605215 Change-Id: Ice2df1dcaca7af089e6228c4bbf5b5b285b51622
-
- 03 Sep, 2015 1 commit
-
-
Lorenzo Colitti authored
* commit 'c8683d7e': Don't break IPv6 connectivity when in doze mode.
-
- 02 Sep, 2015 1 commit
-
-
Lorenzo Colitti authored
Working IPv6 connectivity relies on the kernel being able to receive certain ICMPv6 packets (router advertisements, neighbour solicitations, neighbour advertisements) at all times. Allow these packets when in doze mode. This is not necessary for IPv4 because in IPv4 these functions use ARP, which is invisible to iptables. Bug: 23158230 Change-Id: I29ed77561db9688486cf58cd14ac3bce7fce4b40
-
- 27 Aug, 2015 3 commits
-
-
Tom Cherry authored
* commit 'f228899a':
-
Yusuke Sato authored
* commit '56cc45f1':
-
Yusuke Sato authored
* commit 'c132be49':
-
- 21 Aug, 2015 5 commits
-
-
Tom Cherry authored
* commit '8246d45e': bundle init.rc contents with its service
-
Tom Cherry authored
* commit '8246d45e': bundle init.rc contents with its service
-
Tom Cherry authored
-
Yusuke Sato authored
* commit 'f2fed764': Make iptables -L and -S calls wait for xtables lock
-
Yusuke Sato authored
* commit 'f2fed764': Make iptables -L and -S calls wait for xtables lock
-
- 20 Aug, 2015 5 commits
-
-
Yusuke Sato authored
* commit '93e6f6a7': Make iptables -L and -S calls wait for xtables lock
-
Tom Cherry authored
Bug: 23186545 Change-Id: Iab00111d55494def6009c7b6c0da56ecd4b6aa9f
-
Yusuke Sato authored
(cherry picked from commit 99b40503) Bug:22802665 Change-Id: Ief59212ab976af940887508fab706b5be07005c6
-
Yusuke Sato authored
* commit '93e6f6a7': Make iptables -L and -S calls wait for xtables lock
-
Yusuke Sato authored
-
- 19 Aug, 2015 1 commit
-
-
Yusuke Sato authored
Bug:22802665 Change-Id: I95b83ec0a926208e20659ad4b5355cf8500821f5
-
- 18 Aug, 2015 1 commit
-
-
Stephen Hines authored
Bug: 23239997 The Clang update exposed a latent bug in the code here, where a pointer to a local variable escaped the encapsulating block. Clang noticed the end of this object's lifetime, and removed assignments to its original storage (because they are now dead assignments). By moving the union out of the block, it will survive until the sendmsg() call, and the expected writes will be restored. Change-Id: If2106d2f53d761ddca6dd26ab2648244d737dcd9
-
- 04 Aug, 2015 2 commits
-
-
Paul Jensen authored
-
Paul Jensen authored
Without this wait iptables commands can fail with various unpleasant consequences like Log.wtf() or missing iptables rules. The most critical calls to iptables in NetdConstants.cpp already wait for the lock. Bug:22802665 Change-Id: I7d542c3d4f0e005618e368da674159b90d652c8a
-
- 28 Jul, 2015 1 commit
-
-
Erik Kline authored
Bug: 19470192 Bug: 21832279 Bug: 22464419 Change-Id: I53a9e592a03fd16c124dcae2a47c6ac2e9049c48
-
- 06 Jul, 2015 1 commit
-
-
Erik Kline authored
Add a new NetworkController::getNetworkContext() that builds the contents of a struct net_context out of getNetworkForConnect() and getNetworkForDns(). Bug: 19470192 Bug: 20733156 Bug: 21832279 Change-Id: I5a69b0413a83d33be28b78c0a99359b109517a8f
-
- 26 Jun, 2015 1 commit
-
-
Xiaohui Chen authored
In uid firewall white list, we white list the system uid range by default to make sure system processes will always have network access. BUG:22094135 Change-Id: I8f472a98a9fd93591a2887982cec1458d7683613
-
- 15 Jun, 2015 1 commit
-
-
Xiaohui Chen authored
This is an attempt to speed up getting out of device idle. It groups uid firewall rules in these child chains so we can attach/detach a whole chain instead of individual uid rules. BUG:21446713 Change-Id: I61dc7d14110e633c5994e466481b9cac633a7a4f
-
- 03 Jun, 2015 1 commit
-
-
Erik Kline authored
Change-Id: Ie996c9b4f84f9cd8395abb592ecf0c04cfdc4023
-
- 13 May, 2015 4 commits
-
-
Erik Kline authored
-
Erik Kline authored
-
Erik Kline authored
Add an InterfaceController::setBaseReachableTimeMs() method to set the ARP/ND default reachable time, as configured in: /proc/sys/net/ipv4/{interface}/base_reachable_time_ms /proc/sys/net/ipv6/{interface}/base_reachable_time_ms Bug: 18581716 Change-Id: Idc652e81396d81efe0f08bb1d6dc38bc8e554a56
-
Erik Kline authored
Bug: 18581716 Change-Id: I85aec575a318861468ea4707b70ed747c27293c7
-
- 06 May, 2015 1 commit
-
-
Paul Jensen authored
This new FwmarkServer API is only accessible from system apps. Bug:20470604 Change-Id: Ie2376cdddc10f658fcc5802ef3e8dc9f1948d5c0
-
- 29 Apr, 2015 1 commit
-
-
Amith Yamasani authored
FirewallController can now be in blacklist mode (aka disabled) or whitelist mode (aka enabled). Some of the methods don't do anything when in blacklist mode. Uid rules updated to allow dropping packets to uids that shouldn't get any network access, usually for idle apps. Added a wait option to iptables calls to make sure it doesn't fail if there's contention. Fixes a flakiness I was seeing in removing rules. Bug: 20066058 Change-Id: I815bcb45aa06d04020e902df8c67bb3894e98f40
-
- 28 Apr, 2015 1 commit
-
-
Ruchi Kandoi authored
Change-Id: Ib85b85fc12b20436e0d788d5c3ec66306c632b57 Signed-off-by:
Ruchi Kandoi <kandoiruchi@google.com> Bug: 20264396 (cherry picked from commit 05c39f0a)
-
- 01 Apr, 2015 1 commit
-
-
Erik Kline authored
Change-Id: I90e2d4f64a5c3ec9f640fd7dc41438517110cf68
-
- 27 Mar, 2015 1 commit
-
-
Dan Albert authored
This is a no-op. Change-Id: Ic9d3070b7c329d9744ed660e426c5f39704ffccc
-