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-11-09
Remove Stack.NewJob
Tamir Duberstein
2021-11-08
Add reference counting to packet buffers.
Lucas Manning
2021-11-04
Remove id from sleep.Sleeper API.
Adin Scannell
2021-11-04
[syserr] Reverse dependency for tcpip.Error
Zach Koopmans
2021-11-02
Extract tcb & lastUsed to its own lock
Ghanan Gowripalan
2021-11-02
Properly reap NATed connections
Ghanan Gowripalan
2021-11-01
Allow partial packets in ICMP errors when NATing
Ghanan Gowripalan
2021-10-28
NAT ICMPv6 errors
Ghanan Gowripalan
2021-10-27
Reduce eventFD notifications on transmit.
Bhasker Hariharan
2021-10-27
rename tcp_conntrack inbound/outbound to reply/original
Kevin Krakauer
2021-10-27
NAT ICMPv4 errors
Ghanan Gowripalan
2021-10-27
Record counts of packets with unknown L3/L4 numbers
Nick Brown
2021-10-26
Validate an icmp header before accessing it
Andrei Vagin
2021-10-21
Add an integration test for istio like redirect.
Bhasker Hariharan
2021-10-19
Always parse Transport headers
Ghanan Gowripalan
2021-10-19
Continue reaping bucket after reaping a tuple
Ghanan Gowripalan
2021-10-18
conntrack: update state of un-NATted connections
Kevin Krakauer
2021-10-18
conntrack: use tcpip.Clock instead of time.Time
Kevin Krakauer
2021-10-18
Support distinction for RWMutex and read-only locks.
Adin Scannell
2021-10-15
Satisfy nogo
Ghanan Gowripalan
2021-10-15
Implement WriteRawPacket for pipe
Tony Gong
2021-10-13
Minor fixes to sharedmem.
Bhasker Hariharan
2021-10-13
add create-only raw sockets
Kevin Krakauer
2021-10-13
Represent direction with boolean
Ghanan Gowripalan
2021-10-12
Support Twice NAT
Ghanan Gowripalan
2021-10-12
Create constants for Keepalive defaults.
Bhasker Hariharan
2021-10-12
Separate DNAT and SNAT manip states
Ghanan Gowripalan
2021-10-11
Support DNAT target
Ghanan Gowripalan
2021-10-11
Add unit test for Redirect target
Ghanan Gowripalan
2021-10-11
Support IP_PKTINFO and IPV6_RECVPKTINFO on raw sockets
Ghanan Gowripalan
2021-10-07
add convenient wrapper for eventfd
Kevin Krakauer
2021-10-07
Add a new metric to detect the number of spurious loss recoveries.
Nayana Bidari
2021-10-07
Track UDP packets performing REDIRECT NAT
Ghanan Gowripalan
2021-10-07
Modify the TCP test to receive re-transmitted packet before sending ACK.
Nayana Bidari
2021-10-07
Store timestamps as time.Time
Tamir Duberstein
2021-10-06
Create null entry connection on first IPTables hook
Ghanan Gowripalan
2021-10-05
Add server implementation for sharedmem endpoints.
Bhasker Hariharan
2021-10-04
Reply to invalid ACKs even when accept queue is full
Arthur Sfez
2021-10-01
Read lock when getting connections
Ghanan Gowripalan
2021-10-01
Drop ConnTrack.handlePacket
Ghanan Gowripalan
2021-10-01
Drop conn.tcbHook
Ghanan Gowripalan
2021-10-01
Annotate checklocks on mutex protected fields
Ghanan Gowripalan
2021-10-01
Drop IPTables.checkPackets
Ghanan Gowripalan
2021-10-01
Let connection handle tracked packets
Ghanan Gowripalan
2021-10-01
Move pendingEndpoints to acceptQueue
Tamir Duberstein
2021-09-29
Avoid comparisons to zero value of acceptQueue
Tamir Duberstein
2021-09-29
Rename accepted -> acceptQueue
Tamir Duberstein
2021-09-29
Remove syncRcvdCount
Tamir Duberstein
2021-09-28
Inline handleSynSegment
Tamir Duberstein
2021-09-28
Support naive Masquerade NAT target
Ghanan Gowripalan
[next]