gvisor/pkg/tcpip
Kevin Krakauer 9b4d3280e1 Add IPPROTO_RAW, which allows raw sockets to write IP headers.
iptables also relies on IPPROTO_RAW in a way. It opens such a socket to
manipulate the kernel's tables, but it doesn't actually use any of the
functionality. Blegh.

PiperOrigin-RevId: 257903078
2019-07-12 18:09:12 -07:00
..
adapters/gonet Update canonical repository. 2019-06-13 16:50:15 -07:00
buffer Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
checker Update canonical repository. 2019-06-13 16:50:15 -07:00
hash/jenkins Update canonical repository. 2019-06-13 16:50:15 -07:00
header Check that IP headers contain correct version 2019-07-12 16:19:18 -07:00
iptables Merge pull request #279 from kevinGC:iptables-1-pkg 2019-07-02 13:48:06 -07:00
link Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
network Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
ports Update canonical repository. 2019-06-13 16:50:15 -07:00
sample Update canonical repository. 2019-06-13 16:50:15 -07:00
seqnum Update canonical repository. 2019-06-13 16:50:15 -07:00
stack Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
transport Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
tcpip.go Stub out support for TCP_MAXSEG. 2019-07-12 13:35:17 -07:00
tcpip_test.go
time.s
time_unsafe.go