Age | Commit message (Expand) | Author |
2021-09-17 | Allow rebinding packet socket protocol | Ghanan Gowripalan |
2021-09-17 | Fix lock ordering violation | Ghanan Gowripalan |
2021-09-16 | Allow creating packet socket bound to any protocol | Ghanan Gowripalan |
2021-09-16 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-16 | Don't allow binding to broadcast on ICMP sockets | Ghanan Gowripalan |
2021-09-15 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-15 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-15 | Pass address properties in a single struct | Tony Gong |
2021-09-14 | Compose raw IP with datagram-based endpoint | Ghanan Gowripalan |
2021-09-14 | Explicitly bind endpoint to a NIC | Ghanan Gowripalan |
2021-09-14 | Fix bug in RecvMMsgDispatcher. | Bhasker Hariharan |
2021-09-14 | Defer mutex unlocking | Ghanan Gowripalan |
2021-09-13 | Accept packets destined to bound address | Ghanan Gowripalan |
2021-09-13 | Set NICID before delivering packet to raw endpoint | Ghanan Gowripalan |
2021-09-13 | Separate IPv4 ToS & IPv6 TClass in dgram endpoint | Ghanan Gowripalan |
2021-09-13 | Support anonymous structs in checklocks. | Adin Scannell |
2021-09-09 | Remove linux-compat loopback hacks from packet endpoint | Ghanan Gowripalan |
2021-09-09 | Remove link/packetsocket | Ghanan Gowripalan |
2021-09-07 | Remove protocolMainLoop unused return value | Arthur Sfez |
2021-09-01 | Support sending with packet sockets | Ghanan Gowripalan |
2021-09-01 | Out-of-order segment should not block in-sequence segments. | Bhasker Hariharan |
2021-09-01 | Extract network datagram endpoint common facilities | Ghanan Gowripalan |
2021-08-30 | Avoid pseudo endpoint for TSVal generation | Zeling Feng |
2021-08-27 | Add LinkEndpoint.WriteRawPacket with stubs | Ghanan Gowripalan |
2021-08-26 | Add Stack.Seed() back | Zeling Feng |
2021-08-26 | Centralize TCP timestamp logic | Tamir Duberstein |
2021-08-26 | Avoid unhandled error warnings | Tamir Duberstein |
2021-08-26 | Remove unused argument | Tamir Duberstein |
2021-08-26 | Pass must-not-be-nil by value | Tamir Duberstein |
2021-08-25 | Improve TestTimestampSynCookies | Zeling Feng |
2021-08-25 | Avoid the appearance of allocation | Tamir Duberstein |
2021-08-24 | Measure RTT during handshake since Linux does the same | Zeling Feng |
2021-08-19 | Add loopback interface as an ethernet-based device | Ghanan Gowripalan |
2021-08-19 | Use a hash function to generate tcp timestamp offset | Zeling Feng |
2021-08-18 | Split TCP secrets from Stack to tcp.protocol | Zeling Feng |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-13 | Free multicastMemberships on UDP endpoint close | Ghanan Gowripalan |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-08-11 | [op] Make PacketBuffer Clone() do a deeper copy. | Ayush Ranjan |
2021-08-05 | Automated rollback of changelist 384508720 | Kevin Krakauer |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-30 | checklinkname: rudimentary type-checking of linkname directives | Michael Pratt |
2021-07-28 | Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation. | gVisor bot |
2021-07-21 | Add metric to count number of segments acknowledged by DSACK. | Nayana Bidari |
2021-07-20 | Enable RACK by default in netstack. | Nayana Bidari |
2021-07-20 | Expose local address from raw sockets | Ghanan Gowripalan |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-15 | netstack: support SO_RCVBUFFORCE | Kevin Krakauer |
2021-07-14 | Set tcp endpoint state atomically | Tamir Duberstein |