gvisor/pkg/tcpip/header
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
..
BUILD Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
arp.go Update canonical repository. 2019-06-13 16:50:15 -07:00
checksum.go Update canonical repository. 2019-06-13 16:50:15 -07:00
eth.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
gue.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
icmpv4.go Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
icmpv6.go NDP Neighbor Solicitations sent during DAD must have an IP hop limit of 255 2019-10-17 13:06:15 -07:00
interfaces.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ipv4.go Fix bugs in fragment handling. 2019-10-10 15:14:55 -07:00
ipv6.go Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
ipv6_fragment.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ipversion_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ndp_neighbor_advert.go Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
ndp_neighbor_solicit.go Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
ndp_options.go Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
ndp_test.go Do Duplicate Address Detection on permanent IPv6 addresses. 2019-10-16 22:54:45 -07:00
tcp.go Stub out support for TCP_MAXSEG. 2019-07-12 13:35:17 -07:00
tcp_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
udp.go Implement splice methods for pipes and sockets. 2019-09-12 17:43:27 -07:00