summaryrefslogtreecommitdiffstats
path: root/server/NetlinkHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Specify the ifindex when destroying sockets on link-local.Lorenzo Colitti2021-06-171-1/+5
* Fix DeathRecipient not work problem for UnsolicitedEventListenerLuke Huang2019-04-031-9/+9
* Move ResponseCode to libnetdutilsMike Yu2019-04-021-1/+0
* Allow registering multiple event listeners from the same processBernie Innocenti2019-02-011-10/+9
* Netd unsolicited event portingLuke Huang2019-01-231-73/+94
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-3/+3
* Merge "Do not destroy socket when VPN interface address is still in use"Rubin Xu2018-06-271-24/+42
|\
| * Do not destroy socket when VPN interface address is still in useRubin Xu2018-06-071-24/+42
* | netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-0/+1
|/
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* limit IFINDEX matching to specific actions.Chenbo Feng2018-03-211-10/+14
* Add a eBPF map to store iface name and indexChenbo Feng2018-03-131-0/+12
* Put most of netd into the android::net namespace.Lorenzo Colitti2017-02-141-0/+6
* Fix clang static analyzer warnings.Manoj Gupta2016-11-301-2/+2
* Listen to xt_quota2 kobject event for quotaBryse Flowers2016-10-251-1/+1
* Stop using SIOCKILLADDR in netd.Lorenzo Colitti2016-03-221-11/+0
* Use SOCK_DESTROY in netd.Lorenzo Colitti2016-02-171-6/+29
* netd: Adds support for uid in idletimer netlink notification.Ruchi Kandoi2015-04-271-2/+9
* Follow NetlinkEvent refactoring.Jeff Sharkey2015-03-131-16/+16
* Offer to detect non-SSL/TLS network traffic.Jeff Sharkey2015-01-151-0/+9
* Reset connections whenever an address goes away.Sreeram Ramachandran2014-09-081-0/+9
* Notify network observers of route changes.Lorenzo Colitti2014-06-211-2/+25
* Revert "Notify network observers of route changes."Lorenzo Colitti2014-06-201-25/+2
* Notify network observers of route changes.Lorenzo Colitti2014-06-201-2/+25
* Turn on C++11 and make all warnings into errors.Sreeram Ramachandran2014-05-291-1/+0
* Move netd_client into netd.Sreeram Ramachandran2014-05-211-0/+167