summaryrefslogtreecommitdiffstats
path: root/server/NetlinkCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's [[nodiscard]] instead of WARN_UNUSED_RESULTBernie Innocenti2019-08-211-10/+18
* Include <sys/uio.h> where it is usedTom Cherry2019-01-151-3/+4
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-1/+1
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* Add XfrmController to NetdNativeServiceNathan Harold2017-04-011-4/+4
* Use our netlink code to flush routes as well.Lorenzo Colitti2017-02-161-6/+70
* Don't call NetlinkCallbacks with nullptr on NLMSG_DONE.Lorenzo Colitti2017-02-141-1/+0
* Move the netlink command code to a new NetlinkCommands file.Lorenzo Colitti2017-02-141-0/+153