summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Flow.c
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Update layers for multiple tunnels processingWilson Peng2022-06-221-1/+1
* datapath-windows: Add IPv6 conntrack support on Windows.ldejing2022-04-221-2/+39
* datapath-windows: Add IPv6 Geneve tunnel support in WindowsWilson Peng2022-04-101-44/+111
* datapath-windows: Append tunnel info to upcall for correct templateAmber Hu via dev2020-02-101-0/+12
* datapath-windows: Fix vlan key getting stored in host byte order.Anand Kumar via dev2019-04-091-2/+2
* datapath-windows: Add support for 'OVS_KEY_ATTR_ENCAP' key attribute.Anand Kumar2019-01-281-13/+113
* datapath-windows: fix hash creation on ct markAlin Gabriel Serdean2018-02-271-1/+1
* datapath-windows: Use only non executable memoryAlin Serdean2017-11-291-1/+1
* datapath-windows: Add validations for IP_HEADER_LENShashank Ram2017-06-221-0/+5
* datapath-windows: Add support for NAT in conntrackAnand Kumar2017-06-121-2/+2
* datapath-windows: Add original conntrack tuple to FlowKeySairam Venugopal2017-06-081-2/+48
* datapath-windows: Add support for OVS_TUNNEL_KEY_ATTR_TP_DSTAlin Serdean2017-02-021-0/+8
* datapath-windows: Fix alignment in MapTunAttrToFlowPutAlin Serdean2017-01-271-1/+1
* datapath-windows: add assert in OvsHashFlow()Nithin Raju2016-09-011-0/+1
* datapath-windows: remove invalid ASSERT in Flow.cNithin Raju2016-08-311-1/+0
* datapath-windows: Fix various Geneve bugsYin Lin2016-07-211-1/+1
* datapath-windows: Add Geneve supportYin Lin2016-06-241-16/+163
* datapath-windows: comment cleanup and indentationNithin Raju2016-06-201-10/+10
* datapath-windows: Improved offloading on STT tunnelPaul Boca2016-06-071-37/+206
* datapath-windows: o/p buffer must fit NL error messageNithin Raju2016-05-251-7/+9
* datapath-windows: Make _MapTunAttrToFlowPut() globalNithin Raju2016-05-251-9/+7
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-161-19/+23
* datapath-windows: Removed double initialization on local variablesPaul Boca2016-04-211-1/+1
* datapath-windows: Add Connection Tracking SupportSairam Venugopal2016-04-141-2/+126
* datapath-windows: Update flow lookup to support RecircId and DpHashSairam Venugopal2016-03-311-9/+24
* datapath-windows: Add OVS_KEY_ATTR_ICMP supportAlin Serdean2016-03-311-3/+9
* datapath-windows: Fix OVS_KEY_ATTR_ICMPV6 supportAlin Serdean2016-03-311-5/+4
* datapath-windows: Fix alignment in Flow.c.Nithin Raju2016-03-251-28/+28
* datapath-windows: Extract flow metadata in execute cmd handler.Sorin Vinturis2016-03-251-0/+19
* datapath-windows: Support for OVS_ACTION_ATTR_HASH attributeSorin Vinturis2016-03-251-0/+14
* datapath-windows: Allow recirculation feature probe.Sorin Vinturis2016-03-251-1/+8
* datapath-windows: Added recirculation support.Sorin Vinturis2016-03-251-7/+18
* datapath-windows: Change reported time for flowsAlin Serdean2016-03-231-23/+38
* datapath-windows: Fix small bug in MPLSAlin Serdean2016-02-101-0/+1
* datapath-windows: Accept MPLS feature probe.Sorin Vinturis2016-02-021-7/+65
* datapath-windows: Support for OVS_KEY_ATTR_MPLS attributeSorin Vinturis2016-02-021-6/+96
* datapath-windows: Support for OVS_KEY_ATTR_SCTP attributeSorin Vinturis2015-11-241-1/+5
* Revert "datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS"Alin Serdean2015-10-271-31/+9
* datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGSAlin Gabriel Serdean2015-10-231-9/+31
* datapath-windows: Fix IP fragmentationAlin Serdean2015-10-021-3/+3
* datapath-windows: Append flow attribute keyAlin Serdean2015-09-181-19/+41
* datapath-windows: Fix broken build.Alin Serdean2015-08-281-5/+5
* datapath-windows: Suppress flow attribute probe.Alin Serdean2015-08-281-1/+8
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-261-5/+12
* Solved datapath-windows: BSOD when initializing switch contextAlin Serdean2015-07-021-0/+9
* datapath-windows: Solved BSOD when handling flowsSorin Vinturis2015-07-011-1/+0
* datapath-windows: Removed gOvsCtrlLock global spinlockSorin Vinturis2015-04-231-26/+13
* datapath-windows: Make GET_PID a separate IOCTLSorin Vinturis2015-04-021-1/+1
* datapath-windows: Added specific pool tag for flow codeSorin Vinturis2015-03-261-5/+6
* datapath-windows: set the nlBuf tail properlyAlin Serdean2015-01-061-2/+7