gvisor/pkg/tcpip/stack
Chris Kuiper 7bf1d426d5 Handle subnet and broadcast addresses correctly with NIC.subnets
This also renames "subnet" to "addressRange" to avoid any more confusion with
an interface IP's subnet.

Lastly, this also removes the Stack.ContainsSubnet(..) API since it isn't used
by anyone. Plus the same information can be obtained from
Stack.NICAddressRanges().

PiperOrigin-RevId: 267229843
2019-09-04 14:19:32 -07:00
..
BUILD Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
icmp_rate_limit.go Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
linkaddrcache.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
linkaddrcache_test.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
nic.go Handle subnet and broadcast addresses correctly with NIC.subnets 2019-09-04 14:19:32 -07:00
registration.go Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
route.go Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
stack.go Handle subnet and broadcast addresses correctly with NIC.subnets 2019-09-04 14:19:32 -07:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Handle subnet and broadcast addresses correctly with NIC.subnets 2019-09-04 14:19:32 -07:00
transport_demuxer.go Update canonical repository. 2019-06-13 16:50:15 -07:00
transport_test.go Make UDP traceroute work. 2019-09-03 16:01:17 -07:00