summaryrefslogtreecommitdiffstats
path: root/services/jni/com_android_server_connectivity_Vpn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-14/+14
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* VPN: Hook up the new control protocol and network state.Chia-chi Yeh2011-07-141-62/+104
* VPN: rename some variables.Chia-chi Yeh2011-07-031-11/+11
* VPN: merge JNI methods.Chia-chi Yeh2011-07-021-102/+60
* VPN: correct the netmask for IPv4.Chia-chi Yeh2011-06-301-2/+2
* VPN: refactor few JNI methods for the usage of legacy VPN.Chia-chi Yeh2011-06-301-114/+147
* VPN: make the file descriptor non-blocking by default.Chia-chi Yeh2011-06-161-0/+8
* VPN: do not allow zero prefix length in routing rules.Chia-chi Yeh2011-06-131-2/+2
* VPN: do not use gateway in routing rules.Chia-chi Yeh2011-06-131-26/+7
* VPN: tolerate duplicated routes.Chia-chi Yeh2011-06-131-2/+2
* VPN: fix a bad optimization of zeroing ifr_flags lately.Chia-chi Yeh2011-06-131-1/+1
* VPN: set IFF_NO_PI on TUN interface.Chia-chi Yeh2011-06-131-1/+1
* VPN: add MTU support.Chia-chi Yeh2011-06-131-4/+11
* VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.Chia-chi Yeh2011-06-131-15/+9
* The service part of the user space VPN support.Chia-chi Yeh2011-06-081-0/+450