summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nx-match: Reject bad wildcard combinations.Ben Pfaff2014-09-293-99/+78
* ovs-ofctl: Correct typo in documentation.Ben Pfaff2014-09-291-1/+1
* extract-ofp-msgs: Correct some user messages.Ben Pfaff2014-09-291-2/+2
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-2914-59/+65
* FAQ: Replace reference to OVS 2.2 with 2.3.Justin Pettit2014-09-291-1/+1
* bridge: Fix bug where IDL wakeup causes 100% CPU.Joe Stringer2014-09-301-7/+11
* datapath-windows: Build fix.Ankur Sharma2014-09-291-0/+1
* AUTHORS: Add Sorin Vinturis.Ben Pfaff2014-09-291-0/+1
* datapath-windows: Missed packets are not queued.Sorin Vinturis2014-09-293-1/+13
* flow.c: Correct the comment for miniflow_equal().Wang Sheng-Hui2014-09-292-1/+2
* AUTHORS: Add Samuel Ghinet.Ben Pfaff2014-09-291-0/+1
* datapath-windows: Rename OvsFlowNlNewCmdHandler to OvsFlowNlCmdHandlerAnkur Sharma2014-09-293-8/+8
* datapath-windows/Flow.c: DEL_FLOWS command handler.Ankur Sharma2014-09-292-10/+11
* datapath-windows/Flow.c: FLOW_DEL command handler.Ankur Sharma2014-09-292-3/+11
* datapath-windows/Flow.c: FLOW_SET command handler.Ankur Sharma2014-09-291-0/+5
* datapath-windows/Flow.c: FLOW_NEW command handler.Ankur Sharma2014-09-294-27/+424
* datapath-windows/Flow.c : Basic support for add-flow.Ankur Sharma2014-09-293-4/+174
* datapath-windows/Netlink: Fixed NlAttrParseNestedAnkur Sharma2014-09-293-16/+27
* datapath-windows/Netlink: Allow support for NESTED Attributes in NlAttrValidateAnkur Sharma2014-09-291-6/+6
* datapath-windows/Netlink: Add NlAttrLen APIAnkur Sharma2014-09-293-2/+40
* datapath-windows/Netlink: Add NlFillOvsMsg API for creating Netlink message h...Ankur Sharma2014-09-292-0/+48
* datapath-windows: move OVS_MESSAGE to Netlink.hAnkur Sharma2014-09-292-10/+11
* datapath-windows: Fix broken build by adding new file to distribution.Ben Pfaff2014-09-291-0/+1
* datapath-windows: Add WMI Script that updates Hyper-V friendly port names.Alin Serdean2014-09-291-0/+76
* datapath-windows: Implement event read handler.Eitan Eliahu2014-09-294-2/+213
* datapath-windows: NUL character should be left out during VPORT hash lookupNithin Raju2014-09-291-1/+2
* ovs-ofctl: Correct help text for add-groupsSimon Horman2014-09-261-1/+1
* AUTHORS: Add Simon Horman <simon.horman@netronome.com>Simon Horman2014-09-261-0/+1
* datapath-windows: Add Netlink vport command get.Samuel Ghinet2014-09-261-1/+82
* datapath-windows: Add file NetlinkError.h.Samuel Ghinet2014-09-267-3/+224
* datapath-windows: Implement vport dump Netlink command.Samuel Ghinet2014-09-262-8/+276
* datapath-windows: fix OVS_VPORT_TYPESamuel Ghinet2014-09-268-78/+66
* ovs-vtep: Use shlex module to split args.Gurucharan Shetty2014-09-251-3/+4
* ovs-vtep: Store physical switch name globally.Gurucharan Shetty2014-09-251-9/+11
* ovs-vtep: Clear left-over local mac information.Gurucharan Shetty2014-09-251-0/+1
* vtep-ctl: Add Tunnel table to vtep_ctl_table_class.Gurucharan Shetty2014-09-251-0/+18
* README.ovs-vtep: Remotes can be connected through VTEP's manager table.Gurucharan Shetty2014-09-252-0/+2
* lib/ofproto: Sync RSTP operational state after configuration changes.Jarno Rajahalme2014-09-251-0/+2
* netdev-dpdk: Fix crash when there is no pci numa info.Alex Wang2014-09-252-1/+7
* netdev: Fix error check.Alex Wang2014-09-251-1/+1
* ofproto-dpif-rid: remove unused return value of rid_pool_add()Simon Horman2014-09-251-3/+2
* ofproto-dpif-rid: remove struct rid_mapSimon Horman2014-09-251-12/+8
* rstp.at: Fix intermittent test failure.Alex Wang2014-09-251-0/+2
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-241-1/+1
* ovs-atomic-msvc: Fix 64 bit atomic read/writes.Gurucharan Shetty2014-09-241-13/+19
* AUTHORS: Add Selvamuthukumar <smkumar@merunetworks.com>.Ben Pfaff2014-09-241-0/+1
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-243-3/+3
* jsonrpc: Notify excessive sending backlog.Alex Wang2014-09-231-0/+10
* bridge: Refactor the stats and status update.Alex Wang2014-09-231-116/+132
* bridge: Rate limit the statistics update.Alex Wang2014-09-231-23/+31