summaryrefslogtreecommitdiff
path: root/datapath/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-161-0/+34
* datapath: drop unneeded newlineJulia Lawall2018-02-161-2/+2
* datapath: conntrack: make protocol tracker pointers constFlorian Westphal2018-02-121-2/+2
* datapath: add ct_clear actionEric Garver2018-01-221-0/+15
* datapath: Remove unnecessary newlines from OVS_NLERR usesGreg Rose2017-09-221-9/+5
* datapath: fix potential out of bound access in parse_ctGreg Rose2017-07-261-2/+5
* datapath: Fix for force/commit action failuresGreg Rose2017-07-241-15/+36
* datapath: introduce nf_conntrack_helper_put functionGreg Rose2017-07-241-2/+2
* datapath: Remove untracked CT on newer kernels.Joe Stringer2017-05-031-0/+2
* datapath: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-271-1/+29
* datapath: Add eventmask support to CT action.Jarno Rajahalme2017-04-271-0/+27
* datapath: Typo fix.Jarno Rajahalme2017-04-271-1/+1
* datapath: Fix refcount leak on force commit.Jarno Rajahalme2017-04-191-2/+2
* compat: ipv6: orphan skbs in reassembly unit.Eric Dumazet2017-04-191-1/+0
* datapath: Pack struct sw_flow_key.Jarno Rajahalme2017-04-191-20/+20
* datapath: Avoid struct copy on conntrack labels.Jarno Rajahalme2017-04-111-2/+5
* datapath: Add force commit.Jarno Rajahalme2017-03-081-2/+24
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-6/+80
* datapath: Inherit master's labels.Jarno Rajahalme2017-03-081-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-03-081-56/+64
* datapath: Simplify labels length logic.Jarno Rajahalme2017-03-081-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-03-081-7/+8
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-03-081-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-03-081-2/+22
* datapath: Fix comments for skb->_nfctJarno Rajahalme2017-03-081-7/+7
* datapath: add and use nf_ct_set helperFlorian Westphal2017-03-081-4/+2
* datapath: add and use skb_nfct helperFlorian Westphal2017-03-081-3/+3
* datapath: maintain correct checksum state in conntrack actions.Lance Richardson2017-03-031-2/+4
* datapath: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2017-03-021-6/+2
* datapath: Ensure correct L4 checksum with NAT helpers.John Hurley2017-01-061-30/+17
* datapath: backport: openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
* datapath: Support a fixed size of 128 distinct labels.Jarno Rajahalme2016-10-201-2/+12
* datapath: Use pre-routing hook for conntrack.Joe Stringer2016-09-091-1/+1
* datapath: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-041-7/+1
* datapath: backport: openvswitch: fix conntrack netlink event deliveryPravin B Shelar2016-08-031-2/+12
* datapath: Only set mark and labels with a commit flag.Jarno Rajahalme2016-07-011-25/+51
* datapath: Set mark and labels before confirming.Jarno Rajahalme2016-07-011-19/+14
* datapath: Drop debug code in handle_fragments().Joe Stringer2016-06-291-5/+0
* datapath: Fix cached ct with helper.Joe Stringer2016-06-201-0/+13
* datapath: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso2016-06-201-8/+0
* datapath: change nf_connlabels_get bit arg to 'highest used'Jarno Rajahalme2016-06-201-1/+1
* datapath: call only into reachable nf-nat codeArnd Bergmann2016-06-201-8/+8
* datapath: Fix checking for new expected connections.Jarno Rajahalme2016-06-201-2/+3
* datapath: Use proper buffer size in nla_memcpyHaishuang Yan2016-06-201-1/+2
* datapath: conntrack NF_NAT_RANGE_PROTO_RANDOM_FULLY compat code.Jarno Rajahalme2016-06-201-1/+11
* datapath: conntrack NAT helper compat code for Linux 4.5 and earlier.Jarno Rajahalme2016-06-201-1/+38
* datapath: Interface with NAT.Jarno Rajahalme2016-06-201-26/+498
* datapath: Delay conntrack helper call for new connections.Jarno Rajahalme2016-06-201-5/+16
* datapath: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-06-201-2/+8
* datapath: Find existing conntrack entry after upcall.Jarno Rajahalme2016-06-201-13/+90