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-09-26
Implement dummy network interfaces
feature/dummy-iface
Mikael Magnusson
2021-09-24
netlink: Implement neighbor messages
Mikael Magnusson
2021-09-23
Pass AddressableEndpoint to IPTables
Ghanan Gowripalan
2021-09-21
socket/unix: clean up socket queue after releasing a queue lock
Andrei Vagin
2021-09-19
Support IPV6_RECVPKTINFO on UDP sockets
Ghanan Gowripalan
2021-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-15
Pass address properties in a single struct
Tony Gong
2021-09-15
[bind] Return EINVAL for under sized address
Ghanan Gowripalan
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-09-02
unix: avoid taking two endpoint locks
Andrei Vagin
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-09-01
Extract network datagram endpoint common facilities
Ghanan Gowripalan
2021-09-01
unix: handle a case when a buffer is overflowed
Andrei Vagin
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
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-07-30
Support RTM_DELLINK
Zeling Feng
2021-07-23
Add support for SIOCGIFCONF ioctl in hostinet.
Lucas Manning
2021-07-21
Add metric to count number of segments acknowledged by DSACK.
Nayana Bidari
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-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-02
Merge pull request #6258 from liornm:fix-iptables-input-interface
gVisor bot
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
Add SIOCGIFFLAGS ioctl support to hostinet.
Lucas Manning
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-29
Fix iptables List entries Input interface field
liornm
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-22
Trigger poll/epoll events on zero-length hostinet sendmsg
Ian Lewis
2021-06-21
clean up tcpdump TODOs
Kevin Krakauer
2021-06-17
remove outdated ip6tables TODOs
Kevin Krakauer
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-26
Use the stack RNG everywhere
Tamir Duberstein
2021-05-25
Merge pull request #6027 from liornm:fix-unused-flag
gVisor bot
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-19
Allow use of IFF_ONE_QUEUE
liornm
2021-05-14
Don't read forwarding from netstack in sentry
Ghanan Gowripalan
2021-05-13
Rename SetForwarding to SetForwardingDefaultAndAllNICs
Ghanan Gowripalan
2021-05-12
Fix TODO comments.
Ian Lewis
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
[next]