summaryrefslogtreecommitdiff
path: root/server/SockDiag.cpp
AgeCommit message (Expand)Author
2021-06-17Specify the ifindex when destroying sockets on link-local.Treehugger Robot
2021-01-22Do not destroy adb socket when it is running over TCP.steven_fann
2020-04-30SockDiag - fix a deadcode warningMaciej Żenczykowski
2019-10-11[netd] fix -Wreorder-init-listNick Desaulniers
2019-06-14Move ScopedAddrinfo to libnetdutilsLuke Huang
2019-05-29Remove floating-point time functions from StopWatchBernie Innocenti
2019-04-03Move Stopwatch to libnetdutilsMike Yu
2018-06-07netd: Enable clang-tidy and fix all warningsBernie Innocenti
2018-04-23Rename <cutils/log.h> to <log/log.h>Logan Chien
2018-01-30TcpSocketMonitor code hardeningHugo Benichi
2018-01-24Add the number of struct tcp_info bytes read from NetlinkHugo Benichi
2018-01-17Add Fwmark to TCP socket dumps interfaceHugo Benichi
2018-01-17TCP socket monitoring: minimum SockDiag primitivesHugo Benichi
2017-02-14Don't call NetlinkCallbacks with nullptr on NLMSG_DONE.Lorenzo Colitti
2017-02-14Add a generic netlink dump function and use it in SockDiag.Lorenzo Colitti
2017-02-14Put most of netd into the android::net namespace.Lorenzo Colitti
2016-12-20SockDiag.cpp: Add O_CLOEXEC to tcpdiag socketsNick Kralevich
2016-10-27Move Stopwatch into its own headerRobin Lee
2016-10-25Close sockets when changing network permissions.Lorenzo Colitti
2016-10-25Add tests for interface add/remove binder APIErik Kline
2016-10-25Don't close loopback sockets when a VPN connects or entering doze.Lorenzo Colitti
2016-08-04Merge "Fix clang-tidy performance warnings in SockDiag."Chih-Hung Hsieh
2016-07-28Fix clang-tidy performance warnings in SockDiag.Chih-Hung Hsieh
2016-04-15Move the Stopwatch class to NetdConstants.Lorenzo Colitti
2016-04-14Kill sockets when a VPN comes up.Lorenzo Colitti
2016-03-25Support destroying sockets for UIDs.Lorenzo Colitti
2016-03-14Use SOCK_DESTROY in netd.Lorenzo Colitti
2016-03-14Support killing sockets using SOCK_DESTROY.Lorenzo Colitti
2016-02-17Use SOCK_DESTROY in netd.Lorenzo Colitti
2016-02-15Support killing sockets using SOCK_DESTROY.Lorenzo Colitti