]> git.proxmox.com Git - mirror_ovs.git/history - datapath-windows
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / datapath-windows /
2020-10-04 Alin Gabriel Serdeandatapath_windows: Add datapath_windows target
2020-09-22 Yi LiRemove duplicate include file
2020-07-29 Jinjun Gaodatapath-windows: Update flow key in SET action
2020-07-28 Jinjun Gaodatapath-windows: Reset ct_mark/ct_label to support ALG
2020-06-30 Jinjun Gaodatapath-windows: Add CTA_HELP and CTA_TUPLE_MASTER
2020-06-27 Rui Caodatapath-windows, conntrack: Fix conntrack new state
2020-02-10 Amber Hu via devdatapath-windows: Append tunnel info to upcall for...
2019-12-09 Jinjun Gaodatapath-windows: Do not delete internal port on OID_SW...
2019-09-26 Yi-Hung Weict-dpif, dpif-netlink: Add conntrack timeout policy...
2019-08-18 Anand Kumardatapath-windows: Fix updating ct label when mask is...
2019-05-20 Anand Kumardatapath-windows: Copy mru information when cloning...
2019-05-09 Alin Gabriel Serdeandatapath-windows: Add Win10Analyze target
2019-04-24 Anand Kumardatapath-windows: Do not send out nbls when cloned...
2019-04-09 Anand Kumar via devdatapath-windows: Fix vlan key getting stored in host...
2019-04-03 Sairam Venugopal... datapath-windows: Add guards around IpHelper adapter...
2019-04-03 Anand Kumar via devdatapath-windows: Address memory allocation issues...
2019-03-13 Alin Gabriel Serdeandatapath-windows: Add annotations to find vport functions
2019-03-13 Alin Gabriel Serdeandatapath-windows: Guard vport usage in user.c
2019-03-13 Sairam Venugopaldatapath-windows: Fix race condition during port creation
2019-03-13 Sairam Venugopaldatapath-windows: Fix potential deadlock in event subsc...
2019-03-13 Sairam Venugopaldatapath-windows: Fix nbl cleanup when memory allocatio...
2019-01-28 Anand Kumardatapath-windows: Add support for 'OVS_KEY_ATTR_ENCAP...
2018-12-28 Alin Gabriel Serdeandatapath-windows: Fix race condition when deleting...
2018-12-21 Anand Kumardatapath-windows: Use layers info to extract IP header...
2018-11-15 Sairam Venugopaldatapath-windows: Fix invalid reference in Buffermgmt.c
2018-10-24 Anand Kumardatapath-windows: Remove IP neighbor entries when inter...
2018-10-02 Sairam Venugopaldatapath-windows: Move OVS_IPHELPER_INSTANCE to IpHelper.h
2018-09-27 Ben Pfafftreewide: Fix spelling of "receive".
2018-09-20 Alin Gabriel Serdeandatapath-windows: Fix payload length calculation in...
2018-09-20 Anand Kumardatapath-windows: Add support to configure ct zone...
2018-07-10 Ben Pfafftreewide: Remove pointless "return;" at ends of functions.
2018-06-24 Anand Kumardatapath-windows: Compute ct hash based on 5-tuple...
2018-06-24 Anand Kumardatapath-windows: Implement locking in conntrack NAT.
2018-06-24 Anand Kumardatapath-windows: Use spinlock instead of RW lock for...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Anand Kumardatapath-windows: Add support for handling DEI bit...
2018-04-30 Anand Kumardatapath-windows: Prevent ct-counters from getting...
2018-03-08 Anand Kumardatapath-windows: Do not drop Ip fragments less than...
2018-03-06 Alin Gabriel Serdeandatapath-windows: Fix static analysis in Stt.c
2018-03-01 Anand Kumardatapath-windows: On Debug builds, dump NBL info based...
2018-02-27 Alin Gabriel Serdeandatapath-windows: fix hash creation on ct mark
2018-02-06 Shashank Ramdatapath-windows: Allow compiling all targets using...
2018-02-02 Anand Kumardatapath-windows: Add trace level logs in conntrack...
2018-02-02 Anand Kumardatapath-windows: Optimize conntrack lock implementation.
2018-02-02 Anand Kumardatapath-windows: Add a global level RW lock for NAT
2018-02-02 Anand Kumardatapath-windows: Refactor conntrack code.
2018-01-08 Alin Gabriel Serdeandatapath-windows: Add include directory to ovsext project
2018-01-08 Alin Gabriel Serdeandatapath-windows: Change include type in Iphelper.h
2018-01-08 Alin Gabriel Serdeandatapath-windows: Add directory to .gitignore
2017-12-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-11 Anand Kumardatapath-windows: Add support for deleting conntrack...
2017-12-07 Justin Pettitdatapath-windows: Correct endianness for deleting zone.
2017-11-29 Alin Serdeandatapath-windows: Fix possible NULL dereference in...
2017-11-29 Alin Serdeandatapath-windows: Fix static analysis warnings around...
2017-11-29 Alin Serdeandatapath-windows: Fix static analysis warnings in OvsGe...
2017-11-29 Alin Serdeandatapath-windows: Add assert to ethHdr in OvsActionMplsPush
2017-11-29 Alin Serdeandatapath-windows: Vport check RtlStringCbLengthW return...
2017-11-29 Alin Serdeandatapath-windows: prettify logging in iphelper
2017-11-29 Alin Serdeandatapath-windows: Use only non executable memory
2017-11-28 Shashank Ramdatapath-windows: Account for VLAN tag in tunnel Decap
2017-11-14 Alin Gabriel Serdeanbuild-windows: Suppress output from MSBuild
2017-10-31 Sairam Venugopaldatapath-windows: Update OvsCompleteNbl argument to...
2017-10-20 Anand Kumardatapath-windows: Update OvsIPv4TunnelKey flags in...
2017-10-16 Anand Kumardatapath-windows: Remove the workaround in NAT for...
2017-09-28 Shashank Ramdatapath-windows: Fix bugs in cleaner threads
2017-09-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-09-07 Anand Kumardatapath-windows: Increment ct packet counters based...
2017-09-04 Anand Kumardatapath-windows: Remove unnecessary call to OvsInitFor...
2017-09-01 Sairam Venugopaldatapath-windows: Add an upper limit to conntrack entries
2017-08-23 Shashank Ramdatapath-windows: Move OvsCreateNewNBLsFromMultipleNBs...
2017-08-17 Anand Kumardatapath-windows: Do not modify port field for ICMP...
2017-08-17 Anand Kumardatapath-windows: Update Orig Tuple to use ICMP Type...
2017-08-03 Sairam Venugopaldatapath-windows: Fix conntrack lookups for reversed...
2017-08-02 Shashank Ramdatapath-windows: Refactor OvsCreateNewNBLsFromMultipleNBs
2017-08-02 Alin Serdeandatapath-windows: Fix shared variables which use Interl...
2017-08-02 Alin Serdeandatapath-windows: Add annotation for OvsIpFragmentEntry...
2017-08-02 Alin Serdeandatapath-windows: Add annotation for OvsCtRelatedEntryC...
2017-08-02 Alin Serdeandatapath-windows: Treat TCP_HDR_LEN static analysis...
2017-08-02 Alin Serdeandatapath-windows: Check return status when using APIs
2017-08-02 Alin Serdeandatapath-windows: fix excessive stack usage in iphelper
2017-08-02 Alin Serdeandatapath-windows: Add dummy parameter for NotifyRouteCh...
2017-08-02 Alin Serdeandatapath-windows: Suppress warning in jhash
2017-08-02 Alin Serdeandatapath-windows: Fix possible NULL deference in OvsFul...
2017-08-02 Alin Serdeandatapath-windows: Add assert in OvsPartialCopyNBL
2017-08-02 Alin Serdeandatapath-windows: Use annotations instead for macros
2017-08-02 Alin Serdeandatapath-windows: Fix misspelling in comment.
2017-08-02 Alin Serdeandatapath-windows: Add annotations for OvsAcquirePidHashLock
2017-08-02 Alin Serdeandatapath-windows: Add annotations for OvsReleasePidHashLock
2017-08-02 Alin Serdeandatapath-windows: Add annotations for OvsReleaseEventQu...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsAcqui...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsCance...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsTunne...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsCancelIrp
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsRelea...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsAcqui...
2017-08-02 Alin Serdeandatapath-windows: Add function annotations for OvsAcqui...
2017-08-02 Alin Serdeandatapath-windows: Remove function declarations from...
2017-08-02 Alin Serdeandatapath-windows: Add annotations for OvsReleaseCtrlLock
2017-08-02 Alin Serdeandatapath-windows: Add annotations for OvsAcquireCtrlLock
2017-08-02 Alin Serdeandatapath-windows: Add an assert in recirculation
next