gvisor/pkg/tcpip/stack
Kevin Krakauer b3ff31d041 fix panic when calling SO_ORIGINAL_DST without initializing iptables
Reported-by: syzbot+074ec22c42305725b79f@syzkaller.appspotmail.com
PiperOrigin-RevId: 328963899
2020-08-28 10:35:18 -07:00
..
BUILD Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
conntrack.go Consistent precondition formatting 2020-08-20 13:32:24 -07:00
dhcpv6configurationfromndpra_string.go Do not assume no DHCPv6 configurations 2020-05-06 15:59:08 -07:00
fake_time_test.go Implement neighbor unreachability detection for ARP and NDP. 2020-07-30 13:30:16 -07:00
forwarder.go Pass PacketBuffer as pointer. 2020-06-03 15:00:42 -07:00
forwarder_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
headertype_string.go Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
iptables.go fix panic when calling SO_ORIGINAL_DST without initializing iptables 2020-08-28 10:35:18 -07:00
iptables_state.go garbage collect connections 2020-07-13 12:00:46 -07:00
iptables_targets.go Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
iptables_types.go ip6tables: (de)serialize ip6tables structs 2020-08-27 10:53:49 -07:00
linkaddrcache.go Add ability to send unicast ARP requests and Neighbor Solicitations 2020-07-27 15:21:17 -07:00
linkaddrcache_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
ndp.go Use a single NetworkEndpoint per NIC per protocol 2020-08-14 17:30:01 -07:00
ndp_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
neighbor_cache.go Fix panic during Address Resolution of neighbor entry created by NS 2020-08-07 15:07:33 -07:00
neighbor_cache_test.go Fix panic during Address Resolution of neighbor entry created by NS 2020-08-07 15:07:33 -07:00
neighbor_entry.go Implement neighbor unreachability detection for ARP and NDP. 2020-07-30 13:30:16 -07:00
neighbor_entry_test.go Fix panic during Address Resolution of neighbor entry created by NS 2020-08-07 15:07:33 -07:00
neighborstate_string.go Implement neighbor unreachability detection for ARP and NDP. 2020-07-30 13:30:16 -07:00
nic.go Use a single NetworkEndpoint per address 2020-08-28 05:09:15 -07:00
nic_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
nud.go Fix panic during Address Resolution of neighbor entry created by NS 2020-08-07 15:07:33 -07:00
nud_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
packet_buffer.go Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
packet_buffer_test.go Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
rand.go Add support for setting TCP segment hash. 2020-03-24 15:34:43 -07:00
registration.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
route.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
stack.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
stack_global_state.go
stack_options.go Add support for Stack level options. 2020-06-24 10:24:20 -07:00
stack_test.go Add option to replace linkAddrCache with neighborCache 2020-08-25 11:09:33 -07:00
transport_demuxer.go Add support for SO_REUSEADDR to TCP sockets/endpoints. 2020-06-23 19:15:38 -07:00
transport_demuxer_test.go Improve type safety for socket options 2020-08-27 15:46:44 -07:00
transport_test.go Improve type safety for socket options 2020-08-27 15:46:44 -07:00