summaryrefslogtreecommitdiff
path: root/server/PhysicalNetwork.cpp
AgeCommit message (Expand)Author
2021-07-01Support subsidiary priority on UID rangesKen Chen
2021-03-31Remove Network::Type and Network::getType()Ken Chen
2021-03-23Implement addUsers()/removeUsers() in derived classesKen Chen
2021-02-02Configurable per application default networkKen Chen
2020-01-23netd: Route MTUTyler Wear
2019-08-21Use C++17's [[nodiscard]] instead of WARN_UNUSED_RESULTBernie Innocenti
2018-10-25Refactor UidRange by using stable aidl structureLuke Huang
2017-09-08Invalidate dst caches when changing network permissions.Lorenzo Colitti
2017-02-14Put most of netd into the android::net namespace.Lorenzo Colitti
2016-09-21Close sockets when changing network permissions.Lorenzo Colitti
2014-08-01Remove default routing rule & table before we forget table number.Paul Jensen
2014-07-25Implement the fallthrough rule to support split tunnel VPNs.Sreeram Ramachandran
2014-07-07Update routing rules.Sreeram Ramachandran
2014-07-01Cosmetic: Add a way to query the type of a network.Sreeram Ramachandran
2014-07-01Refactor: Encapsulate permissions and interfaces into a Network class.Sreeram Ramachandran