summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Vport.c
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Do not delete internal port on OID_SWITCH_NIC_DISCONNECTJinjun Gao2019-12-091-3/+9
* datapath-windows: Add guards around IpHelper adapter binding callsSairam Venugopal via dev2019-04-031-3/+31
* datapath-windows: Add annotations to find vport functionsAlin Gabriel Serdean2019-03-131-1/+6
* datapath-windows: Fix race condition during port creationSairam Venugopal2019-03-131-2/+1
* datapath-windows: Fix race condition when deleting internal portsAlin Gabriel Serdean2018-12-281-1/+1
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-1/+0
* datapath-windows: Vport check RtlStringCbLengthW return valueAlin Serdean2017-11-291-2/+7
* datapath-windows: Remove Strsafe usage from datapathAlin Serdean2017-05-251-2/+0
* datapath-windows: Add a wrapper to retreive external vportShashank Ram2017-01-271-0/+6
* datapath-windows: Add multiple switch internal portsAlin Serdean2016-12-201-67/+64
* datapath-windows: Explicitly name vport related event to vportEventSairam Venugopal2016-07-291-6/+6
* datapath-windows: Fix various Geneve bugsYin Lin2016-07-211-1/+2
* datapath-windows: Add Geneve supportYin Lin2016-06-241-4/+16
* datapath-windows: Rename local variable in Vport.cSairam Venugopal2016-06-231-7/+7
* datapath-windows: use ip proto for tunnel port lookupNithin Raju2016-06-171-3/+61
* datapath-windows: Fix misc on vportAlin Serdean2016-06-141-3/+1
* datapath-windows: o/p buffer must fit NL error messageNithin Raju2016-05-251-19/+23
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-161-16/+18
* datapath-windows: Fixed buffer overflow in OvsInitVportWithNicParamPaul Boca2016-04-221-3/+3
* datapath-windows: post event during vport deleteNithin Raju2016-04-141-0/+8
* datapath-windows: Apply minor fixes in GetNICAlias().Nithin Raju2016-04-121-4/+4
* datapath-windows: Add GRE TEB support for windows datapathAlin Serdean2015-12-111-7/+33
* datapath-windows: Fix HvUpdateNic() to handle name changesNithin Raju2015-11-251-51/+49
* datapath-windows: cleanup AssignNicNameSpecial()Nithin Raju2015-11-251-29/+33
* datapath-windows: nuke port # argument in IP helperNithin Raju2015-11-251-1/+1
* datapath-windows: cleanup events codeNithin Raju2015-11-251-35/+30
* datapath-windows: cleanup InitHvVportCommon()Nithin Raju2015-11-251-84/+101
* datapath-windows: refactor port enumeration codeNithin Raju2015-11-251-63/+26
* datapath-windows: Report correctly when trying to add tunnel typesAlin Serdean2015-11-031-1/+2
* datapath-windows: Updating an External Adapter causes flow lookup failureSairam Venugopal2015-11-031-4/+36
* datapath-windows: fix NULL check in OvsGetExtInfoIoctl()Nithin Raju2015-10-211-1/+1
* datapath-windows: Removed hardcoded names for internal/external vportsSorin Vinturis2015-09-221-49/+58
* datapath-windows: Add corresponding tag for tunnel context allocationsSorin Vinturis2015-09-041-1/+2
* datapath-windows: check vport attribute before accessNithin Raju2015-09-041-4/+6
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-261-6/+12
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-3/+0
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* datapath-windows: Avoid BSOD when cleaning up a tunnel vportSorin Vinturis2015-07-281-1/+6
* datapath-windows: Fixed spelling errors in OVSSorin Vinturis2015-07-161-1/+1
* datapath-windows: Solved BSOD when cleaning up the VXLAN tunnelSorin Vinturis2015-07-151-0/+6
* datapath-windows: Rename 'vport->isPresentOnHv' to 'isAbsentOnHv'Nithin Raju2015-07-011-11/+11
* datapath-windows: Code refactoring and fixes in Vport.cNithin Raju2015-07-011-112/+117
* datapath-windows: Failed initialization for datapath tunnel portsSorin Vinturis2015-07-011-1/+1
* datapath-windows: Stateless TCP Tunnelling protocol - Initial implementationEitan Eliahu2015-06-111-10/+42
* datapath-windows: Support for multiple VXLAN tunnelsSorin Vinturis2015-05-271-7/+37
* datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-271-85/+360
* datapath-windows: Removed gOvsCtrlLock global spinlockSorin Vinturis2015-04-231-20/+2
* datapath-windows Release lock on HVUpdateNICAlin Serdean2015-04-061-0/+1
* datapath-windows: Allow NdisSwitchPortTypeSynthetic to be updatedAlin Serdean2015-04-061-2/+2
* datapath-windows: Added specific pool tag for vport codeSorin Vinturis2015-03-261-15/+16