summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/User.c
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Add IPv6 Geneve tunnel support in WindowsWilson Peng2022-04-101-3/+4
* datapath-windows: Append tunnel info to upcall for correct templateAmber Hu via dev2020-02-101-3/+9
* datapath-windows: Guard vport usage in user.cAlin Gabriel Serdean2019-03-131-8/+8
* datapath-windows: Add support for 'OVS_KEY_ATTR_ENCAP' key attribute.Anand Kumar2019-01-281-0/+19
* datapath-windows: Add support for handling DEI bit of VLAN headerAnand Kumar2018-06-111-6/+13
* datapath-windows: Add annotations for OvsAcquirePidHashLockAlin Serdean2017-08-021-0/+3
* datapath-windows: Add annotations for OvsReleasePidHashLockAlin Serdean2017-08-021-0/+4
* datapath-windows: Add function annotations for OvsCancelIrpDatapathAlin Serdean2017-08-021-0/+1
* datapath-windows: Add validations for IP_HEADER_LENShashank Ram2017-06-221-0/+5
* datapath-windows: Updated OvsTcpSegmentNBL to handle IP fragments.Anand Kumar2017-05-081-1/+1
* datapath-windows: Retain MRU value in the _OVS_BUFFER_CONTEXT.Anand Kumar2017-05-081-1/+19
* datapath-windows: Improved offloading on STT tunnelPaul Boca2016-06-071-7/+10
* datapath-windows: o/p buffer must fit NL error messageNithin Raju2016-05-251-2/+2
* datapath-windows: Use l2 port and tunkey during executeNithin Raju2016-05-251-2/+30
* datapath-windows: add nlMsgHdr to OvsPacketExecuteNithin Raju2016-05-251-5/+8
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-161-2/+3
* datapath-windows: remove OvsAllocateForwardingContextForNBLNithin Raju2016-04-211-10/+0
* datapath-windows: Extract flow metadata in execute cmd handler.Sorin Vinturis2016-03-251-0/+7
* datapath-windows: Added recirculation support.Sorin Vinturis2016-03-251-6/+7
* datapath-windows: Refactor sofware offloads and mssAlin Serdean2016-02-101-10/+10
* datapath-windows: Fix subscribe/unsubscribe packetsAlin Serdean2016-01-041-2/+2
* datapath-windows: nuke port # argument in IP helperNithin Raju2015-11-251-2/+2
* datapath-windows: Move OvsAllocateNBLFromBuffer to BufferMgmtSairam Venugopal2015-10-271-46/+2
* datapath-windows: reset the IRP pointer after use in OvsQueuePacketsNithin Raju2015-09-291-10/+3
* datapath-windows: move packet read code to User.cNithin Raju2015-09-291-0/+108
* datapath-windows: Avoid unnecessary vport array searchSorin Vinturis2015-09-291-8/+4
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-261-3/+5
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* datapath-windows: Removed duplicate instance pid removalSorin Vinturis2015-04-281-6/+0
* datapath-windows: Removed gOvsCtrlLock global spinlockSorin Vinturis2015-04-231-13/+5
* datapath-windows: Added specific pool tag for user codeSorin Vinturis2015-03-261-8/+10
* datapath-windows: return bool from NlFillOvs[Msg/Hdr]Nithin Raju2014-12-111-4/+8
* datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju2014-12-111-1/+1
* datapath-windows: Avoid BSOD when switch context is NULLSorin Vinturis2014-11-201-4/+9
* datapath-windows: Remove all duplicate checks for NULL.Sorin Vinturis2014-11-141-11/+0
* datapath-windows:Remove user mode instance from pid hash on process terminationEitan Eliahu2014-10-281-0/+6
* datapath-windows: Refactor CreateQueue function to handle vport pid.Ankur Sharma2014-10-241-38/+70
* datapath-windows: Add code for OvsGetQueue.Ankur Sharma2014-10-241-5/+16
* datapath-windows: pid-instance hash table APIs.Ankur Sharma2014-10-241-0/+57
* datapath-windows: Fixes during integration testing.Ankur Sharma2014-10-231-1/+3
* datapath-windows: Calling OvsAddPidInstance and OvsDelPidInstanceAnkur Sharma2014-10-231-0/+20
* datapath-windows: pid-instance hash table data structure.Ankur Sharma2014-10-231-0/+1
* datapath-windows: Fixes in packet created for userspaceNithin Raju2014-10-211-3/+9
* datapath-windows: Packet subscribe handlerEitan Eliahu2014-10-171-67/+31
* datapath-windows: Add packet miss read Netlink command.Eitan Eliahu2014-10-161-6/+5
* datapath-windows: Action not supported error handlingAnkur Sharma2014-10-151-15/+23
* datapath-windows: OVS_PACKET_CMD_EXECUTE handler.Ankur Sharma2014-10-151-4/+107
* datapath-windows: changes to existing PACKET_CMD handler.Ankur Sharma2014-10-151-17/+5
* datapath-windows: OVS_PACKET_CMD_EXECUTE command handler.Ankur Sharma2014-10-151-0/+18
* datapath-windows: Upcall NL packet format: Call NL missed packet functionEitan Eliahu2014-10-151-246/+4