1. 28 Oct, 2014 1 commit
  2. 27 Oct, 2014 1 commit
  3. 26 Oct, 2014 1 commit
  4. 25 Oct, 2014 1 commit
  5. 23 Oct, 2014 1 commit
  6. 22 Oct, 2014 1 commit
  7. 21 Oct, 2014 1 commit
  8. 20 Oct, 2014 1 commit
  9. 19 Oct, 2014 1 commit
  10. 18 Oct, 2014 1 commit
  11. 16 Oct, 2014 1 commit
  12. 15 Oct, 2014 1 commit
  13. 14 Oct, 2014 1 commit
  14. 13 Oct, 2014 1 commit
  15. 12 Oct, 2014 1 commit
  16. 11 Oct, 2014 1 commit
  17. 09 Oct, 2014 1 commit
  18. 08 Oct, 2014 1 commit
  19. 07 Oct, 2014 1 commit
  20. 06 Oct, 2014 1 commit
  21. 05 Oct, 2014 1 commit
  22. 04 Oct, 2014 1 commit
  23. 03 Oct, 2014 2 commits
  24. 02 Oct, 2014 3 commits
    • Lorenzo Colitti's avatar
      Improve error return values on network selection. · a1067c8d
      Lorenzo Colitti authored
      It's very confusing to see EPERM when opening or connecting a
      socket when the problem is not security-related. In the (common)
      case where an app cannot select a network because it does not
      exist, return ENONET ("Machine is not on network") instead.
      
      Also, return EREMOTEIO for when we can't figure out who the user
      is, and use EPERM for VPN denials and EACCES for permission
      bits.
      
      Bug: 17702933
      Change-Id: Ia680c485e0ea1efad1ad374231d994e9bfd4cd5a
      a1067c8d
    • The Android Automerger's avatar
    • Lorenzo Colitti's avatar
      Fix MSS clamping. · e8164ddc
      Lorenzo Colitti authored
      http://ag/553410 added an iptables chain and rule to do MSS
      clamping for tethered clients, but did not add the chain to any
      other chains, so the rule had no effect.
      
      Fix this by adding the chain to the proper forwarding chains.
      Also rename some of the new variables and constants so they are
      more consistent with the previous code.
      
      Bug: 17552732
      Bug: 17727533
      Change-Id: I9fcae31de5c0283d7d9f1dac989de84f77c5e53c
      e8164ddc
  25. 01 Oct, 2014 1 commit
  26. 30 Sep, 2014 1 commit
  27. 29 Sep, 2014 2 commits
  28. 28 Sep, 2014 1 commit
  29. 27 Sep, 2014 1 commit
  30. 25 Sep, 2014 1 commit
  31. 24 Sep, 2014 2 commits
  32. 23 Sep, 2014 2 commits
  33. 22 Sep, 2014 2 commits