summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Fix icmp related error code.ldejing2022-09-201-2/+2
* datapath-windows: Add IPv6 conntrack ip fragment support on windowsldejing2022-09-201-17/+28
* datapath-windows: Alg support for ftp and tftp in conntrackldejing2022-09-201-16/+61
* datapath-windows: Add IPv6 conntrack support on Windows.ldejing2022-04-221-24/+263
* datapath-windows: Add IPv6 Geneve tunnel support in WindowsWilson Peng2022-04-101-1/+2
* datapath-windows: Pickup Ct tuple as CT lookup key in function OvsCtSetupLook...Wilson Peng2022-01-201-0/+30
* datapath-windows: Reset flow key after Ipv4 fragments are reassembledWilson Peng2021-11-151-1/+18
* datapath-windows: Reset ct_mark/ct_label to support ALGJinjun Gao2020-07-281-32/+54
* datapath-windows: Add CTA_HELP and CTA_TUPLE_MASTERJinjun Gao2020-06-301-7/+43
* datapath-windows, conntrack: Fix conntrack new stateRui Cao2020-06-271-0/+3
* datapath-windows: Fix updating ct label when mask is specifiedAnand Kumar2019-08-191-0/+1
* datapath-windows: Use layers info to extract IP header in IpFragmentAnand Kumar2018-12-211-7/+4
* datapath-windows: Add support to configure ct zone limitsAnand Kumar2018-09-201-2/+165
* datapath-windows: Compute ct hash based on 5-tuple and zoneAnand Kumar2018-06-241-112/+116
* datapath-windows: Implement locking in conntrack NAT.Anand Kumar2018-06-241-67/+43
* datapath-windows: Use spinlock instead of RW lock for ct entryAnand Kumar2018-06-241-68/+67
* datapath-windows: Prevent ct-counters from getting redundantly incrementedAnand Kumar2018-04-301-3/+4
* datapath-windows: Add trace level logs in conntrack for invalid ct state.Anand Kumar2018-02-031-0/+6
* datapath-windows: Optimize conntrack lock implementation.Anand Kumar2018-02-021-85/+151
* datapath-windows: Add a global level RW lock for NATAnand Kumar2018-02-021-2/+34
* datapath-windows: Refactor conntrack code.Anand Kumar2018-02-021-75/+99
* datapath-windows: Add support for deleting conntrack entry by 5-tuple.Anand Kumar2017-12-111-12/+134
* datapath-windows: Correct endianness for deleting zone.Justin Pettit2017-12-071-1/+1
* datapath-windows: Fix bugs in cleaner threadsShashank Ram2017-09-281-1/+5
* datapath-windows: Increment ct packet counters based on ct_state.Anand Kumar2017-09-071-13/+22
* datapath-windows: Add an upper limit to conntrack entriesSairam Venugopal2017-09-011-0/+10
* datapath-windows: Update Orig Tuple to use ICMP Type and CodeAnand Kumar2017-08-171-2/+9
* datapath-windows: Fix conntrack lookups for reversed keysSairam Venugopal2017-08-031-9/+10
* datapath-windows: Include ICMP type and code fields to find a matching ct entryAnand Kumar2017-06-271-9/+7
* datapath-windows: Add support for UPDATE events in ConntrackAnand Kumar2017-06-211-8/+40
* datapath-windows: Fix switch-case alignments in Conntrack.cSairam Venugopal2017-06-211-42/+41
* datapath-windows: Fix potential memory leak while creating conntrack entrySairam Venugopal2017-06-211-66/+57
* datapath-windows: use NlAttrGet() in Conntrack.cNithin Raju2017-06-161-12/+2
* datapath-windows: NAT integration with conntrackYin Lin2017-06-121-73/+128
* datapath-windows: Add support for NAT in conntrackAnand Kumar2017-06-121-2/+81
* datapath-windows: Add original conntrack tuple to FlowKeySairam Venugopal2017-06-081-6/+29
* datapath-windows: Added Ipv4 fragments support in ConntrackAnand Kumar2017-05-081-7/+16
* datapath-windows: Pass fwdCtx to conntrackYin Lin2017-04-211-2/+3
* datapath-windows: Add support for OVS_CT_ATTR_FORCE_COMMITSairam Venugopal2017-03-221-2/+18
* datapath-windows: Trigger conntrack event after setting mark and labelSairam Venugopal2017-03-071-7/+21
* datapath-windows: Conntrack disable type truncation warningAlin Serdean2017-01-031-0/+5
* datapath-windows: Conntrack - Enable FTP supportSairam Venugopal2016-12-201-2/+59
* datapath-windows: Cleanup Conntrack definitions and introduce related entriesSairam Venugopal2016-12-201-12/+0
* datapath-windows: Conntrack move null checks to functionsAlin Serdean2016-12-131-2/+2
* datapath-windows: Fix typos in function summariesSairam Venugopal2016-12-021-1/+1
* datapath-windows: conntrack leaksAlin Serdean2016-11-291-0/+5
* datapath-windows: null comparison for icmp and tcp headerAlin Serdean2016-11-291-2/+2
* datapath-windows: fix return value in conntrackAlin Serdean2016-11-291-6/+8
* datapath-windows: Enable support for tracking ICMP code and typeSairam Venugopal2016-11-111-6/+67
* datapath-windows: Fix connection state tracking in ConntrackPaul Boca2016-08-301-1/+1