- 29 Nov, 2012 1 commit
-
-
Robert Greenwalt authored
bug: 7530471 Change-Id: Id2c445449c9abffbb00c774f180ec7f561570cb2
-
- 07 Mar, 2012 1 commit
-
-
Nick Kralevich authored
Bug: 6132094 Change-Id: I76aef21b07c07db76bbc6587ae732b1ceb4488ce
-
- 29 Feb, 2012 1 commit
-
-
Jaime A Lopez-Sollano authored
Define MAX_IFACE_LENGTH as IFNAMSIZ instead of 10, to prevent netd from treating an interface name 'rmnet_sdio0' as invalid. Also fix an off-by-one error. bug:5675718 Change-Id: I2b6ba823c89941031e5898b24dab388cd9c2dae8
-
- 18 Jan, 2012 1 commit
-
-
Kazuhiro Ondo authored
The functionality was lost during merge in ICS branch. This patch is adding back OEM iptables hook in netd. Bug:5862460 Change-Id: I9444b8c53e8b84fea2002c2c1d9ba42e45ae5f0c
-
- 14 Dec, 2011 1 commit
-
-
JP Abgrall authored
While working around the logwrap() issue, it was replaced with system() which could lead to various commands getting misinterpreted. We now use a system() equivalent that doesn't use "sh -c". Bug:5758556 Change-Id: I2599b526ac34bcfca18d05261286d902d547efda
-
- 22 Nov, 2011 1 commit
-
-
Robert Greenwalt authored
Was not building secondary tables properly. Also IPv6 host routes were failing. bug:5615697 Change-Id: I0d5ad2ed7d13e4d5bd8c2f8ce15fc0ccb36a4690
-
- 04 Nov, 2011 1 commit
-
-
Robert Greenwalt authored
bug:5495862 bug:5396842 Change-Id: I51f21060947f57e63b18c4d35e9d49fac488d48a
-
- 02 Nov, 2011 1 commit
-
-
Robert Greenwalt authored
Regardless of errors we should try to do as much as possible. Sometimes some steps may fail if interfaces are taken down before we can un-nat them. bug:5536516 Change-Id: I9c9b0123198dba890565e0a6e4e15add16b369c2
-
- 26 Oct, 2011 1 commit
-
-
Irfan Sheriff authored
TKIP+CCMP for WPA and the secure CCMP for WPA2 Bug:5515097 Change-Id: I877d1f4075c3df83149aca23b59c285d2fe093e1
-
- 07 Oct, 2011 1 commit
-
-
JP Abgrall authored
Now, when nat is enabled/disabled it will let the bandwidthcontroller know that it might need to add/remove the matching global alert into the tethering rules in the FORWARD chain of iptables. Bug: 5336638 Change-Id: I1843f3f6601f371537f754a31db792e054b36a1d
-
- 29 Sep, 2011 1 commit
-
-
repo sync authored
Bug: 5388757 Change-Id: I0506254948477cbff05603faed625cc73d94d777
-
- 27 Sep, 2011 1 commit
-
-
Lorenzo Colitti authored
Change-Id: I04c8de503229d1dce6bd08c286b7017eaea11039
-
- 18 Sep, 2011 1 commit
-
-
JP Abgrall authored
* Add ndc bandwidth gettetherstats <ifaceIn> <ifaceOut> which returns 221 ifaceIn ifaceOut rx_bytes rx_packets tx_bytes tx_packets If the iface pair is not found it will fail. 221 is the new response code for TetheringStatsResult. It gets the stats by looking at the iptables FORWARD chain's counters. * Fixed return handling after some of the responses. - no need for errorno - after ResponseCode >= 200, don't return another. * Correctly initialize the alert values on "bandwidth enable" Bug: 5244846,5230066 Change-Id: I81c941441525fa4055ae270d5cad05e6c42b8f72
-
- 14 Sep, 2011 2 commits
-
-
Irfan Sheriff authored
-
Irfan Sheriff authored
Bug: 3360737 Change-Id: Ifa13c425c6168acdd01600d49c1fb52288c60d3c
-
- 08 Sep, 2011 1 commit
-
-
JP Abgrall authored
Have the alerts explicitly request "not loopback". Change-Id: I7a569292e630c2b8ec76489643741f53ab85b84e
-
- 03 Sep, 2011 1 commit
-
-
Irfan Sheriff authored
The ioctl to set netmask fails when the interface address is 0.0.0.0. The kernel always keeps the netmask as 0 when the address is 0.0.0.0. Avoid making a call to prefix length when address is 0.0.0.0 Bug: 5255172 Change-Id: Id32f7823b2230fb9ac7cd45b0df1951f11338112
-
- 12 Aug, 2011 1 commit
-
-
JP Abgrall authored
The logwrapper uses a blocking read() which does not always correctly detect when the child process at the other end is gone. This is a quick workaround for http://b/5144246 A cleaner logwrapper parent() will follow. Add support for BandwidthController() to use either system() or logwrap(). It looks at "persist.bandwidth.uselogwrap" to be 0 or 1. Change-Id: I2d17732214f1a7fef6838eee05d827695b707ab0 Signed-off-by:
JP Abgrall <jpa@google.com>
-
- 04 Aug, 2011 2 commits
-
-
Robert Greenwalt authored
* commit 'e98a5816': Fix two error-case unwinders.
-
Robert Greenwalt authored
* commit '6e4d5db1': Fix two error-case unwinders.
-
- 03 Aug, 2011 1 commit
-
-
Robert Greenwalt authored
Noticed by moto, I missed to calls to actually do the unwinding. Change-Id: Ie4da4979a3ad0eedcb6d468fecdff6614b1819bd
-
- 02 Aug, 2011 3 commits
-
-
Robert Greenwalt authored
* commit '69a5b777': Add DROP rule for INVALID packets.
-
Robert Greenwalt authored
* commit 'ddb9f6eb': Add DROP rule for INVALID packets.
-
Robert Greenwalt authored
bug:5094583 Change-Id: Ib942c557e7f2694b6ee18cc6562df597165894ce
-
- 01 Aug, 2011 2 commits
-
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
Workaround to avoid __nl80211_set_channel() to fail Change-Id: I710f18c66cff66413f7133d65b2adcf53d67a8e7 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 29 Jul, 2011 3 commits
-
-
Wink Saville authored
* commit '51c1ce04': DO NOT MERGE: Update OEM iptable hooks and ip fwd
-
Wink Saville authored
* commit '4309f87d': DO NOT MERGE: Update OEM iptable hooks and ip fwd
-
Wink Saville authored
This is a squash of two changes from partner repo: Clean up OEM iptables hooks Id: Ife7a1c08ca88beba2dede776d2e4dd6097dad05a And Add hooks for OEM iptables rules and IP fwd - Useful for integrating peripherals that use IP for control and diagnostics. - Add hooks for specifying static iptables rules at startup. - Add system prop to keep IP forwarding enabled all the time. - Remove the ro.bootmode=bp-tools hacks. Id: Ic70d4c88179c530414505976193bf616037500a6 Bug: 5045218 Change-Id: I4229d3576426880b68ac448f9fbb67f2f8f304a0
-
- 28 Jul, 2011 1 commit
-
-
JP Abgrall authored
-
- 27 Jul, 2011 4 commits
-
-
JP Abgrall authored
am 59da4baf: (-s ours) am b725a59f: Merge "DO NOT MERGE: NatController: remove flushing the INPUT/OUTPUT tables." into honeycomb-LTE * commit '59da4baf': DO NOT MERGE: NatController: remove flushing the INPUT/OUTPUT tables.
-
Robert Greenwalt authored
* commit '7d8c2811': Add dns proxy controls from opensource.
-
JP Abgrall authored
am b725a59f: Merge "DO NOT MERGE: NatController: remove flushing the INPUT/OUTPUT tables." into honeycomb-LTE * commit 'b725a59f': DO NOT MERGE: NatController: remove flushing the INPUT/OUTPUT tables.
-
JP Abgrall authored
-
- 26 Jul, 2011 3 commits
-
-
JP Abgrall authored
Some kernels used with ICS do not have the needed modules (quota2 with NFLOG support). For those, we just don't allow NFLOG which will cripple quota alerts. This is a temp workaround until kernels are prebuilts. Change-Id: I403ba894aefb67996d791bd06055b8fec97d1407 Signed-off-by:
JP Abgrall <jpa@google.com>
-
Robert Greenwalt authored
* commit 'a45de8a8': Add dns proxy controls from opensource.
-
JP Abgrall authored
DO NOT MERGE: cherry-pick from master, as oem's will be updating this file in HC. It doesn't use them, so it should not have to flush them. This is a minimalistic attempt to cooperate with the BandwidthController. Change-Id: Ia175a86403adf034ac6f44d7ebc4ebe941881368
-
- 25 Jul, 2011 3 commits
-
-
Robert Greenwalt authored
Port of change 22099 from the opensource. bug:5060618 Change-Id: Ic99345881fcb30c6f1d5545a32401e6ada865d78
-
Dmitry Shmidt authored
Change-Id: Ib5ea7a6767a4ab7c4244bfc27248ee04340018a7 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
JP Abgrall authored
-