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
2020-01-24
Merge branch 'master' into ipt-udp-matchers
Kevin Krakauer
2020-01-23
Merge pull request #1617 from kevinGC:iptables-write-filter-proto
gVisor bot
2020-01-22
Error marshalling the matcher.
Kevin Krakauer
2020-01-21
Adding serialization.
Kevin Krakauer
2020-01-21
Add a new TCP stat for current open connections.
Mithun Iyer
2020-01-21
Removed TCP work (saved in ipt-tcp-match).
Kevin Krakauer
2020-01-21
Add UDP matchers.
Kevin Krakauer
2020-01-21
More little fixes.
Kevin Krakauer
2020-01-21
Fixing stuff
Kevin Krakauer
2020-01-21
Merge branch 'master' into iptables-write-filter-proto
Kevin Krakauer
2020-01-21
Merge pull request #1558 from kevinGC:iptables-write-input-drop
gVisor bot
2020-01-17
Filter out received packets with a local source IP address.
Eyal Soha
2020-01-16
Remove unused rpcinet.
Adin Scannell
2020-01-14
Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets
Tamir Duberstein
2020-01-13
Merge branch 'iptables-write-input-drop' into iptables-write-filter-proto
Kevin Krakauer
2020-01-13
Allow dual stack sockets to operate on AF_INET
Tamir Duberstein
2020-01-13
Only allow INPUT modifications.
Kevin Krakauer
2020-01-13
Merge branch 'master' into iptables-write-input-drop
Kevin Krakauer
2020-01-13
Merge pull request #1528 from kevinGC:iptables-write
gVisor bot
2020-01-10
I think INPUT works with protocol
Kevin Krakauer
2020-01-09
New sync package.
Ian Gudger
2020-01-09
Added a test that we don't pass yet
Kevin Krakauer
2020-01-09
Change BindToDeviceOption to store NICID
Eyal Soha
2020-01-08
It works! It drops some packets.
Kevin Krakauer
2020-01-08
Merge branch 'iptables-write' into iptables-write-input-drop
Kevin Krakauer
2020-01-08
More GH comments.
Kevin Krakauer
2020-01-08
Return correct length with MSG_TRUNC for unix sockets.
Ian Lewis
2020-01-08
Addressed GH comments
Kevin Krakauer
2020-01-08
Fix slice bounds out of range panic in parsing socket control message.
Ting-Yu Wang
2020-01-08
Getting a panic when running tests. For some reason the filter table is
Kevin Krakauer
2020-01-08
Introduce tcpip.SockOptBool
Tamir Duberstein
2020-01-08
Built dead-simple traversal, but now getting depedency cycle error :'(
Kevin Krakauer
2020-01-08
Rename tcpip.SockOpt{,Int}
Tamir Duberstein
2020-01-08
First commit -- re-adding DROP
Kevin Krakauer
2020-01-08
Comment cleanup.
Kevin Krakauer
2020-01-08
Minor fixes to comments and logging
Kevin Krakauer
2020-01-08
Write simple ACCEPT rules to the filter table.
Kevin Krakauer
2019-12-26
Automated rollback of changelist 287029703
gVisor bot
2019-12-24
Enable IP_RECVTOS socket option for datagram sockets
Ryan Heacock
2019-12-12
unix: allow to bind unix sockets only to AF_UNIX addresses
Andrei Vagin
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-10
Deduplicate and simplify control message processing for recvmsg and sendmsg.
Dean Deng
2019-12-10
Let socket.ControlMessages Release() the underlying transport.ControlMessages.
Dean Deng
2019-12-10
Make comments clearer for control message handling.
Dean Deng
2019-12-06
Add TCP stats for connection close and keep-alive timeouts.
Mithun Iyer
2019-12-03
Remove TODO for obsolete bug.
Zach Koopmans
2019-12-03
Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.
Dean Deng
2019-12-02
Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets.
Dean Deng
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
[next]