summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-09-21WIP gre testgre-masterMikael Magnusson
2021-09-21WIP: GREMikael Magnusson
2021-09-20Support getsockname for packet socketsGhanan Gowripalan
2021-09-20Do not allow unbinding network protocolGhanan Gowripalan
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-18Avoid ambient clock on ICMP Rate LimiterBruno Dal Bo
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-17Fix lock ordering violationGhanan Gowripalan
2021-09-16Allow creating packet socket bound to any protocolGhanan Gowripalan
2021-09-16Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-16Don't allow binding to broadcast on ICMP socketsGhanan Gowripalan
2021-09-15Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-15Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Explicitly bind endpoint to a NICGhanan Gowripalan
2021-09-14Fix bug in RecvMMsgDispatcher.Bhasker Hariharan
2021-09-14Defer mutex unlockingGhanan Gowripalan
2021-09-13Accept packets destined to bound addressGhanan Gowripalan
2021-09-13Set NICID before delivering packet to raw endpointGhanan Gowripalan
2021-09-13Separate IPv4 ToS & IPv6 TClass in dgram endpointGhanan Gowripalan
2021-09-13Support anonymous structs in checklocks.Adin Scannell
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-09Remove link/packetsocketGhanan Gowripalan
2021-09-07Remove protocolMainLoop unused return valueArthur Sfez
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Out-of-order segment should not block in-sequence segments.Bhasker Hariharan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-08-30Avoid pseudo endpoint for TSVal generationZeling Feng
2021-08-27Add LinkEndpoint.WriteRawPacket with stubsGhanan Gowripalan
2021-08-26Add Stack.Seed() backZeling Feng
2021-08-26Centralize TCP timestamp logicTamir Duberstein
2021-08-26Avoid unhandled error warningsTamir Duberstein
2021-08-26Remove unused argumentTamir Duberstein
2021-08-26Pass must-not-be-nil by valueTamir Duberstein
2021-08-25Improve TestTimestampSynCookiesZeling Feng
2021-08-25Avoid the appearance of allocationTamir Duberstein
2021-08-24Measure RTT during handshake since Linux does the sameZeling Feng
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
2021-08-19Use a hash function to generate tcp timestamp offsetZeling Feng
2021-08-18Split TCP secrets from Stack to tcp.protocolZeling Feng
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-13Free multicastMemberships on UDP endpoint closeGhanan Gowripalan
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-08-11[op] Make PacketBuffer Clone() do a deeper copy.Ayush Ranjan
2021-08-05Automated rollback of changelist 384508720Kevin Krakauer
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-30checklinkname: rudimentary type-checking of linkname directivesMichael Pratt
2021-07-28Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation.gVisor bot