summaryrefslogtreecommitdiff
path: root/datapath/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix conntrack cache with timeoutYi-Hung Wei2019-09-301-0/+13
* datapath: Add support for conntrack timeout policyYi-Hung Wei2019-09-261-1/+29
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-281-0/+5
* openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2019-05-101-14/+3
* datapath: Use new header file net/ipv6_frag.hFlorian Westphal2019-05-101-0/+1
* datapath: Pass nf_hook_state to nf_conntrack_in()Florian Westphal2019-05-101-2/+6
* datapath: Revert "datapath: Fix template leak in error cases."Flavio Leitner2019-04-151-4/+2
* datapath: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King2018-12-151-1/+1
* datapath: load NAT helperFlavio Leitner2018-12-151-0/+4
* datapath: conntrack: Support conntrack zone limitYi-Hung Wei2018-08-171-1/+550
* datapath: NAT support for shifted portmap rangesYi-Hung Wei2018-07-301-2/+6
* 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