1. 3d48bc2 am a1067c8d: Improve error return values on network selection. by Lorenzo Colitti · 10 years ago
  2. 1c57d2b am e8164ddc: Fix MSS clamping. by Lorenzo Colitti · 10 years ago
  3. a1067c8 Improve error return values on network selection. by Lorenzo Colitti · 10 years ago
  4. e8164dd Fix MSS clamping. by Lorenzo Colitti · 10 years ago
  5. 6fa06b7 softap: Ensure entropy file creation by Dmitry Shmidt · 10 years ago
  6. 6b6f22f Enable tcp mss clamp for Tethering by Gordon Gao · 10 years ago
  7. 4c95a12 Support manipulating throw routes. by Lorenzo Colitti · 10 years ago
  8. 6a834ab Merge "Reset connections whenever an address goes away." into lmp-dev by Sreeram Ramachandran · 10 years ago
  9. af37dd3 Reset connections whenever an address goes away. by Sreeram Ramachandran · 10 years ago
  10. bbdde99 Reserve NetIds 1..50 for OEM use. by Sreeram Ramachandran · 10 years ago
  11. 928294e Merge "softap: Add wowlan_triggers=any parameter" into lmp-dev by Dmitry Shmidt · 10 years ago
  12. 9e95753 softap: Add wowlan_triggers=any parameter by Dmitry Shmidt · 10 years ago
  13. 667c477 Add a socket mark parameter to tethering DNS commands. by Lorenzo Colitti · 10 years ago
  14. 99286fe Make destroying networks more robust. by Lorenzo Colitti · 10 years ago
  15. 6a46f33 Revert DNS cache flush command deletion from "Cleanup: Delete dead code." by Paul Jensen · 10 years ago
  16. 10190d0 Merge "Fix initialization of Monitor fields." into lmp-dev by Narayan Kamath · 10 years ago
  17. 30ffdfa Fix initialization of Monitor fields. by Narayan Kamath · 10 years ago
  18. 47f8597 Add logging of calloc failures. by Robert Greenwalt · 10 years ago
  19. 515a590 Merge "Revert "Add logging of calloc failures."" into lmp-dev by Ben Murdoch · 10 years ago
  20. 445203a Revert "Add logging of calloc failures." by Ben Murdoch · 10 years ago
  21. 96dd5bf Add logging of calloc failures. by Robert Greenwalt · 10 years ago
  22. 3bc8197 Merge "Add logging of calloc failures." into lmp-dev by Robert Greenwalt · 10 years ago
  23. 6d7e623 Remove default routing rule & table before we forget table number. by Paul Jensen · 10 years ago
  24. 738c93e Minor improvements to NetworkController error reporting. by Lorenzo Colitti · 10 years ago
  25. db74dba Stop copying directly-connected routes to the main table, #2. by Lorenzo Colitti · 10 years ago
  26. a2c2305 Revert "Stop copying directly-connected routes to the main table." by Lorenzo Colitti · 10 years ago
  27. 2f5ea0e Stop copying directly-connected routes to the main table. by Lorenzo Colitti · 10 years ago
  28. 2bff72e Add "scope link" when adding routes without a nexthop. by Sreeram Ramachandran · 10 years ago
  29. 060d855 Merge "Prohibit address families by default unless a VPN explicitly allows them." into lmp-dev by Sreeram Ramachandran · 10 years ago
  30. de5d5df Prohibit address families by default unless a VPN explicitly allows them. by Sreeram Ramachandran · 10 years ago
  31. 95684ba Implement support for bypassable VPNs. by Sreeram Ramachandran · 10 years ago
  32. 507e7c5 Merge "Fix fwmark handling for bypassable VPNs and DNS." into lmp-dev by Sreeram Ramachandran · 10 years ago
  33. 1011b49 Fix fwmark handling for bypassable VPNs and DNS. by Sreeram Ramachandran · 10 years ago
  34. 48e19b0 Implement the fallthrough rule to support split tunnel VPNs. by Sreeram Ramachandran · 10 years ago
  35. 111bec2 Implement the rule to forward traffic to local networks via VPNs. by Sreeram Ramachandran · 10 years ago
  36. fa9f4dc Cosmetic: Move some functions around to match rule priority order. by Sreeram Ramachandran · 10 years ago
  37. 182a26f Remove the oif=iface clause when tethering. by Sreeram Ramachandran · 10 years ago
  38. 1604e18 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  39. 8b3b91c Try to undo iptables rules if a command fails. by Sreeram Ramachandran · 10 years ago
  40. b717e74 Flush routing rules and add an "unreachable" rule on Init(). by Sreeram Ramachandran · 10 years ago
  41. 87475a1 Fix WiFi-Direct and Tethering. by Sreeram Ramachandran · 10 years ago
  42. 070b2d2 Don't reset a VPN's NetId in the connect() shim. by Sreeram Ramachandran · 10 years ago
  43. a69d947 Introduce a SELECT_FOR_USER fwmarkd command. by Sreeram Ramachandran · 10 years ago
  44. 335f293 Cosmetic: Remove unnecessary constructor. by Sreeram Ramachandran · 10 years ago
  45. b31e085 Merge "Add default routing tables to rt_tables." by Sreeram Ramachandran · 10 years ago
  46. bb40d51 Add default routing tables to rt_tables. by Sreeram Ramachandran · 10 years ago
  47. 6a77353 Fix tethering in the case of a regular upstream connection. by Sreeram Ramachandran · 10 years ago
  48. c7d804c Cosmetic: Move constants into file scope. by Sreeram Ramachandran · 10 years ago
  49. 4acd34a Add symbolic table names for routing table numbers. by Sreeram Ramachandran · 10 years ago
  50. e09b20a Add full support for UIDs in VPNs. by Sreeram Ramachandran · 10 years ago
  51. 5009d5e Update routing rules. by Sreeram Ramachandran · 10 years ago
  52. ed4bd1f Fix permissions handling. by Sreeram Ramachandran · 10 years ago
  53. a675b00 Only add permissions in accept(); do not try to enforce anything. by Sreeram Ramachandran · 10 years ago
  54. 72999d6 Fix regressions in flushRoutes(). by Sreeram Ramachandran · 10 years ago
  55. d36c49c Minor style change. by Sreeram Ramachandran · 10 years ago
  56. 89dad01 Keep track of users allowed to call protect() explicitly. by Sreeram Ramachandran · 10 years ago
  57. 36ed53e Cosmetic: Add a way to query the type of a network. by Sreeram Ramachandran · 10 years ago
  58. eb27b7e Fix routing rules. by Sreeram Ramachandran · 10 years ago
  59. cf89138 Don't use %zu for uid_t. It's always unsigned int, so %u is correct. by Sreeram Ramachandran · 10 years ago
  60. 1201e84 Use %zu to printf size_t correctly on both 32-bit and 64-bit platforms. by Sreeram Ramachandran · 10 years ago
  61. b1425cc Add UID range support to VPNs. by Sreeram Ramachandran · 10 years ago
  62. 4043f01 Introduce VPN support. by Sreeram Ramachandran · 10 years ago
  63. f4f6c8d Refactor: Encapsulate permissions and interfaces into a Network class. by Sreeram Ramachandran · 10 years ago
  64. 1077d29 Don't fail when adding a duplicate legacy route. by Sreeram Ramachandran · 10 years ago
  65. 7272368 Convert rta_* and fra_* variable names to camelCase. by Lorenzo Colitti · 10 years ago
  66. 5965651 Support adding and removing UID rules via netlink. by Lorenzo Colitti · 10 years ago
  67. 96f261e Pass rule modification errors back to CommandListener. by Lorenzo Colitti · 10 years ago
  68. 4753afd Use netlink to add/delete rules as well as routes. by Lorenzo Colitti · 10 years ago
  69. 7f972fb Unrevert the 'revert the "talk to netlink directly" change.' by Sreeram Ramachandran · 10 years ago
  70. ab359fe Temporarily revert the "talk to netlink directly" change. by Sreeram Ramachandran · 10 years ago
  71. 7b64cde Netd: Interface controller: Demote a log message severity from warning to verbose. by Sasha Levitskiy · 10 years ago
  72. 6c519f5 Merge "Pass route add/delete errors back to CommandListener." by Lorenzo Colitti · 10 years ago
  73. 3a069e6 Return negative errno (instead of positive) on failure. by Sreeram Ramachandran · 10 years ago
  74. f7fc8ec Pass route add/delete errors back to CommandListener. by Lorenzo Colitti · 10 years ago
  75. ba25df9 Use native netlink code instead of /sbin/ip to manipulate routes by Lorenzo Colitti · 10 years ago
  76. bd0f224 Notify network observers of route changes. by Lorenzo Colitti · 10 years ago
  77. 4d4c8b7 Add getNetworkForSocket(). by Sreeram Ramachandran · 10 years ago
  78. 31f4210 Return errors explicitly instead of using errno. by Sreeram Ramachandran · 10 years ago
  79. e3a5ef5 Merge "Add a client API to protect a socket from VPNs." by Sreeram Ramachandran · 10 years ago
  80. a081798 Merge "Revert "Notify network observers of route changes."" by Lorenzo Colitti · 10 years ago
  81. 20d3f5e Revert "Notify network observers of route changes." by Lorenzo Colitti · 10 years ago
  82. d2f23fb Notify network observers of route changes. by Lorenzo Colitti · 10 years ago
  83. eb791da Merge "Flush both IPv4 and IPv6 routes." by Lorenzo Colitti · 10 years ago
  84. 357e562 Flush both IPv4 and IPv6 routes. by Lorenzo Colitti · 10 years ago
  85. bb3944c Merge "Notify network observers of route changes." by Lorenzo Colitti · 10 years ago
  86. 69261cb server: check interface names in RPC arguments for validity by JP Abgrall · 10 years ago
  87. d794e58 Add a client API to protect a socket from VPNs. by Sreeram Ramachandran · 10 years ago
  88. a561e12 Cache interface indices in case interfaces go away. by Paul Jensen · 10 years ago
  89. 5ad1c28 Merge "Pass a socket mark to clatd so it can bind to its network." by Lorenzo Colitti · 10 years ago
  90. 45d3dd0 Pass a socket mark to clatd so it can bind to its network. by Lorenzo Colitti · 10 years ago
  91. bca6dbd am b72f6d71: (-s ours) DO NOT MERGE: Fix use-after-free of interface name during network destruction. by Paul Jensen · 10 years ago
  92. b72f6d7 DO NOT MERGE: Fix use-after-free of interface name during network destruction. by Paul Jensen · 10 years ago
  93. 6ff1678 Fix use-after-free of interface name during network destruction. by Paul Jensen · 10 years ago
  94. 3fea54b am 41417388: (-s ours) Use AF_INET sockets when checking netIds in setNetworkFor{Process,Resolv}(). DO NOT MERGE by Sreeram Ramachandran · 10 years ago
  95. 1924a6c am d42cdf50: am 437eb9c3: Merge "Changes uses of index() to strchr()" by Dan Albert · 10 years ago
  96. d42cdf5 am 437eb9c3: Merge "Changes uses of index() to strchr()" by Dan Albert · 10 years ago
  97. 437eb9c Merge "Changes uses of index() to strchr()" by Dan Albert · 10 years ago
  98. 602b80d Changes uses of index() to strchr() by Dan Albert · 10 years ago
  99. 9fa2b13 Use std::atomic<> instead of volatile sig_atomic_t. by Sreeram Ramachandran · 10 years ago
  100. ddabf95 Remove unnecessary includes. by Sreeram Ramachandran · 10 years ago