52e673f59eecf3e24b3b257bec0f977da5c35325 |
|
23-Apr-2015 |
Ruchi Kandoi <kandoiruchi@google.com> |
netd: Adds support for uid in idletimer netlink notification. Change-Id: Ib85b85fc12b20436e0d788d5c3ec66306c632b57 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com> Bug: 20264396 (cherry picked from commit 05c39f0a048abf6b8a44f17063f0c1f8c16285ed)
/system/netd/server/NetlinkHandler.cpp
|
32fa9ba006ce62737cdcc48b9df2b2f4a432d5e1 |
|
13-Mar-2015 |
Jeff Sharkey <jsharkey@android.com> |
Follow NetlinkEvent refactoring. Change-Id: Ibb6101c8741f862f4732fb200f646dfd329f4782
/system/netd/server/NetlinkHandler.cpp
|
fbe497fcd808e4317572ad48c42545105309a347 |
|
29-Oct-2014 |
Jeff Sharkey <jsharkey@android.com> |
Offer to detect non-SSL/TLS network traffic. Introduces new module that provides network-related features for the StrictMode developer API. The first feature offers to detect sockets sending data not wrapped inside a layer of SSL/TLS encryption. This carefully only adds overhead to UIDs that have requested detection, and it uses CONNMARK to quickly accept/reject packets from streams that have already been inspected. Detection is done by looking for a well-known TLS handshake header; it's not future proof, but it's a good start. Handles both IPv4 and IPv6. When requested, we also log the triggering packet through NFLOG and back up to the framework to aid investigation. Bug: 18335678 Change-Id: Ie8fab785139dfb55a71b6dc7a0f3c75a8408224b
/system/netd/server/NetlinkHandler.cpp
|
af37dd3e6f40b9fc5a30ec462a8d2504380a3c9f |
|
09-Sep-2014 |
Sreeram Ramachandran <sreeram@google.com> |
Reset connections whenever an address goes away. Bug: 15414453 Change-Id: Ibf1f052e12b88838a328148e25817a96f10d50f5
/system/netd/server/NetlinkHandler.cpp
|
bd0f224f077264f21fa858b7a93062e3b8564006 |
|
12-Jun-2014 |
Lorenzo Colitti <lorenzo@google.com> |
Notify network observers of route changes. This reverts commit 20d3f5e856a38ef22851e32d7f9b6a7cd02eb459. Bug: 9180552 Change-Id: I004448e2f0c731f6ca2c6d3535dc4dd51a622293
/system/netd/server/NetlinkHandler.cpp
|
20d3f5e856a38ef22851e32d7f9b6a7cd02eb459 |
|
20-Jun-2014 |
Lorenzo Colitti <lorenzo@google.com> |
Revert "Notify network observers of route changes." This reverts commit d2f23fb6285000831f14cacc16881d96f6046c33. Change-Id: Ifabbc6848ab33842461465fccb9886863a08aec6
/system/netd/server/NetlinkHandler.cpp
|
d2f23fb6285000831f14cacc16881d96f6046c33 |
|
12-Jun-2014 |
Lorenzo Colitti <lorenzo@google.com> |
Notify network observers of route changes. Bug: 9180552 Change-Id: Ic23025e4d7cb4e58ae59017777267ac45f00b434
/system/netd/server/NetlinkHandler.cpp
|
56afacf838d24cf8e54d2cf0d8ab9182ab704125 |
|
29-May-2014 |
Sreeram Ramachandran <sreeram@google.com> |
Turn on C++11 and make all warnings into errors. As a consequence: + Comment out the names of all unused parameters. + Remove all unused variables and functions. In server/Android.mk, there are a couple of non-trivial changes: + Use libcxx instead of stlport. This is needed to fix a bunch of errors due to specifying -std=c++11. + LOCAL_SHARED_LIBRARIES is sorted. Technically, the order in which libraries are listed has an effect on linking, but nobody should be doing such brittle things anyway. Change-Id: I0aff5b745e04609da23144d0e8be4c5694321b8b
/system/netd/server/NetlinkHandler.cpp
|
f4cfad361175a7f9ccf4d41e76a9b289c3c3da22 |
|
21-May-2014 |
Sreeram Ramachandran <sreeram@google.com> |
Move netd_client into netd. Change-Id: Ie4b6b303225c93f2448a503d6ea9cebb552cbad5
/system/netd/server/NetlinkHandler.cpp
|