summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Fix typo in OvsUpdateIPv4HeaderAlin Serdean2017-01-061-1/+1
* datapath-windows: WDK 10 Iphelper rename local variablesAlin Serdean2017-01-041-9/+10
* datapath-windows: Add Windows 10 family to solutionAlin Gabriel Serdean2017-01-035-0/+126
* datapath-windows: Conntrack disable type truncation warningAlin Serdean2017-01-031-0/+5
* datapath-windows: Force driver version to depend on a variableAlin Serdean2016-12-212-6/+24
* datapath-windows: Fix function prototypesAlin Serdean2016-12-211-2/+2
* datapath-windows: Remove unused section from driver infAlin Serdean2016-12-211-1/+0
* datapath-windows: Ignore VStudio 2015 temporary filesAlin Serdean2016-12-211-0/+2
* datapath-windows: Remove dead code from PacketIOAlin Serdean2016-12-211-1/+0
* datapath-windows: Add multiple switch internal portsAlin Serdean2016-12-2014-428/+868
* datapath-windows: Conntrack - Enable FTP supportSairam Venugopal2016-12-205-2/+92
* datapath-windows: Conntrack - Introduce support for tracking related connectionsSairam Venugopal2016-12-204-0/+540
* datapath-windows: Cleanup Conntrack definitions and introduce related entriesSairam Venugopal2016-12-202-21/+42
* datapath-windows: Conntrack - Fix OvsGetTcpPayloadLength()Sairam Venugopal2016-12-202-15/+22
* datapath-windows: Fix issues related to packet completionShashank Ram2016-12-151-5/+20
* datapath-windows: Conntrack move null checks to functionsAlin Serdean2016-12-133-3/+11
* datapath-windows: Fix the redefinition of variablesSairam Venugopal2016-12-132-15/+15
* datapath-windows: Avoid busy wait in OvsStartIpHelperShashank Ram2016-12-121-2/+13
* doc: Populate 'topics' sectionStephen Finucane2016-12-122-511/+0
* doc: Populate 'internals' sectionStephen Finucane2016-12-122-184/+0
* datapath-windows: Fix typos in function summariesSairam Venugopal2016-12-022-2/+2
* 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: pop buffer from packet / pop_vlan bugAlin Serdean2016-11-291-5/+10
* datapath-windows: Add ovsext/Conntrack-icmp.c to automake.mkJarno Rajahalme2016-11-111-0/+1
* datapath-windows: else-if block in OvsExtNetPnPEventNithin Raju2016-11-111-5/+3
* datapath-windows: Enable support for tracking ICMP code and typeSairam Venugopal2016-11-116-32/+190
* datapath-windows: Fix the isActivated flag in OvsActivateSwitchShashank Ram2016-11-111-2/+6
* datapath-windows: clean code in geneveAlin Serdean2016-11-041-3/+3
* datapath-windows: clean code in greAlin Serdean2016-11-041-3/+3
* datapath-windows: clean code in sttAlin Serdean2016-11-041-3/+3
* datapath-windows: clean code in vxlanAlin Serdean2016-11-041-3/+3
* doc: Convert datapath-windows/DESIGN to rSTStephen Finucane2016-11-032-226/+279
* doc: Convert datapath-windows/CodingStyle to rSTStephen Finucane2016-11-033-155/+184
* datapath-windows: Set isActivated flag only on successShashank Ram2016-10-311-5/+2
* datapath-windows: Add define for last module numberShashank Ram2016-09-202-2/+3
* Windows: Update the Driver and MSI propertiesSairam Venugopal2016-09-131-1/+1
* datapath-windows: Fix conntrack event handlerSairam Venugopal2016-09-121-2/+2
* datapath-windows: update CodingStyle.Nithin Raju2016-09-121-0/+2
* datapath-windows: Fixed tcp flags byte order in conntrackPaul Boca2016-09-081-6/+8
* datapath-windows: Encapsulate packet when src port is tunnel portSairam Venugopal2016-09-021-2/+3
* datapath-windows: add assert in OvsHashFlow()Nithin Raju2016-09-011-0/+1
* datapath-windows: remove invalid ASSERT in Flow.cNithin Raju2016-08-312-4/+6
* datapath-windows: Fix connection state tracking in ConntrackPaul Boca2016-08-301-1/+1
* datapath-windows: Post Conntrack delete and new eventsSairam Venugopal2016-07-291-0/+12
* datapath-windows: Update OvsReadEventCmdHandler in Datapath.c to support diff...Sairam Venugopal2016-07-291-16/+50
* datapath-windows: Add support for multiple event queue in Event.cSairam Venugopal2016-07-292-43/+239
* datapath-windows: Modify OvsCreateNlMsgFromCtEntry to make it reusableSairam Venugopal2016-07-292-10/+31
* datapath-windows: Define new multicast conntrack events and netlink protocolSairam Venugopal2016-07-294-4/+39