Tobias Klauser 7e3656a080 ipv4: remove unused const maxHeaderLen il y a 4 ans
..
batch.go 1272bf9dcd ipv4: work around FreeBSD 11.3 or 12 kernel running COMPAT_FREEBSD32 il y a 5 ans
bpf_test.go 58b2fb074e ipv4: support attaching packet filters to PacketConn/RawConn. il y a 8 ans
control.go ec5a957fe4 ipv4: don't crash with corrupted control messages il y a 7 ans
control_bsd.go fe3aa8a452 ipv4: use unsafe.Sizeof on struct size, not pointer size il y a 4 ans
control_pktinfo.go b7a1f62a47 ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn il y a 7 ans
control_stub.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
control_test.go ec5a957fe4 ipv4: don't crash with corrupted control messages il y a 7 ans
control_unix.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
control_windows.go b774fd8d5c ipv4: fix error values on header manipulation il y a 5 ans
defs_aix.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
defs_darwin.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
defs_dragonfly.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
defs_freebsd.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
defs_linux.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
defs_netbsd.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
defs_openbsd.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
defs_solaris.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
dgramopt.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
doc.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
endpoint.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
example_test.go 5d997795f7 all: make copyright headers consistent with one space after period il y a 8 ans
gen.go 344b2e31b5 ipv4: update icmp parameters il y a 6 ans
genericopt.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
header.go 7e3656a080 ipv4: remove unused const maxHeaderLen il y a 4 ans
header_test.go b774fd8d5c ipv4: fix error values on header manipulation il y a 5 ans
helper.go f229aea8fa ipv4, ipv6: remove or move unused err* vars il y a 4 ans
helper_posix_test.go 63eda1eb06 all: use of nettest, remove internal/nettest il y a 5 ans
helper_stub_test.go 63eda1eb06 all: use of nettest, remove internal/nettest il y a 5 ans
iana.go 344b2e31b5 ipv4: update icmp parameters il y a 6 ans
icmp.go cabdc3af38 ipv4: update RFC number of IPv6 specification in docs il y a 7 ans
icmp_linux.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
icmp_stub.go a14f429b86 ipv4: rename internal types and constants generated by cgo il y a 8 ans
icmp_test.go 63eda1eb06 all: use of nettest, remove internal/nettest il y a 5 ans
multicast_test.go 3b0461eec8 internal/socket, ipv4, ipv6: add support for GOOS=illumos il y a 5 ans
multicastlistener_test.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
multicastsockopt_test.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
packet.go 1272bf9dcd ipv4: work around FreeBSD 11.3 or 12 kernel running COMPAT_FREEBSD32 il y a 5 ans
payload.go b7a1f62a47 ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn il y a 7 ans
payload_cmsg.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
payload_nocmsg.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
readwrite_test.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sockopt.go c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sockopt_posix.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sockopt_stub.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sys_aix.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sys_asmreq.go f229aea8fa ipv4, ipv6: remove or move unused err* vars il y a 4 ans
sys_asmreq_stub.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sys_asmreqn.go c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_asmreqn_stub.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
sys_bpf.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
sys_bpf_stub.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
sys_bsd.go c4fa6e0d08 ipv4: 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_dragonfly.go c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_freebsd.go 1ea17d6c21 ipv4: rename freebsd32o64 with compatFreeBSD32 for consistency il y a 5 ans
sys_linux.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
sys_solaris.go c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
sys_ssmreq.go 1272bf9dcd ipv4: work around FreeBSD 11.3 or 12 kernel running COMPAT_FREEBSD32 il y a 5 ans
sys_ssmreq_stub.go 511f7948e3 ipv4: replace errOpNoSupport with errNotImplemented il y a 5 ans
sys_stub.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
sys_windows.go c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package il y a 7 ans
unicast_test.go 3b0461eec8 internal/socket, ipv4, ipv6: add support for GOOS=illumos il y a 5 ans
unicastsockopt_test.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
zsys_aix_ppc64.go c98bf442cc ipv4: add port for aix/ppc64 il y a 5 ans
zsys_darwin.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_dragonfly.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_freebsd_386.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_freebsd_amd64.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_freebsd_arm.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_freebsd_arm64.go 83d349e8ac ipv4, ipv6: add support for freebsd/arm64 il y a 4 ans
zsys_linux_386.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_amd64.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_arm.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_arm64.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_mips.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_mips64.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_mips64le.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_mipsle.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_ppc.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_ppc64.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_ppc64le.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_riscv64.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_linux_s390x.go fc4aabc6c9 ipv4, ipv6: use SockFprog definitions from x/sys/unix il y a 4 ans
zsys_netbsd.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_openbsd.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans
zsys_solaris.go d28f0bde59 all: follow convention for generated code comment il y a 5 ans