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
/
transport
Age
Commit message (
Expand
)
Author
2021-09-21
WIP: GRE
Mikael Magnusson
2021-09-20
Support getsockname for packet sockets
Ghanan Gowripalan
2021-09-20
Do not allow unbinding network protocol
Ghanan Gowripalan
2021-09-19
Support IPV6_RECVPKTINFO on UDP sockets
Ghanan Gowripalan
2021-09-18
Avoid ambient clock on ICMP Rate Limiter
Bruno Dal Bo
2021-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-17
Fix lock ordering violation
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
Defer mutex unlocking
Ghanan Gowripalan
2021-09-13
Accept packets destined to bound address
Ghanan Gowripalan
2021-09-13
Separate IPv4 ToS & IPv6 TClass in dgram endpoint
Ghanan Gowripalan
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
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-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
Free multicastMemberships on UDP endpoint close
Ghanan Gowripalan
2021-08-12
Add support for TCP send buffer auto tuning.
Nayana Bidari
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-14
Set tcp endpoint state atomically
Tamir Duberstein
2021-07-12
netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip
Kevin Krakauer
2021-07-08
Do not queue zero sized segments.
Bhasker Hariharan
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-06-28
netstack: deflake TestSynRcvdBadSeqNumber
Kevin Krakauer
2021-06-25
Remove sndQueue as its pointless now.
Bhasker Hariharan
2021-06-22
Wake up Writers when tcp socket is shutdown for writes.
Bhasker Hariharan
2021-06-22
netstack: further deflake tcp_test
Kevin Krakauer
2021-06-21
clean up tcpdump TODOs
Kevin Krakauer
2021-06-21
netstack: don't ACK SYNs in TIME-WAIT
Kevin Krakauer
2021-06-17
raw sockets: don't overwrite destination address
Kevin Krakauer
2021-06-16
Fix broken hdrincl test
Kevin Krakauer
[next]