Tobias Klauser be88a9aa50 ipv4, ipv6: directly initialize ctlOpts and sockOpts il y a 5 ans
..
batch.go ed29d75add ipv6: drop the use of syscall package in platform-independent code il y a 6 ans
bpf_test.go 4971afdc2f ipv6: don't fail test on IPv6 disabled kernel il y a 8 ans
control.go e78b1e49ae ipv6: don't crash with corrupted control messages il y a 7 ans
control_rfc2292_unix.go 454122b185 ipv6: use socket.NativeEndian il y a 7 ans
control_rfc3542_unix.go 454122b185 ipv6: use socket.NativeEndian il y a 7 ans
control_stub.go 48359f4f60 ipv6: add {Read,Write}Batch methods to PacketConn il y a 7 ans
control_test.go e78b1e49ae ipv6: don't crash with corrupted control messages il y a 7 ans
control_unix.go 48359f4f60 ipv6: add {Read,Write}Batch methods to PacketConn il y a 7 ans
control_windows.go 48359f4f60 ipv6: add {Read,Write}Batch methods to PacketConn il y a 7 ans
defs_darwin.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
defs_dragonfly.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
defs_freebsd.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
defs_linux.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
defs_netbsd.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
defs_openbsd.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
defs_solaris.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
dgramopt.go ed29d75add ipv6: drop the use of syscall package in platform-independent code il y a 6 ans
doc.go 10aee18199 icmp, ipv4, ipv6: re-adjust build constraints il y a 6 ans
endpoint.go ed29d75add ipv6: drop the use of syscall package in platform-independent code il y a 6 ans
example_test.go 0d2c2e17c4 ipv6: update example for the use of dual stack listener il y a 9 ans
gen.go 92b859f39a ipv6: update icmp parameters il y a 6 ans
genericopt.go ed29d75add ipv6: drop the use of syscall package in platform-independent code il y a 6 ans
header.go b6d7b1396e ipv6: fix potential misaligned memory access il y a 8 ans
header_test.go d5cd7348bf ipv6: simplify log message format il y a 9 ans
helper.go ed29d75add ipv6: drop the use of syscall package in platform-independent code il y a 6 ans
iana.go 92b859f39a ipv6: update icmp parameters il y a 6 ans
icmp.go aa7a5b9517 ipv6: update RFC number of IPv6 specification in docs il y a 7 ans
icmp_bsd.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
icmp_linux.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
icmp_solaris.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
icmp_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
icmp_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
icmp_windows.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
mocktransponder_test.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
multicast_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
multicastlistener_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
multicastsockopt_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
payload.go 48359f4f60 ipv6: add {Read,Write}Batch methods to PacketConn il y a 7 ans
payload_cmsg.go 10aee18199 icmp, ipv4, ipv6: re-adjust build constraints il y a 6 ans
payload_cmsg_go1_8.go 10aee18199 icmp, ipv4, ipv6: re-adjust build constraints il y a 6 ans
payload_cmsg_go1_9.go 10aee18199 icmp, ipv4, ipv6: re-adjust build constraints il y a 6 ans
payload_nocmsg.go 10aee18199 icmp, ipv4, ipv6: re-adjust build constraints il y a 6 ans
readwrite_go1_8_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
readwrite_go1_9_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
readwrite_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
sockopt.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sockopt_posix.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sockopt_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sockopt_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
sys_asmreq.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_asmreq_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_bpf.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_bpf_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_bsd.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_darwin.go be88a9aa50 ipv4, ipv6: directly initialize ctlOpts and sockOpts il y a 5 ans
sys_freebsd.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_linux.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_solaris.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_ssmreq.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_ssmreq_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_stub.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_windows.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
unicast_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
unicastsockopt_test.go 4cb1c02c05 ipv6: don't fail test on JS il y a 6 ans
zsys_darwin.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_dragonfly.go c4e6936235 ipv6: drop support for go1.4 or below il y a 8 ans
zsys_freebsd_386.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_freebsd_amd64.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_freebsd_arm.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_linux_386.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_amd64.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_arm.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_arm64.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_mips.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_mips64.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_mips64le.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_mipsle.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_ppc.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_ppc64.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_ppc64le.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_linux_s390x.go bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
zsys_netbsd.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_openbsd.go 30df40a6a1 ipv6: rename internal types and constants generated by cgo il y a 8 ans
zsys_solaris.go c4e6936235 ipv6: drop support for go1.4 or below il y a 8 ans