gvisor/pkg/tcpip/stack
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
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
linkaddrcache.go Update canonical repository. 2019-06-13 16:50:15 -07:00
linkaddrcache_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
nic.go Update canonical repository. 2019-06-13 16:50:15 -07:00
registration.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
route.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
stack.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
transport_demuxer.go Update canonical repository. 2019-06-13 16:50:15 -07:00
transport_test.go Add support for TCP receive buffer auto tuning. 2019-06-13 22:28:01 -07:00