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
/
sentry
/
socket
Age
Commit message (
Expand
)
Author
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-16
Enlarge port range and fix integer overflow
Kevin Krakauer
2021-04-09
iptables: support postrouting hook and SNAT target
Toshi Kikuchi
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-15
Merge pull request #5618 from iangudger:unix-transport-race
gVisor bot
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-04
Fix race in unix socket transport.
Ian Gudger
2021-03-03
Export stats that were forgotten
Arthur Sfez
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-19
Don't hold baseEndpoint.mu while calling EventUpdate().
Nicolas Lacasse
2021-02-18
Make socketops reflect correct sndbuf value for host UDS.
Bhasker Hariharan
2021-02-18
Validate IGMP packets
Arthur Sfez
2021-02-17
Move Name() out of netstack Matcher. It can live in the sentry.
Kevin Krakauer
2021-02-11
[rack] TLP: ACK Processing and PTO scheduling.
Ayush Ranjan
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-02-05
Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)
Ting-Yu Wang
2021-02-01
Refactor HandleControlPacket/SockError
Ghanan Gowripalan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-28
Propagate reader error in ReadFrom
Tamir Duberstein
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2021-01-26
Initialize the send buffer handler in endpoint creation.
Nayana Bidari
2021-01-26
Do not send SCM Rights more than once when message is truncated.
Dean Deng
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2021-01-25
Add per endpoint ARP statistics
Arthur Sfez
2021-01-22
Define tcpip.Payloader in terms of io.Reader
Tamir Duberstein
2021-01-21
iptables: support matching the input interface name
Toshi Kikuchi
2021-01-20
Remove unimplemented message for SO_LINGER
Nayana Bidari
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2021-01-15
Remove count argument from tcpip.Endpoint.Read
Tamir Duberstein
2021-01-14
Add stats for ARP
Arthur Sfez
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-12
Remove useless cached state
Tamir Duberstein
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
2021-01-05
Fix panic when parsing SO_TIMESTAMP cmsg
Kevin Krakauer
2020-12-22
Move SO_BINDTODEVICE to socketops.
Nayana Bidari
2020-12-17
[netstack] Implement IP(V6)_RECVERR socket option.
Ayush Ranjan
2020-12-17
[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).
Ayush Ranjan
2020-12-15
[netstack] Make recvmsg(2) call to host in hostinet even if dst is empty.
Ayush Ranjan
2020-12-14
[netstack] Update raw socket and hostinet control message parsing.
Ayush Ranjan
2020-12-14
Move SO_LINGER option to socketops.
Nayana Bidari
2020-12-14
Move SO_ERROR and SO_OOBINLINE option to socketops.
Nayana Bidari
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-09
Add support for IP_RECVORIGDSTADDR IP option.
Bhasker Hariharan
2020-12-07
Export IGMP stats
Arthur Sfez
2020-12-02
Extract ICMPv4/v6 specific stats to their own types
Arthur Sfez
[prev]
[next]