1. dc0d578 UidRanges: use class instead of pair<uid_t, uid_t> by Robin Lee · 10 years ago
  2. 5bbe13b Merge "Drop PROHIBIT_NON_VPN priority 11500 -> 12500" into nyc-dev by Robin Lee · 10 years ago
  3. 6c84ef6 Drop PROHIBIT_NON_VPN priority 11500 -> 12500 by Robin Lee · 10 years ago
  4. c125fe4 Restore ACT_UNREACHABLE by Robin Lee · 10 years ago
  5. b808736 Server API to only allow networking by VPN apps by Robin Lee · 10 years ago
  6. 4ef9464 Have modifyIpRule take an explicit action by Robin Lee · 10 years ago
  7. f65122c Workaround ASan false positive in RouteController. by Evgenii Stepanov · 10 years ago
  8. bbd5626 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  9. 5407e14 Revert "Revert "Update for libbase."" by Dan Albert · 11 years ago
  10. e298ded resolved conflicts for merge of 6066d418 to master by Nicolas Geoffray · 11 years ago
  11. 4a0ab5f Revert "Update for libbase." by Nicolas Geoffray · 11 years ago
  12. a4614fe Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' by Vinit Deshpande · 11 years ago
  13. b67219a Update for libbase. by Dan Albert · 11 years ago
  14. 6b6f25f Flush tethering rules on interface remove. by Lorenzo Colitti · 11 years ago
  15. 57947f0 Add oif rules that allow UID 0 to bypass the VPN. by Lorenzo Colitti · 11 years ago
  16. 5ad4e98 Make the VPN rule only to originated, not forwarded, traffic. by Lorenzo Colitti · 11 years ago
  17. 3667936 Add a dummy network that discards all packets. by Lorenzo Colitti · 11 years ago
  18. bd37832 Switch writing to <utils/file.h>. by Elliott Hughes · 11 years ago
  19. 53ea9ca Avoid leaking file descriptors by Nick Kralevich · 11 years ago
  20. 0321315 Don't fail when trying to add routes that already exist. by Sreeram Ramachandran · 11 years ago
  21. aa1be2b Fix missing errno.h includes after libc cleanup. by Dan Albert · 11 years ago
  22. 64166e7 Don't fail when trying to add routes that already exist. by Sreeram Ramachandran · 11 years ago
  23. 4c95a12 Support manipulating throw routes. by Lorenzo Colitti · 12 years ago
  24. 99286fe Make destroying networks more robust. by Lorenzo Colitti · 12 years ago
  25. db74dba Stop copying directly-connected routes to the main table, #2. by Lorenzo Colitti · 12 years ago
  26. a2c2305 Revert "Stop copying directly-connected routes to the main table." by Lorenzo Colitti · 12 years ago
  27. 2f5ea0e Stop copying directly-connected routes to the main table. by Lorenzo Colitti · 12 years ago
  28. 2bff72e Add "scope link" when adding routes without a nexthop. by Sreeram Ramachandran · 12 years ago
  29. 060d855 Merge "Prohibit address families by default unless a VPN explicitly allows them." into lmp-dev by Sreeram Ramachandran · 12 years ago
  30. de5d5df Prohibit address families by default unless a VPN explicitly allows them. by Sreeram Ramachandran · 12 years ago
  31. 95684ba Implement support for bypassable VPNs. by Sreeram Ramachandran · 12 years ago
  32. 48e19b0 Implement the fallthrough rule to support split tunnel VPNs. by Sreeram Ramachandran · 12 years ago
  33. 111bec2 Implement the rule to forward traffic to local networks via VPNs. by Sreeram Ramachandran · 12 years ago
  34. fa9f4dc Cosmetic: Move some functions around to match rule priority order. by Sreeram Ramachandran · 12 years ago
  35. 182a26f Remove the oif=iface clause when tethering. by Sreeram Ramachandran · 12 years ago
  36. b717e74 Flush routing rules and add an "unreachable" rule on Init(). by Sreeram Ramachandran · 12 years ago
  37. 87475a1 Fix WiFi-Direct and Tethering. by Sreeram Ramachandran · 12 years ago
  38. b31e085 Merge "Add default routing tables to rt_tables." by Sreeram Ramachandran · 12 years ago
  39. bb40d51 Add default routing tables to rt_tables. by Sreeram Ramachandran · 12 years ago
  40. 6a77353 Fix tethering in the case of a regular upstream connection. by Sreeram Ramachandran · 12 years ago
  41. c7d804c Cosmetic: Move constants into file scope. by Sreeram Ramachandran · 12 years ago
  42. 4acd34a Add symbolic table names for routing table numbers. by Sreeram Ramachandran · 12 years ago
  43. e09b20a Add full support for UIDs in VPNs. by Sreeram Ramachandran · 12 years ago
  44. 5009d5e Update routing rules. by Sreeram Ramachandran · 12 years ago
  45. ed4bd1f Fix permissions handling. by Sreeram Ramachandran · 12 years ago
  46. 72999d6 Fix regressions in flushRoutes(). by Sreeram Ramachandran · 12 years ago
  47. eb27b7e Fix routing rules. by Sreeram Ramachandran · 12 years ago
  48. cf89138 Don't use %zu for uid_t. It's always unsigned int, so %u is correct. by Sreeram Ramachandran · 12 years ago
  49. 1201e84 Use %zu to printf size_t correctly on both 32-bit and 64-bit platforms. by Sreeram Ramachandran · 12 years ago
  50. b1425cc Add UID range support to VPNs. by Sreeram Ramachandran · 12 years ago
  51. 4043f01 Introduce VPN support. by Sreeram Ramachandran · 12 years ago
  52. f4f6c8d Refactor: Encapsulate permissions and interfaces into a Network class. by Sreeram Ramachandran · 12 years ago
  53. 1077d29 Don't fail when adding a duplicate legacy route. by Sreeram Ramachandran · 12 years ago
  54. 7272368 Convert rta_* and fra_* variable names to camelCase. by Lorenzo Colitti · 12 years ago
  55. 5965651 Support adding and removing UID rules via netlink. by Lorenzo Colitti · 12 years ago
  56. 96f261e Pass rule modification errors back to CommandListener. by Lorenzo Colitti · 12 years ago
  57. 4753afd Use netlink to add/delete rules as well as routes. by Lorenzo Colitti · 12 years ago
  58. 7f972fb Unrevert the 'revert the "talk to netlink directly" change.' by Sreeram Ramachandran · 12 years ago
  59. ab359fe Temporarily revert the "talk to netlink directly" change. by Sreeram Ramachandran · 12 years ago
  60. f7fc8ec Pass route add/delete errors back to CommandListener. by Lorenzo Colitti · 12 years ago
  61. ba25df9 Use native netlink code instead of /sbin/ip to manipulate routes by Lorenzo Colitti · 12 years ago
  62. 357e562 Flush both IPv4 and IPv6 routes. by Lorenzo Colitti · 12 years ago
  63. a561e12 Cache interface indices in case interfaces go away. by Paul Jensen · 12 years ago
  64. ac19883 Fix build. by Sreeram Ramachandran · 12 years ago
  65. 9a4c112 am 82eab785: Support legacy routes added by apps via ensureRouteToHost(). by Sreeram Ramachandran · 12 years ago
  66. 82eab78 Support legacy routes added by apps via ensureRouteToHost(). by Sreeram Ramachandran · 12 years ago
  67. 56afacf Turn on C++11 and make all warnings into errors. by Sreeram Ramachandran · 12 years ago
  68. 38b7af1 Support legacy routes added by apps via ensureRouteToHost(). by Sreeram Ramachandran · 12 years ago
  69. 7260407 Rework the determination of a "valid network". by Sreeram Ramachandran · 12 years ago
  70. f4cfad3 Move netd_client into netd. by Sreeram Ramachandran · 12 years ago[Renamed from RouteController.cpp]
  71. 122f581 Refactor the fwmark stuff to use an explicit union of bit-fields. by Sreeram Ramachandran · 12 years ago
  72. ae37e8a Separate network and interface addition/removal netd APIs. by Paul Jensen · 12 years ago
  73. fd6424f Ignore failure when adding directly-connected routes to the main table. by Sreeram Ramachandran · 12 years ago
  74. a79f618 Fixes for stupid mistakes (by me). by Sreeram Ramachandran · 12 years ago
  75. c921337 Add directly-connected routes to the main table. by Sreeram Ramachandran · 12 years ago
  76. 8fe9c8e Update the "lookup main" rule to include a fwmark clause. by Sreeram Ramachandran · 12 years ago
  77. 92b66c4 Flush (delete) routing tables when destroying a network. by Sreeram Ramachandran · 12 years ago
  78. 7619e1b Implement the "network route add/remove" API. by Sreeram Ramachandran · 12 years ago
  79. 9c0d313 Implement network default set/clear. by Sreeram Ramachandran · 12 years ago
  80. 379bd33 Implement permissions set/clear for both networks and users. by Sreeram Ramachandran · 12 years ago
  81. a10ac32 Move sprintf statements to getRouteTableForInterface. by Lorenzo Colitti · 12 years ago
  82. a01d6ef Cleanup: Minor style fixes. by Sreeram Ramachandran · 12 years ago
  83. a481180 Set kernel proc files for fwmark reflection and table numbers for RAs. by Sreeram Ramachandran · 12 years ago
  84. 5c181bf Implement network create/destroy. by Sreeram Ramachandran · 12 years ago