summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-03-20netstack: adjust the sequence number after trimming the packetAndrei Vagin
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-19Add layer 2 stats (tx, rx) X (packets, bytes) to netstackBert Muthalaly
2019-03-14Remove duplicate TCP flag definitionsTamir Duberstein
2019-03-13Remove unused function.Kevin Krakauer
2019-03-13Reduce PACKET_RX_RING memory usageFabricio Voznika
2019-03-12Make gonet.PacketConn implement net.Conn.Noah Gold
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Validate multicast addresses in multicast group operations.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Add new retransmissions and recovery related metrics.Bhasker Hariharan
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-02-28Map IPv{4,6} addresses to ethernet addressesTamir Duberstein
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-26Adds a WriteRawPacket method to the InjectableLinkEndpoint interface.Googler
2019-02-26Use more conservative locking in NIC.DeliverNetworkPacketAmanda Tait
2019-02-25Add a SACK scoreboard to TCP endpoints.Bhasker Hariharan
2019-02-25Fix race condition in NIC.DeliverNetworkPacketAmanda Tait
2019-02-22Rename ping endpoints to icmp endpoints.Kevin Krakauer
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-19Updates tcp_proxy to use an AF_PACKET and veth devices.Bhasker Hariharan
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-15Move SO_TIMESTAMP from different transport endpoints to epsocket.Kevin Krakauer
2019-02-14Internal change.Googler
2019-02-13Add support for using PACKET_RX_RING to receive packets.Bhasker Hariharan
2019-02-11Do not drop packets w/ missing TCP timestamps.Bhasker Hariharan
2019-02-08Fix build error.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Internal change.Googler
2019-01-31Remove license commentsMichael Pratt
2019-01-29Fix IsLost check to match the description in RFC6675.Bhasker Hariharan
2019-01-29Fix NIC endpoint forwarding.Ian Gudger
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2019-01-15test: Tag tcp_test as flaky.Kevin Krakauer
2019-01-14netstack: release port inline for listening sockets only.Zhaozhong Ni
2019-01-11Internal change.Googler
2019-01-08Implement Stringer for tcpip.StatCounterBert Muthalaly
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-21Stub out SO_OOBINLINE.Ian Gudger
2018-12-21Internal ChangeMichael Pratt
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
2018-12-16Allow sending of multicast and IPv6 link-local packets w/o route.Chris Kuiper
2018-12-13transport/tcp: remove unused error return valuesIan Gudger
2018-12-09Stub out TCP_QUICKACKIan Gudger
2018-12-06Allow sending of broadcast packets w/o route.Chris Kuiper
2018-12-06Fix tcpip.Endpoint.Write contract regarding short writesIan Gudger
2018-12-05sentry: support save / restore of TCP bind socket after shutdown.Zhaozhong Ni
2018-12-05sentry: skip waiting for undrain for netstack TCP endpoints in error state.Zhaozhong Ni
2018-12-04Remove incorrect code and improve testing of Stack.GetMainNICAddressChris Kuiper
2018-12-04Whitelist Go 1.12 for tcpip/time_unsafe.goIan Gudger