1. 22 Aug, 2016 1 commit
  2. 09 Aug, 2016 2 commits
  3. 04 Aug, 2016 1 commit
  4. 02 Aug, 2016 1 commit
  5. 01 Aug, 2016 1 commit
  6. 28 Jul, 2016 3 commits
  7. 27 Jul, 2016 1 commit
  8. 19 Jul, 2016 1 commit
  9. 15 Jul, 2016 2 commits
  10. 12 Jul, 2016 4 commits
  11. 10 Jul, 2016 1 commit
  12. 08 Jul, 2016 1 commit
  13. 07 Jul, 2016 1 commit
  14. 29 Jun, 2016 1 commit
    • Erik Kline's avatar
      Setup interfaces for IPv6 tethering · 2c5aaa18
      Erik Kline authored
      Including:
          - set the interface for router mode (accept_ra = 0)
          - reset the interface for client mode (accept_ra = 1)
          - InterfaceController::setAcceptIPv6Ra()
          - InterfaceController::setAcceptIPv6Dad()
          - make InterfaceController static
          - refactor for more modern C++ usage here and there
          - sporadic style guide fixes
      
      Bug: 9580643
      Change-Id: Ia557c8770e18c58b12ad16d982c63b6ebd525516
      2c5aaa18
  15. 22 Jun, 2016 2 commits
    • Lorenzo Colitti's avatar
      Always use the default network DNS servers if a VPN does not set any. · cdac640b
      Lorenzo Colitti authored
      am: c63059c8
      
      Change-Id: I2e7f91b5c50cee056c97e75b65b2683285582899
      cdac640b
    • Lorenzo Colitti's avatar
      Always use the default network DNS servers if a VPN does not set any. · c63059c8
      Lorenzo Colitti authored
      When a VPN provides no DNS servers, DNS lookups are usually sent
      to the default network's DNS servers. However, if a DNS lookup
      is explicitly made on the VPN (e.g., via Network#openConnection),
      then it just fails.
      
      This breaks system proxies which perform network traffic on VPNs
      on behalf of other apps, e.g., the download manager.
      
      Fix this by doing the query to the default DNS servers (via the
      default network) instead. This is consistent with what we do with
      DNS queries that do not specify a network. While this is a change
      in behaviour, it shouldn't cause much breakage because the query
      would previously just fail.
      
      Bug: 29498052
      Change-Id: Ie4002c9835bb1ff6d3d92c00c9c04e634fc3cda4
      c63059c8
  16. 17 Jun, 2016 1 commit
    • Bryse Flowers's avatar
      Listen to xt_quota2 kobject event for quota · 246ca10d
      Bryse Flowers authored
      Allow quota limit reached notification to originate from both
      qlog and xt_quota2 subsystem.  On 3.18 Kernel, modify xt_quota2
      module to broadcast the Netlink notification via kobject.
      
      Change-Id: Iaafe521e455d658ed8a2f95fb5114b029323d5ef
      CRs-Fixed: 1008025
      Bug: 24140541
      246ca10d
  17. 10 Jun, 2016 1 commit
    • Lorenzo Colitti's avatar
      Verify expectations better in SockDiagTest. · 6bdc41f3
      Lorenzo Colitti authored
      Currently SockDiagTest only checks for socket errors, it does not
      check that the socket was closed via SOCK_DESTROY. This can cause
      us to think that SOCK_DESTROY is working when it isn't.
      
      Fix this by checking the error codes and expecting that at least
      one socket was closed by SOCK_DESTROY.
      
      Bug: 28508161
      Change-Id: Iab423dba0aa30466481dd3a7304aa8f69c5cf605
      6bdc41f3
  18. 09 Jun, 2016 1 commit
  19. 31 May, 2016 1 commit
  20. 30 May, 2016 1 commit
  21. 27 May, 2016 1 commit
  22. 26 May, 2016 2 commits
    • Erik Kline's avatar
      Update wlutil path · b005742e
      Erik Kline authored
      am: bdcba112
      
      * commit 'bdcba112':
        Update wlutil path
      
      Change-Id: Ieb82f51d47c33d10b32400e007322d35dc423b61
      b005742e
    • Erik Kline's avatar
      Update wlutil path · bdcba112
      Erik Kline authored
      The path to wlutil changed to /system/vendor/xbin with ag/893600 .
      
      Bug: 28850734
      Change-Id: I101517e7d849c288cbe9877e874b8d7914fbc1e9
      bdcba112
  23. 17 May, 2016 2 commits
  24. 16 May, 2016 7 commits