1. 19 Nov, 2013 1 commit
  2. 17 Nov, 2013 2 commits
  3. 06 Nov, 2013 1 commit
  4. 05 Nov, 2013 1 commit
  5. 03 Nov, 2013 2 commits
  6. 02 Nov, 2013 3 commits
  7. 24 Oct, 2013 1 commit
  8. 22 Oct, 2013 1 commit
  9. 14 Oct, 2013 2 commits
  10. 07 Oct, 2013 1 commit
  11. 19 Sep, 2013 2 commits
  12. 15 Aug, 2013 1 commit
  13. 14 Aug, 2013 1 commit
  14. 11 Aug, 2013 1 commit
  15. 07 Aug, 2013 1 commit
  16. 22 Jul, 2013 2 commits
  17. 10 Jul, 2013 1 commit
  18. 29 Jun, 2013 6 commits
  19. 16 Jun, 2013 4 commits
  20. 15 Jun, 2013 3 commits
  21. 09 Jun, 2013 1 commit
  22. 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
  23. 06 Jun, 2013 1 commit