gvisor/pkg/tcpip
Kevin Krakauer 12235d533a AF_PACKET support for netstack (aka epsocket).
Like (AF_INET, SOCK_RAW) sockets, AF_PACKET sockets require CAP_NET_RAW. With
runsc, you'll need to pass `--net-raw=true` to enable them.

Binding isn't supported yet.

PiperOrigin-RevId: 275909366
2019-10-21 13:23:18 -07:00
..
adapters/gonet Remove centralized registration of protocols. 2019-09-25 12:57:05 -07:00
buffer Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
checker Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
hash/jenkins Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
header AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
iptables Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
link AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
network AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
ports Fix bugs in PickEphemeralPort for TCP. 2019-09-30 13:55:22 -07:00
sample Remove centralized registration of protocols. 2019-09-25 12:57:05 -07:00
seqnum Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
stack AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
transport AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
BUILD Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
tcpip.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Add build guard to files using go:linkname 2019-05-30 12:09:39 -07:00