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
Age
Commit message (
Expand
)
Author
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
2021-07-13
netstack: atomically update buffer sizes
Kevin Krakauer
2021-07-13
Deflake TestRouterSolicitation
Ghanan Gowripalan
2021-07-12
netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip
Kevin Krakauer
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-08
Do not queue zero sized segments.
Bhasker Hariharan
2021-07-07
Move time.Now() call to sniffer
Tamir Duberstein
2021-07-07
Use time package-level variable
Tamir Duberstein
2021-07-02
Discover more specific routes as per RFC 4191
Ghanan Gowripalan
[next]