summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/iptables.go
AgeCommit message (Expand)Author
2020-10-29Make RedirectTarget thread safeKevin Krakauer
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-29iptables: refactor to make targets extendableKevin Krakauer
2020-09-18Count packets dropped by iptables in IPStatsKevin Krakauer
2020-09-17ip6tables: filter table supportKevin Krakauer
2020-08-28fix panic when calling SO_ORIGINAL_DST without initializing iptablesKevin Krakauer
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-23iptables: use keyed array literalsKevin Krakauer
2020-07-22iptables: don't NAT existing connectionsKevin Krakauer
2020-07-22iptables: replace maps with arraysKevin Krakauer
2020-07-15iptables: remove check for NetworkHeaderKevin Krakauer
2020-07-13garbage collect connectionsKevin Krakauer
2020-06-25conntrack refactor, no behavior changesKevin Krakauer
2020-06-18iptables: skip iptables if no rules are setKevin Krakauer
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-28Enable iptables source filtering (-s/--source)Kevin Krakauer
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan