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
/
netstack
/
netstack.go
Age
Commit message (
Expand
)
Author
2021-09-19
Support IPV6_RECVPKTINFO on UDP sockets
Ghanan Gowripalan
2021-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-15
[bind] Return EINVAL for under sized address
Ghanan Gowripalan
2021-09-01
Extract network datagram endpoint common facilities
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-21
Add metric to count number of segments acknowledged by DSACK.
Nayana Bidari
2021-07-15
netstack: support SO_RCVBUFFORCE
Kevin Krakauer
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-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-16
[syserror] Refactor linuxerr and error package.
Zach Koopmans
2021-06-14
Cleanup iptables bug TODOs
Kevin Krakauer
2021-06-07
Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).
Nicolas Lacasse
2021-05-21
Add aggregated NIC stats
Arthur Sfez
2021-05-21
Clean-up netstack metrics descriptions
Arthur Sfez
2021-05-20
Add protocol state to TCPINFO
Mithun Iyer
2021-05-19
Send ICMP errors when link address resolution fails
Nick Brown
2021-05-12
Send ICMP errors when unable to forward fragmented packets
Nick Brown
2021-05-11
[syserror] Refactor abi/linux.Errno
Zach Koopmans
2021-05-11
Process Hop-by-Hop header when forwarding IPv6 packets
Nick Brown
2021-05-05
Send ICMP errors when the network is unreachable
Nick Brown
2021-04-27
Remove uses of the binary package from networking code.
Rahat Mahmood
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-16
Enlarge port range and fix integer overflow
Kevin Krakauer
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
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-18
Validate IGMP packets
Arthur Sfez
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-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
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-20
Remove unimplemented message for SO_LINGER
Nayana Bidari
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-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
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
[next]