Age | Commit message (Expand) | Author |
2016-03-14 | openvswitch: Interface with NAT. | Jarno Rajahalme |
2016-03-14 | openvswitch: Delay conntrack helper call for new connections. | Jarno Rajahalme |
2016-03-14 | openvswitch: Handle NF_REPEAT in conntrack action. | Jarno Rajahalme |
2016-03-14 | openvswitch: Find existing conntrack entry after upcall. | Jarno Rajahalme |
2016-03-14 | openvswitch: Update the CT state key only after nf_conntrack_in(). | Jarno Rajahalme |
2016-03-14 | openvswitch: Add commentary to conntrack.c | Jarno Rajahalme |
2016-03-14 | netfilter: Remove IP_CT_NEW_REPLY definition. | Jarno Rajahalme |
2015-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-29 | openvswitch: Fix template leak in error cases. | Joe Stringer |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2015-12-11 | openvswitch: Respect conntrack zone even if invalid | Joe Stringer |
2015-12-11 | openvswitch: Fix helper reference leak | Joe Stringer |
2015-11-23 | netfilter: ipv6: avoid nf_iterate recursion | Florian Westphal |
2015-11-23 | netfilter: ipv6: nf_defrag: avoid/free clone operations | Florian Westphal |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-27 | openvswitch: Fix skb leak using IPv6 defrag | Joe Stringer |
2015-10-27 | openvswitch: Fix double-free on ip_defrag() errors | Joe Stringer |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-21 | openvswitch: Serialize nested ct actions if provided | Joe Stringer |
2015-10-21 | openvswitch: Mark connections new when not confirmed. | Joe Stringer |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-12 | ipv6: Pass struct net into nf_ct_frag6_gather | Eric W. Biederman |
2015-10-12 | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman |
2015-10-07 | openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT | Joe Stringer |
2015-10-07 | openvswitch: Extend ct_state match field to 32 bits | Joe Stringer |
2015-10-05 | openvswitch: Rename LABEL->LABELS | Joe Stringer |
2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-09-18 | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple | Eric W. Biederman |
2015-09-17 | openvswitch: Fix IPv6 exthdr handling with ct helpers. | Joe Stringer |
2015-08-28 | openvswitch: Fix conntrack compilation without mark. | Joe Stringer |
2015-08-28 | openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL | Valentin Rothberg |
2015-08-27 | openvswitch: Allow attaching helpers to ct action | Joe Stringer |
2015-08-27 | openvswitch: Allow matching on conntrack label | Joe Stringer |
2015-08-27 | openvswitch: Allow matching on conntrack mark | Joe Stringer |
2015-08-27 | openvswitch: Add conntrack action | Joe Stringer |