summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
AgeCommit message (Expand)Author
2021-09-21WIP: GREMikael Magnusson
2021-09-14Fix bug in RecvMMsgDispatcher.Bhasker Hariharan
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-09Remove link/packetsocketGhanan Gowripalan
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-08-27Add LinkEndpoint.WriteRawPacket with stubsGhanan Gowripalan
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
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
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-12Prevent interleaving in sniffer pcap outputTamir Duberstein
2021-07-07Move time.Now() call to snifferTamir Duberstein
2021-07-07Use time package-level variableTamir Duberstein
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-24Internal change.Jamie Liu
2021-06-09Avoid fanout group collisions with best effortKevin Krakauer
2021-05-22Remove detritusTamir Duberstein
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Fix data race in fdbased when accessing fanoutID.Bhasker Hariharan
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-09Give TCP flags a dedicated typeZeling Feng
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-24Move //pkg/gate.Gate to //pkg/sync.Jamie Liu
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-06Synchronously send packets over pipe link endpointGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-25fdbased: Dedup code related to iovec readingTing-Yu Wang
2021-01-21Queue packets in WritePackets when resolving link addressGhanan Gowripalan
2021-01-21Populate EgressRoute, GSO, Netproto in NICGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Populate EgressRoute, GSO, Netproto for batch writesGhanan Gowripalan
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-06Do not filter frames in ethernet link endpointGhanan Gowripalan
2020-12-22Correctly log sniffed ARP packetsTamir Duberstein
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-12-03Make `stack.Route` thread safePeter Johnston