summaryrefslogtreecommitdiffstats
path: root/server/VirtualNetwork.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support subsidiary priority on UID rangesKen Chen2021-07-011-9/+16
* Remove Network::Type and Network::getType()Ken Chen2021-03-311-4/+0
* Implement addUsers()/removeUsers() in derived classesKen Chen2021-03-231-0/+30
* Move addUsers/removeUsers from VirtualNetwork to NetworkKen Chen2020-12-251-55/+1
* Move appliesToUser() from VirtualNetwork to NetworkKen Chen2020-12-091-5/+0
* Remove getHasDns() and VirtualNetwork.mHasDnscken2018-12-181-9/+2
* Refactor UidRange by using stable aidl structureLuke Huang2018-10-251-1/+3
* Put most of netd into the android::net namespace.Lorenzo Colitti2017-02-141-0/+6
* Don't close loopback sockets when a VPN connects or entering doze.Lorenzo Colitti2016-07-281-1/+1
* Kill sockets when a VPN comes up.Lorenzo Colitti2016-04-141-2/+30
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-251-5/+10
* Add full support for UIDs in VPNs.Sreeram Ramachandran2014-07-071-27/+35
* Update routing rules.Sreeram Ramachandran2014-07-071-4/+8
* Keep track of users allowed to call protect() explicitly.Sreeram Ramachandran2014-07-021-1/+1
* Cosmetic: Add a way to query the type of a network.Sreeram Ramachandran2014-07-011-0/+4
* Add UID range support to VPNs.Sreeram Ramachandran2014-07-011-2/+24
* Introduce VPN support.Sreeram Ramachandran2014-07-011-0/+52