1. 52eb4e0 Replace cutils/log.h and log/logger.h with log/log.h by Mark Salyzyn · 8 years ago
  2. 6c89616 Fix misc-macro-parentheses warnings in services jni. by Chih-Hung Hsieh · 8 years ago
  3. a346f54 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  4. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  5. 8dcf593 resolved conflicts for merge of 6290c048 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  6. f4e0c0c Allow VPNs to add/remove link addresses dynamically. by Sreeram Ramachandran · 10 years ago
  7. 6bc2c2c Convert Vpn from NetworkStateTracker to NetworkAgent. by Paul Jensen · 10 years ago
  8. bcf12b3 Remove SO_BINDTODEVICE from VPN protect by Chad Brubaker · 10 years ago
  9. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/jni/com_android_server_connectivity_Vpn.cpp]
  10. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. 97a6156 VPN: Hook up the new control protocol and network state. by Chia-chi Yeh · 13 years ago
  13. c2b8aa0 VPN: rename some variables. by Chia-chi Yeh · 13 years ago
  14. 3281034 VPN: merge JNI methods. by Chia-chi Yeh · 13 years ago
  15. 9c0835f VPN: correct the netmask for IPv4. by Chia-chi Yeh · 13 years ago
  16. f4e3bf8 VPN: refactor few JNI methods for the usage of legacy VPN. by Chia-chi Yeh · 13 years ago
  17. 84bf739 VPN: make the file descriptor non-blocking by default. by Chia-chi Yeh · 13 years ago
  18. 96c7e70 VPN: do not allow zero prefix length in routing rules. by Chia-chi Yeh · 13 years ago
  19. 8ea9289 VPN: do not use gateway in routing rules. by Chia-chi Yeh · 13 years ago
  20. 23a5e4b VPN: tolerate duplicated routes. by Chia-chi Yeh · 13 years ago
  21. 6ddd574 VPN: fix a bad optimization of zeroing ifr_flags lately. by Chia-chi Yeh · 13 years ago
  22. 6224b5e VPN: set IFF_NO_PI on TUN interface. by Chia-chi Yeh · 13 years ago
  23. 3663227 VPN: add MTU support. by Chia-chi Yeh · 13 years ago
  24. 3667369 VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI. by Chia-chi Yeh · 13 years ago
  25. ff3bdca The service part of the user space VPN support. by Chia-chi Yeh · 13 years ago