datapath-windows: Add GRE TEB support for windows datapath
[cascardo/ovs.git] / datapath-windows / ovsext / Vport.c
2015-12-11 Alin Serdeandatapath-windows: Add GRE TEB support for windows datapath
2015-11-25 Nithin Rajudatapath-windows: Fix HvUpdateNic() to handle name...
2015-11-25 Nithin Rajudatapath-windows: cleanup AssignNicNameSpecial()
2015-11-25 Nithin Rajudatapath-windows: nuke port # argument in IP helper
2015-11-25 Nithin Rajudatapath-windows: cleanup events code
2015-11-25 Nithin Rajudatapath-windows: cleanup InitHvVportCommon()
2015-11-25 Nithin Rajudatapath-windows: refactor port enumeration code
2015-11-03 Alin Serdeandatapath-windows: Report correctly when trying to add...
2015-11-03 Sairam Venugopaldatapath-windows: Updating an External Adapter causes...
2015-10-21 Nithin Rajudatapath-windows: fix NULL check in OvsGetExtInfoIoctl()
2015-09-22 Sorin Vinturisdatapath-windows: Removed hardcoded names for internal...
2015-09-04 Sorin Vinturisdatapath-windows: Add corresponding tag for tunnel...
2015-09-04 Nithin Rajudatapath-windows: check vport attribute before access
2015-08-26 Sairam Venugopaldatapath-windows: Fix iterator in NlAttrParse()
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
2015-07-28 Sorin Vinturisdatapath-windows: Avoid BSOD when cleaning up a tunnel...
2015-07-16 Sorin Vinturisdatapath-windows: Fixed spelling errors in OVS
2015-07-15 Sorin Vinturisdatapath-windows: Solved BSOD when cleaning up the...
2015-07-01 Nithin Rajudatapath-windows: Rename 'vport->isPresentOnHv' to...
2015-07-01 Nithin Rajudatapath-windows: Code refactoring and fixes in Vport.c
2015-07-01 Sorin Vinturisdatapath-windows: Failed initialization for datapath...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-11 Eitan Eliahudatapath-windows: Stateless TCP Tunnelling protocol...
2015-05-27 Sorin Vinturisdatapath-windows: Support for multiple VXLAN tunnels
2015-05-27 Sorin Vinturisdatapath-windows: Support for custom VXLAN tunnel port
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-23 Sorin Vinturisdatapath-windows: Removed gOvsCtrlLock global spinlock
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Alin Serdeandatapath-windows Release lock on HVUpdateNIC
2015-04-06 Alin Serdeandatapath-windows: Allow NdisSwitchPortTypeSynthetic...
2015-03-26 Sorin Vinturisdatapath-windows: Added specific pool tag for vport...
2014-12-12 Nithin Rajudatapath-windows: return bool from NlFillOvs[Msg/Hdr]
2014-12-12 Nithin Rajudatapath-windows: refactor BuildReplyMsgFromMsgIn ...
2014-12-05 Nithin Rajudatapath-windows: Move Build*Msg() to Netlink.c
2014-11-25 Nithin Rajudatapath-windows: Move vport code from Datapath.c to...
2014-11-20 Nithin Rajudatapath-windows: rename 'hvDeleted' to 'isPresentOnHv'
2014-11-20 Nithin Rajudatapath-windows: Fixes in HvCreatePort() to re-add...
2014-11-20 Nithin Rajudatapath-windows: Changes to InitOvsVportCommon()
2014-11-20 Nithin Rajudatapath-windows: Changes to OvsRemoveAndDeleteVport()
2014-11-20 Nithin Rajudatapath-windows: add WCHAR version of OvsFindVportByHv...
2014-11-20 Nithin Rajudatapath-windows: fixes in OvsGetExtInfoIoctl()
2014-11-14 Sorin Vinturisdatapath-windows: Remove all duplicate checks for NULL.
2014-11-12 Eitan Eliahudatapath-windows: Update port property.
2014-10-31 Nithin Rajudatapath-windows: Fix locking code in OvsGetNetdevCmdHa...
2014-10-31 Nithin Rajudatapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.
2014-10-28 Nithin Rajudatapath-windows: OvsFindVportByPortIdAndNicIndex(...
2014-10-28 Nithin Rajudatapath-windows: Update vport add code.
2014-10-28 Nithin Rajudatapath-windows: Refactor core in Vport.c.
2014-10-28 Nithin Rajudatapath-windows: OvsInitTunnelVport() and OvsInitBridg...
2014-10-28 Nithin Rajudatapath-windows: Clarify externalVport.
2014-10-13 Nithin Rajudatapath-windows: loop iterator fixes in Vport.c
2014-10-13 Nithin Rajudatapath-windows: delete ports from portIdHashArray...
2014-10-13 Nithin Rajudatapath-windows: Add netlink command vport delete
2014-10-13 Nithin Rajudatapath-windows: Add netlink command: vport new
2014-10-09 Alin Serdeandatapath-windows: Add port friendly name to OVS_VPORT_ENTRY
2014-10-09 Alin Serdeandatapath-windows: Make VPORT ovs number values smaller...
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's portHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's nameHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename OvsGetVportNo into OvsComputeV...
2014-10-09 Alin Serdeandatapath-windows: Define OVS_DPPORT_NUMBER_INVALID
2014-10-09 Alin Serdeandatapath-windows: We don't need to keep validation...
2014-10-09 Alin Serdeandatapath-windows: Rename hyper-v switch port and nic...
2014-10-09 Alin Serdeandatapath-windows: Remove the old IOCTL vport functions.
2014-10-09 Nithin Rajudatapath-windows: Update OvsGetExtInfoIoctl() to the...
2014-10-06 Nithin Rajudatapath-windows: implementation of netdev commands
2014-10-06 Nithin Rajudatapath-windows: Add stub handlers for netdev commands
2014-09-26 Samuel Ghinetdatapath-windows: fix OVS_VPORT_TYPE
2014-08-29 Samuel Ghinetdatapath-windows: Rename files.