- 16 May, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I51d86c45479eb7be5e06325d344a6d1c21fd5247
-
- 09 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 08 May, 2012 1 commit
-
-
JP Abgrall authored
The new vsync api uses uevents to notify userspace... 60 events/sec. :( Don't log unexpected event's subsystem if it is one of the known ones. Change-Id: Ie900898b326c9451b76ac5f6ba047870fd62093a
-
- 03 May, 2012 1 commit
-
-
JP Abgrall authored
Only have qtaguid only count in the bw_INPUT/bw_OUTPUT chains and not in the costly_* subchains. We don't use --goto anymore. Change-Id: I2eded2e0fa12b46843d32e74406cfeda85f242d1
-
- 30 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 27 Apr, 2012 3 commits
-
-
JP Abgrall authored
Use the naughtyAppUids list before inserting a new app. Bug: 6292513 Change-Id: I6726b7d589569a6198b8a0ff32c32c0e40ed5319
-
JP Abgrall authored
Before, qtaguid would rely on netdev (up/down) callbacks to read out the dev rx/tx stats. Now it uses (raw) PREROUTING and (mangle) POSTROUTING iptable hooks. We use mangle on the out path because nat is not available in ipv6. The NatController only masquerades in nat POSTROUTING so we don't count traffic that might get dropped. Bug: 5444089 Change-Id: I997b8b3c81264a545f1f575baaf0445c0afc8f72
-
JP Abgrall authored
The initial idletimer support required using NETLINK_IDLETIMER netlink socket type. Instead we now just re-use the existing KOBJECT_UEVENT socket. Change-Id: I951f2f29182c7cf7f29a054a0eabc88dc25f6d1f
-
- 26 Apr, 2012 2 commits
-
-
JP Abgrall authored
Some commands are run to be able to recover after failures. Those cleanup commands are generally allowed to fail. But the lower level system commands would log an error. Now that error is hidden if nobody will care about the result. A "#define LOG_NDEBUG 0" will show those failing commands. Removed leftover LOG_NDEBUG in CommandListener. Bug: 6377175 Change-Id: I1205fb077f7d0496969bd2a0b5da42025bc5a8dc
-
JP Abgrall authored
iptables top-level chain updates should happen within CommandListener() when it invokes the various modules' setupIptablesHooks(). And remove the extra DROP rule. Change-Id: I33d2cfbd5444516f855ff85152c472352944cc77
-
- 25 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 24 Apr, 2012 1 commit
-
-
Robert Greenwalt authored
-
- 23 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 20 Apr, 2012 2 commits
-
-
Robert Greenwalt authored
They sometimes contain spaces so a space-delimited response requires more care. bug: 6353048 Change-Id: I84d5cc156bf4d9f1419b7202e9aa00ddb7209b2f
-
JP Abgrall authored
* modified iptables users to work in controller specific custom chains. - each controller only works withing his own custom chains and not the top level ones (INPUT, OUTPUT, FORWARD, POSTROUTING,...) - CommandListener now invokes setupIptablesHooks() for each controller once. That is the only time they are allowed to access the top-level chains. * Added idletimer controller. From https://android-git.corp.google.com/g/#/c/180769/2 - supported commands . ndc idletimer enable . ndc idletimer add <iface> <timeout> . ndc idletimer remove <iface> <timeout_used_during_add> There is a framework change elsewhere that receives netlink messages. Signed-off-by:
Ashish Sharma <ashishsharma@google.com> Signed-off-by:
JP Abgrall <jpa@google.com> Change-Id: Ia57450c09166ce20f21d1e3b49047ef1e98f2a3d
-
- 19 Apr, 2012 1 commit
-
-
Jeff Sharkey authored
Bug: 6344821 Change-Id: Ic8cd235a1cbdd848ff839f6f0f03161de2090751
-
- 16 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 12 Apr, 2012 2 commits
-
-
Robert Greenwalt authored
Uses extern/mdnsresponder and communicate with the framework via nativedaemonconnector. Change-Id: I5c090528197afa090836d7cb5bf75dfba33ff11c
-
Ashish Sharma authored
Change-Id: Ifda5b8ecf68533eea42b133dbe0a581b4401ab11
-
- 03 Apr, 2012 1 commit
-
-
Mike Lockwood authored
-
- 21 Mar, 2012 7 commits
-
-
The Android Open Source Project authored
* commit '19ac8238':
-
The Android Open Source Project authored
* commit '99c65114':
-
The Android Open Source Project authored
Change-Id: I6cf64c289005dccb3d60c972686b7c335aa015a4
-
The Android Open Source Project authored
* commit 'd7a9ff6d':
-
The Android Open Source Project authored
* commit '17654593':
-
The Android Open Source Project authored
Change-Id: If53997c291c7c51332b57f572fbbfc70f7527166
-
The Android Automerger authored
-
- 16 Mar, 2012 1 commit
-
-
Dmitry Shmidt authored
Change-Id: Id2b43001d95259fbaf25108bf95dfae3802b79bf Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 12 Mar, 2012 1 commit
-
-
The Android Automerger authored
-
- 10 Mar, 2012 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 09 Mar, 2012 9 commits
-
-
Selim Gurun authored
Merge "We are not reverting this CL since it was a temporary fix and we just submitted the proper one."
-
Selim Gurun authored
Revert "Do not send extra data the client is not consuming." This reverts commit 6217272e
-
Selim Gurun authored
-
Dmitry Shmidt authored
-
Selim Gurun authored
Bug:6141847 Ignore sigpipe in netd. This will enable us remove the temporary changes in DnsProxyListener that we added to temporarily resolve issue 6138617. Change-Id: I4bc13ac0fcf9dd0e7641c2d4459b1eab0ed50f2a
-
The Android Automerger authored
-
Selim Gurun authored
Bug:6138617 This is to temporarily fix a problem in netd. In case of an error do not send extra data that the client is not expecting. This causes a netd crash. Change-Id: Iadb375e326577857034c2a7d2e962e4242d4735f
-
Selim Gurun authored
Bug:6138617 This is to temporarily fix a problem in netd. In case of an error do not send extra data that the client is not expecting. This causes a netd crash. Change-Id: Iadb375e326577857034c2a7d2e962e4242d4735f
-
Dmitry Shmidt authored
Change-Id: I81ec40b8dd560eb9b6430eafc05d5e7714e0f042 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-