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