index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datapath-windows
/
ovsext
/
Vport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath-windows: Add corresponding tag for tunnel context allocations
Sorin Vinturis
2015-09-04
1
-1
/
+2
*
datapath-windows: check vport attribute before access
Nithin Raju
2015-09-04
1
-4
/
+6
*
datapath-windows: Fix iterator in NlAttrParse()
Sairam Venugopal
2015-08-26
1
-6
/
+12
*
tunneling: Remove gre64 tunnel support.
Pravin B Shelar
2015-08-20
1
-3
/
+0
*
treewide: Fix doubled "the".
Ben Pfaff
2015-08-03
1
-1
/
+1
*
datapath-windows: Avoid BSOD when cleaning up a tunnel vport
Sorin Vinturis
2015-07-28
1
-1
/
+6
*
datapath-windows: Fixed spelling errors in OVS
Sorin Vinturis
2015-07-16
1
-1
/
+1
*
datapath-windows: Solved BSOD when cleaning up the VXLAN tunnel
Sorin Vinturis
2015-07-15
1
-0
/
+6
*
datapath-windows: Rename 'vport->isPresentOnHv' to 'isAbsentOnHv'
Nithin Raju
2015-07-01
1
-11
/
+11
*
datapath-windows: Code refactoring and fixes in Vport.c
Nithin Raju
2015-07-01
1
-112
/
+117
*
datapath-windows: Failed initialization for datapath tunnel ports
Sorin Vinturis
2015-07-01
1
-1
/
+1
*
datapath-windows: Stateless TCP Tunnelling protocol - Initial implementation
Eitan Eliahu
2015-06-11
1
-10
/
+42
*
datapath-windows: Support for multiple VXLAN tunnels
Sorin Vinturis
2015-05-27
1
-7
/
+37
*
datapath-windows: Support for custom VXLAN tunnel port
Sorin Vinturis
2015-05-27
1
-85
/
+360
*
datapath-windows: Removed gOvsCtrlLock global spinlock
Sorin Vinturis
2015-04-23
1
-20
/
+2
*
datapath-windows Release lock on HVUpdateNIC
Alin Serdean
2015-04-06
1
-0
/
+1
*
datapath-windows: Allow NdisSwitchPortTypeSynthetic to be updated
Alin Serdean
2015-04-06
1
-2
/
+2
*
datapath-windows: Added specific pool tag for vport code
Sorin Vinturis
2015-03-26
1
-15
/
+16
*
datapath-windows: return bool from NlFillOvs[Msg/Hdr]
Nithin Raju
2014-12-11
1
-15
/
+15
*
datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsg
Nithin Raju
2014-12-11
1
-15
/
+13
*
datapath-windows: Move Build*Msg() to Netlink.c
Nithin Raju
2014-12-05
1
-42
/
+5
*
datapath-windows: Move vport code from Datapath.c to Vport.c.
Nithin Raju
2014-11-24
1
-0
/
+743
*
datapath-windows: rename 'hvDeleted' to 'isPresentOnHv'
Nithin Raju
2014-11-20
1
-7
/
+7
*
datapath-windows: Fixes in HvCreatePort() to re-add a port
Nithin Raju
2014-11-20
1
-7
/
+62
*
datapath-windows: Changes to InitOvsVportCommon()
Nithin Raju
2014-11-20
1
-10
/
+18
*
datapath-windows: Changes to OvsRemoveAndDeleteVport()
Nithin Raju
2014-11-20
1
-23
/
+73
*
datapath-windows: add WCHAR version of OvsFindVportByHvName()
Nithin Raju
2014-11-20
1
-14
/
+26
*
datapath-windows: fixes in OvsGetExtInfoIoctl()
Nithin Raju
2014-11-20
1
-2
/
+14
*
datapath-windows: Remove all duplicate checks for NULL.
Sorin Vinturis
2014-11-14
1
-4
/
+0
*
datapath-windows: Update port property.
Eitan Eliahu
2014-11-12
1
-0
/
+57
*
datapath-windows: Fix locking code in OvsGetNetdevCmdHandler().
Nithin Raju
2014-10-31
1
-5
/
+0
*
datapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.
Nithin Raju
2014-10-31
1
-15
/
+0
*
datapath-windows: OvsFindVportByPortIdAndNicIndex() and external port.
Nithin Raju
2014-10-28
1
-2
/
+6
*
datapath-windows: Update vport add code.
Nithin Raju
2014-10-28
1
-5
/
+7
*
datapath-windows: Refactor core in Vport.c.
Nithin Raju
2014-10-28
1
-38
/
+198
*
datapath-windows: OvsInitTunnelVport() and OvsInitBridgeInternalVport().
Nithin Raju
2014-10-28
1
-2
/
+49
*
datapath-windows: Clarify externalVport.
Nithin Raju
2014-10-28
1
-12
/
+12
*
datapath-windows: loop iterator fixes in Vport.c
Nithin Raju
2014-10-13
1
-3
/
+4
*
datapath-windows: delete ports from portIdHashArray during cleanup
Nithin Raju
2014-10-13
1
-4
/
+4
*
datapath-windows: Add netlink command vport delete
Nithin Raju
2014-10-13
1
-5
/
+16
*
datapath-windows: Add netlink command: vport new
Nithin Raju
2014-10-13
1
-47
/
+22
*
datapath-windows: Add port friendly name to OVS_VPORT_ENTRY
Alin Serdean
2014-10-09
1
-2
/
+56
*
datapath-windows: Make VPORT ovs number values smaller than MAXUINT16
Alin Serdean
2014-10-09
1
-123
/
+39
*
datapath-windows: Rename switch context's portHashArray and vport's portLink
Alin Serdean
2014-10-09
1
-5
/
+5
*
datapath-windows: Rename switch context's nameHashArray and vport's nameLink ...
Alin Serdean
2014-10-09
1
-6
/
+6
*
datapath-windows: Rename OvsGetVportNo into OvsComputeVportNo and make public
Alin Serdean
2014-10-09
1
-9
/
+6
*
datapath-windows: Define OVS_DPPORT_NUMBER_INVALID
Alin Serdean
2014-10-09
1
-1
/
+1
*
datapath-windows: We don't need to keep validation ports in ovs
Alin Serdean
2014-10-09
1
-3
/
+5
*
datapath-windows: Rename hyper-v switch port and nic handlers
Alin Serdean
2014-10-09
1
-16
/
+16
*
datapath-windows: Remove the old IOCTL vport functions.
Alin Serdean
2014-10-09
1
-276
/
+0
[next]