index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
tcpip
/
link
Age
Commit message (
Expand
)
Author
2021-09-21
WIP: GRE
Mikael Magnusson
2021-09-14
Fix bug in RecvMMsgDispatcher.
Bhasker Hariharan
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-09-09
Remove link/packetsocket
Ghanan Gowripalan
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-08-27
Add LinkEndpoint.WriteRawPacket with stubs
Ghanan Gowripalan
2021-08-19
Add loopback interface as an ethernet-based device
Ghanan Gowripalan
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
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-20
Add 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-12
Prevent interleaving in sniffer pcap output
Tamir Duberstein
2021-07-07
Move time.Now() call to sniffer
Tamir Duberstein
2021-07-07
Use time package-level variable
Tamir Duberstein
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
Merge pull request #6085 from liornm:fix-tun-no_pi
gVisor bot
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-29
Fix TUN IFF_NO_PI bug
liornm
2021-06-24
Internal change.
Jamie Liu
2021-06-09
Avoid fanout group collisions with best effort
Kevin Krakauer
2021-05-22
Remove detritus
Tamir Duberstein
2021-05-03
Convey GSO capabilities through GSOEndpoint
Ghanan Gowripalan
2021-04-27
Remove uses of the binary package from networking code.
Rahat Mahmood
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-24
Fix data race in fdbased when accessing fanoutID.
Bhasker Hariharan
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-09
Give TCP flags a dedicated type
Zeling Feng
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-24
Move //pkg/gate.Gate to //pkg/sync.
Jamie Liu
2021-02-18
Bump build constraints to Go 1.18
Michael Pratt
2021-02-06
Synchronously send packets over pipe link endpoint
Ghanan Gowripalan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-25
fdbased: Dedup code related to iovec reading
Ting-Yu Wang
2021-01-21
Queue packets in WritePackets when resolving link address
Ghanan Gowripalan
2021-01-21
Populate EgressRoute, GSO, Netproto in NIC
Ghanan Gowripalan
2021-01-15
Support GetLinkAddress with neighborCache
Ghanan Gowripalan
2021-01-15
Only pass stack.Route's fields to LinkEndpoints
Ghanan Gowripalan
2021-01-15
Populate EgressRoute, GSO, Netproto for batch writes
Ghanan Gowripalan
2021-01-13
Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Dean Deng
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-06
Do not filter frames in ethernet link endpoint
Ghanan Gowripalan
2020-12-22
Correctly log sniffed ARP packets
Tamir Duberstein
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-10
Disable host reassembly for fragments.
Bhasker Hariharan
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
[next]