1. 03 Nov, 2013 2 commits
  2. 02 Nov, 2013 3 commits
  3. 24 Oct, 2013 1 commit
  4. 22 Oct, 2013 1 commit
  5. 14 Oct, 2013 2 commits
  6. 07 Oct, 2013 1 commit
  7. 19 Sep, 2013 2 commits
  8. 15 Aug, 2013 1 commit
  9. 14 Aug, 2013 1 commit
  10. 11 Aug, 2013 1 commit
  11. 07 Aug, 2013 1 commit
  12. 22 Jul, 2013 2 commits
  13. 10 Jul, 2013 1 commit
  14. 29 Jun, 2013 6 commits
  15. 16 Jun, 2013 4 commits
  16. 15 Jun, 2013 3 commits
  17. 09 Jun, 2013 1 commit
  18. 07 Jun, 2013 1 commit
    • Mikio Hara's avatar
      go.net/ipv4: drop DIffServ and ECN constants, add ICMPType · 8108b4b3
      Mikio Hara authored
      This CL removes DiffServ and ECN constants assigned by IANA because
      for now we don't have an appropriate package to put those constants
      as part of API. There were used for the type-of-service field of IPv4
      header and the traffic class field of IPv6 header.
      
      Also adds ICMPType for convenience, makes use of internal IANA
      protocol number constants instead of syscall's to prevent churning of
      package syscall in the near future.
      
      R=dave
      CC=golang-dev
      https://golang.org/cl/9353045
      8108b4b3
  19. 06 Jun, 2013 1 commit
  20. 05 Jun, 2013 3 commits
  21. 04 Jun, 2013 1 commit
    • Mikio Hara's avatar
      go.net/ipv6: new package · cdfc4ce1
      Mikio Hara authored
      Package ipv6 implements IP-level socket options for the Internet
      Protocol version 6. It also provides datagram based network I/O
      methods specific to the IPv6 and higher layer protocols.
      
      Fixes golang/go#5538.
      
      R=dave
      CC=golang-dev
      https://golang.org/cl/9843044
      cdfc4ce1
  22. 30 May, 2013 1 commit