net/ipv6
Mikio Hara aa7a5b9517 ipv6: update RFC number of IPv6 specification in docs
Change-Id: I38980c8463b7806c129024967713125acf663b82
Reviewed-on: https://go-review.googlesource.com/49791
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-07-19 08:39:41 +00:00
..
batch.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
bpf_test.go ipv6: don't fail test on IPv6 disabled kernel 2016-11-16 07:50:34 +00:00
control.go ipv6: don't crash with corrupted control messages 2017-06-09 22:10:46 +00:00
control_rfc2292_unix.go ipv6: use socket.NativeEndian 2017-06-21 08:22:14 +00:00
control_rfc3542_unix.go ipv6: use socket.NativeEndian 2017-06-21 08:22:14 +00:00
control_stub.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
control_test.go ipv6: don't crash with corrupted control messages 2017-06-09 22:10:46 +00:00
control_unix.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
control_windows.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
defs_darwin.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
defs_dragonfly.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
defs_freebsd.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
defs_linux.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
defs_netbsd.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
defs_openbsd.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
defs_solaris.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
dgramopt.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
doc.go ipv6: update RFC number of IPv6 specification in docs 2017-07-19 08:39:41 +00:00
endpoint.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
example_test.go ipv6: update example for the use of dual stack listener 2015-12-15 03:17:52 +00:00
gen.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
genericopt.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
header.go ipv6: fix potential misaligned memory access 2016-02-17 01:13:48 +00:00
header_test.go ipv6: simplify log message format 2015-12-03 09:14:02 +00:00
helper.go ipv6: report a destination address on write error 2017-06-21 08:22:44 +00:00
iana.go ipv6: update icmp parameters 2015-07-24 22:00:23 +00:00
icmp.go ipv6: update RFC number of IPv6 specification in docs 2017-07-19 08:39:41 +00:00
icmp_bsd.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
icmp_linux.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
icmp_solaris.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
icmp_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
icmp_test.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
icmp_windows.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
mocktransponder_test.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
multicast_test.go ipv6: document that package ipv6 doesn't support Darwin kernel version 12 or below 2016-11-16 07:49:11 +00:00
multicastlistener_test.go ipv6: deflake multicast listener tests 2017-06-05 03:37:37 +00:00
multicastsockopt_test.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
payload.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
payload_cmsg.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
payload_cmsg_go1_8.go ipv6: report a destination address on write error 2017-06-21 08:22:44 +00:00
payload_cmsg_go1_9.go ipv6: report a destination address on write error 2017-06-21 08:22:44 +00:00
payload_nocmsg.go all: single space after period 2017-02-01 21:02:21 +00:00
readwrite_go1_8_test.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
readwrite_go1_9_test.go ipv6: add {Read,Write}Batch methods to PacketConn 2017-05-27 06:02:38 +00:00
readwrite_test.go ipv6: simplify tests and benchmarks 2017-07-04 09:14:38 +00:00
sockopt.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sockopt_posix.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sockopt_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sockopt_test.go all: make copyright headers consistent with one space after period 2016-11-07 23:52:11 +00:00
sys_asmreq.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_asmreq_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_bpf.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_bpf_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_bsd.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_darwin.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_freebsd.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_linux.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_solaris.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_ssmreq.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_ssmreq_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_stub.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
sys_windows.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
unicast_test.go ipv6: simplify tests and benchmarks 2017-07-04 09:14:38 +00:00
unicastsockopt_test.go ipv4: deflake TestConnUnicastSocketOptions on Windows 2016-12-07 23:37:04 +00:00
zsys_darwin.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_dragonfly.go ipv6: drop support for go1.4 or below 2016-10-13 03:56:40 +00:00
zsys_freebsd_386.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_freebsd_amd64.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_freebsd_arm.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_linux_386.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_amd64.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_arm.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_arm64.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_mips.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_mips64.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_mips64le.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_mipsle.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_ppc.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_ppc64.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_ppc64le.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_linux_s390x.go ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 2017-05-24 08:42:47 +00:00
zsys_netbsd.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_openbsd.go ipv6: rename internal types and constants generated by cgo 2016-10-07 03:58:57 +00:00
zsys_solaris.go ipv6: drop support for go1.4 or below 2016-10-13 03:56:40 +00:00