1. 352b003 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 7 months ago main master
  2. c68c440 Add a type to represent the NDP Prefix Information option. by Ghanan Gowripalan · 4 years, 7 months ago
  3. a4437b2 Remove the amss field from tcpip.tcp.handshake as it was unused by Ghanan Gowripalan · 4 years, 7 months ago
  4. b3b7130 Use interface-specific NDP configurations instead of the stack-wide default. by Ghanan Gowripalan · 4 years, 7 months ago
  5. f0c7b8d Support /proc/net/dev, /proc/net/route, /proc/net/snmp by Jianfeng Tan · 4 years, 7 months ago
  6. 3c29784 Inform netstack integrator when Duplicate Address Detection completes by Ghanan Gowripalan · 4 years, 7 months ago
  7. 1ac269f Add a type to represent the NDP Router Advertisement message. by Ghanan Gowripalan · 4 years, 7 months ago
  8. 325363d Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent by Ghanan Gowripalan · 4 years, 7 months ago
  9. aeeb455 netstack/tcp: software segmentation offload by Andrei Vagin · 4 years, 7 months ago
  10. ba5a7f4 Auto-generate an IPv6 link-local address based on the NIC's MAC Address. by Ghanan Gowripalan · 4 years, 7 months ago
  11. 15e69a7 AF_PACKET support for netstack (aka epsocket). by Kevin Krakauer · 4 years, 7 months ago
  12. 1d290fb Store primary endpoints in a slice by Tamir Duberstein · 4 years, 7 months ago
  13. 108c261 Fix typo while initializing protocol for UDP endpoints. by Mithun Iyer · 4 years, 7 months ago
  14. ab5ffb2 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 7 months ago
  15. 948f596 Remove restrictions on the sending address by Tamir Duberstein · 4 years, 7 months ago
  16. 484dce7 NDP Neighbor Solicitations sent during DAD must have an IP hop limit of 255 by Ghanan Gowripalan · 4 years, 7 months ago
  17. e04df1b Do Duplicate Address Detection on permanent IPv6 addresses. by Ghanan Gowripalan · 4 years, 7 months ago
  18. 8a0ff57 Remove panic when reassembly fails. by Bhasker Hariharan · 4 years, 7 months ago
  19. 6d4bbea Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 7 months ago
  20. d2dba94 Set NDP hop limit in accordance with RFC 4861 by Tamir Duberstein · 4 years, 7 months ago
  21. f16afe6 Internal change. by gVisor bot · 4 years, 7 months ago
  22. 74a0667 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 7 months ago
  23. a9435b3 Use a different fanoutID for each new fdbased endpoint. by Bhasker Hariharan · 4 years, 7 months ago
  24. ec95ff3 Fix bugs in fragment handling. by Bhasker Hariharan · 4 years, 8 months ago
  25. b298b28 Internal change. by gVisor bot · 4 years, 8 months ago
  26. 964b57c Enable pkg/sleep support on arm64. by xiaobo55x · 4 years, 8 months ago
  27. f13dfd5 Implement IP_TTL. by Ian Gudger · 4 years, 8 months ago
  28. 1f16905 Implement proper local broadcast behavior by Chris Kuiper · 4 years, 8 months ago
  29. 8331aa6 Add a Stringer implementation to PacketDispatchMode by Bhasker Hariharan · 4 years, 8 months ago
  30. d1c0df1 Fix bugs in PickEphemeralPort for TCP. by Bhasker Hariharan · 4 years, 8 months ago
  31. 37d7a98 Implement SO_BINDTODEVICE sockopt by gVisor bot · 4 years, 8 months ago
  32. 8e57818 Merge "Merge remote-tracking branch 'upstream/master' into HEAD" by Tamir Duberstein · 4 years, 8 months ago
  33. 49820fa Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 8 months ago
  34. 02f51d8 Remove centralized registration of protocols. by Kevin Krakauer · 4 years, 8 months ago
  35. 3de8da1 Return only primary addresses in Stack.NICInfo() by Chris Kuiper · 4 years, 8 months ago
  36. 31f8eaa Simplify ICMPRateLimiter by Tamir Duberstein · 4 years, 8 months ago
  37. d1ea2f9 netstack: convert more socket options to {Set,Get}SockOptInt by Andrei Vagin · 4 years, 8 months ago
  38. 813403d Allow waiting for LinkEndpoint worker goroutines to finish. by Ian Gudger · 4 years, 8 months ago
  39. 74aeafe Automated rollback of changelist 268047073 by Ghanan Gowripalan · 4 years, 8 months ago
  40. a5288d8 Update remaining users of LinkEndpoints to not refer to them as an ID. by Ian Gudger · 4 years, 8 months ago
  41. 1b48a03 Implement splice methods for pipes and sockets. by Adin Scannell · 4 years, 8 months ago
  42. 3587e1c Automated rollback of changelist 268047073 by Ghanan Gowripalan · 4 years, 8 months ago
  43. cf1e44a Fix ephemeral port leak. by Ian Gudger · 4 years, 9 months ago
  44. 7409525 Join IPv6 all-nodes and solicited-node multicast addresses where appropriate. by Ghanan Gowripalan · 4 years, 9 months ago
  45. b0da883 Remove reundant global tcpip.LinkEndpointID. by Ian Gudger · 4 years, 9 months ago
  46. a7a3d49 Fix RST generation bugs. by Bhasker Hariharan · 4 years, 9 months ago
  47. 3176446 Handle subnet and broadcast addresses correctly with NIC.subnets by Chris Kuiper · 4 years, 9 months ago
  48. 80dd6e8 Validate IPv6 Hop Limit field for received NDP packets by Ghanan Gowripalan · 4 years, 9 months ago
  49. 232969f Make UDP traceroute work. by Bhasker Hariharan · 4 years, 9 months ago
  50. ad39896 Remove duplicated file in pkg/tcpip/link/rawfile. by Haibo · 4 years, 9 months ago
  51. d4bbb0e Fix data race accessing referencedNetworkEndpoint.kind by Chris Kuiper · 4 years, 9 months ago
  52. 154869c Implement /proc/net/udp. by Rahat Mahmood · 4 years, 9 months ago
  53. 7d933b4 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 9 months ago
  54. 94fb60f Export generated linkAddrEntryEntry by Tamir Duberstein · 4 years, 9 months ago
  55. fef7175 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 9 months ago
  56. 8ad5ca9 Populate link address cache at dispatch by Tamir Duberstein · 4 years, 9 months ago
  57. 51b3ef0 netstack/tcp: Add LastAck transition. by Rahat Mahmood · 4 years, 9 months ago
  58. 904746c Enabling pkg/tcpip/link support on arm64. by Haibo · 4 years, 9 months ago
  59. 9ba2fda Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 9 months ago
  60. 552e0d2 Prevent a network endpoint to send/rcv if its address was removed by Chris Kuiper · 4 years, 9 months ago
  61. a24973a Implement fmt.Stringer on Route by value by Tamir Duberstein · 4 years, 9 months ago
  62. a6072d1 Support binding to multicast and broadcast addresses by Chris Kuiper · 4 years, 9 months ago
  63. 9af8e40 Use tcpip.Subnet in tcpip.Route by Tamir Duberstein · 4 years, 9 months ago
  64. 8d1386a Add tcpip.Route.String and tcpip.AddressMask.Prefix by Chris Kuiper · 4 years, 9 months ago
  65. 3306d5d Internal change. by gVisor bot · 4 years, 9 months ago
  66. 6496736 netstack: disconnect an unix socket only if the address family is AF_UNSPEC by Andrei Vagin · 4 years, 9 months ago
  67. cceb723 Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRef by Chris Kuiper · 4 years, 9 months ago
  68. 9ccffd7 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 9 months ago
  69. 7dd75c2 netstack: move resumption logic into *_state.go by Tamir Duberstein · 4 years, 9 months ago
  70. 640e5da Replace uinptr with int64 when returning lengths by Tamir Duberstein · 4 years, 9 months ago
  71. 0feae17 Add tcpip.AddressWithPrefix.String by Tamir Duberstein · 4 years, 9 months ago
  72. 30f3745 Improve SendMsg performance. by Bhasker Hariharan · 4 years, 9 months ago
  73. cf5a2be gonet: Replace NewPacketConn with DialUDP. by Ian Gudger · 4 years, 9 months ago
  74. 5d36f91 Fix netstack build error on non-AMD64. by Ian Gudger · 4 years, 10 months ago
  75. ed2e11e Add congestion control states to sender. by Bhasker Hariharan · 4 years, 10 months ago
  76. fbee7f4 netstack: Don't start endpoint goroutines too soon on restore. by Rahat Mahmood · 4 years, 10 months ago
  77. f10d90d Set target address in ARP Reply by Tamir Duberstein · 4 years, 10 months ago
  78. d583694 Update Contributing/Readme for Netstack. by Bhasker Hariharan · 4 years, 10 months ago
  79. 4e5848a Fix for a panic due to writing to a closed accept channel. by Bhasker Hariharan · 4 years, 10 months ago
  80. e9f200d Plumbing for iptables sockopts. by Kevin Krakauer · 4 years, 10 months ago
  81. 4d7c55d Automated rollback of changelist 261191548 by Rahat Mahmood · 4 years, 10 months ago
  82. dab2ef0 Implement getsockopt(TCP_INFO). by Rahat Mahmood · 4 years, 10 months ago
  83. b79329c Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 10 months ago
  84. f43f10f Fix ICMPv4 EchoReply packet checksum by Austin Kiekintveld · 4 years, 10 months ago
  85. 92c355e Test connecting UDP sockets to the ANY address by Tamir Duberstein · 4 years, 10 months ago
  86. d3e6563 Pass ProtocolAddress instead of its fields by Tamir Duberstein · 4 years, 10 months ago
  87. c041a2d Change syscall.POLL to syscall.PPOLL. by Haibo Xu · 4 years, 10 months ago
  88. c92ff26 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 10 months ago
  89. bd29f38 Add support for a subnet prefix length on interface network addresses by Chris Kuiper · 4 years, 10 months ago
  90. 8bc8f23 Merge remote-tracking branch 'upstream/master' into HEAD by Tamir Duberstein · 4 years, 10 months ago
  91. 581ec44 Reland "Merge remote-tracking branch 'upstream/master' into HEAD" by Tamir Duberstein · 5 years ago
  92. 19f8a63 Deduplicate EndpointState.connected some by Tamir Duberstein · 4 years, 10 months ago
  93. b106944 Handle interfaceAddr and NIC options separately for IP_MULTICAST_IF by Chris Kuiper · 4 years, 10 months ago
  94. 75dd5c1 net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) by Andrei Vagin · 4 years, 10 months ago
  95. 5d0ed1e Internal change. by gVisor bot · 4 years, 10 months ago
  96. c98312b Add IPPROTO_RAW, which allows raw sockets to write IP headers. by Kevin Krakauer · 4 years, 11 months ago
  97. f7c631e Check that IP headers contain correct version by Tamir Duberstein · 4 years, 11 months ago
  98. 67c87d7 Stub out support for TCP_MAXSEG. by Bhasker Hariharan · 4 years, 11 months ago
  99. 5b79355 Revert "Merge remote-tracking branch 'upstream/master' into HEAD" by Tim Kilbourn · 4 years, 11 months ago
  100. fe7dc38 netstack/udp: connect with the AF_UNSPEC address family means disconnect by Andrei Vagin · 5 years ago