summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-01-22Error marshalling the matcher.Kevin Krakauer
2020-01-21Adding serialization.Kevin Krakauer
2020-01-21Passes all filter table UDP tests.Kevin Krakauer
2020-01-21Removed TCP work (saved in ipt-tcp-match).Kevin Krakauer
2020-01-21Add UDP matchers.Kevin Krakauer
2020-01-21Fixing stuffKevin Krakauer
2020-01-21Merge branch 'master' into iptables-write-filter-protoKevin Krakauer
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-17Remove addPermanentAddressLockedTamir Duberstein
2020-01-15Support upgrading expired/removed IPv6 addresses to permanent SLAAC addressesGhanan Gowripalan
2020-01-15Solicit IPv6 routers when a NIC becomes enabled as a hostGhanan Gowripalan
2020-01-15Bugfix to terminate the protocol loop on StateError.Bhasker Hariharan
2020-01-14Address Nic's comments.Kevin Krakauer
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-13Protocol filtering works.Kevin Krakauer
2020-01-13Merge branch 'iptables-write-input-drop' into iptables-write-filter-protoKevin Krakauer
2020-01-13Fix test building.Kevin Krakauer
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-13Merge pull request #1528 from kevinGC:iptables-writegVisor bot
2020-01-10I think INPUT works with protocolKevin Krakauer
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-10Put CancellableTimer tests in the tcpip_test packageGhanan Gowripalan
2020-01-10Cleaned up logs.Kevin Krakauer
2020-01-10panic fix in retransmitTimerExpired.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2020-01-09Merge pull request #1523 from majek:fix-1522-silly-window-rxgVisor bot
2020-01-09Inform NDPDispatcher when Stack learns about available configurations via DHCPv6Ghanan Gowripalan
2020-01-09Separate NDP tests into its own packageGhanan Gowripalan
2020-01-09Confirmed that it works if I hardcode 17 in for pkt.Protocol. Need to address...Kevin Krakauer
2020-01-09Added a test that we don't pass yetKevin Krakauer
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-09Allow clients to store an opaque NICContext with NICsBert Muthalaly
2020-01-08Working on filtering by protocol.Kevin Krakauer
2020-01-08Merge branch 'iptables-write' into iptables-write-input-dropKevin Krakauer
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan
2020-01-08More GH comments.Kevin Krakauer
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Built dead-simple traversal, but now getting depedency cycle error :'(Kevin Krakauer
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08Comment cleanup.Kevin Krakauer
2020-01-08Minor fixes to comments and loggingKevin Krakauer
2020-01-08Remove redundant function argumentTamir Duberstein
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2020-01-08Add NIC.isLoopback()Bert Muthalaly