summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Fix locking code in OvsGetNetdevCmdHandler().Nithin Raju2014-10-311-5/+0
* datapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.Nithin Raju2014-10-311-15/+0
* datapath-windows: Don't leak NBLs with multiple NBs.Nithin Raju2014-10-311-1/+6
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-3013-76/+68
* netdev-linux: Avoid depending on kernel definition of rtnl_link_stats64.Ben Pfaff2014-10-302-5/+10
* utilities: Add bash command-line completion script.Alex Wang2014-10-305-0/+1365
* tests: Check the existance of WHY-OVS.md instead of WHY-OVS.Wang Sheng-Hui2014-10-302-2/+2
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-3033-114/+87
* list: Inline all functions.Jarno Rajahalme2014-10-303-222/+211
* doc: Add more cross references between docsThomas Graf2014-10-3019-81/+139
* debian: Fix broken build during package creation.Gurucharan Shetty2014-10-291-2/+2
* vswitch.xml: Improve IPFIX documentation.Ben Pfaff2014-10-291-122/+164
* vswitch.xml: Fix spelling errors in documentation.Ben Pfaff2014-10-291-2/+2
* ovs-vsctl: Allow referring to rows whose names are UUIDs by those names.Ben Pfaff2014-10-292-1/+21
* netdev-linux: Add support for 64-bit network device stats.Ben Pfaff2014-10-293-5/+75
* docker: Update documentation to reflect risks of retiring ovs-docker.Gurucharan Shetty2014-10-292-2/+5
* tests/test-classifier: Properly use ovsrcu_postpone.Jarno Rajahalme2014-10-291-11/+13
* lib/rculist: New RCU-iterator, single-writer doubly-linked list.Jarno Rajahalme2014-10-293-0/+432
* command-line: Add function to print command usage.Alex Wang2014-10-2815-189/+265
* dpctl: Implement 'list-commands' function.Alex Wang2014-10-283-26/+59
* ovs-appctl: Rename 'help' to 'list-commands'.Alex Wang2014-10-284-9/+10
* command-line: Add function to print all options.Alex Wang2014-10-286-1/+43
* netdev-windows: Fix bugs in flag update and MAC address copy functions.Nithin Raju2014-10-281-17/+33
* datapath-windows: Allow encapsulation if source is bridge-internal port.Nithin Raju2014-10-281-3/+7
* doc: Convert docs to Markdown languageThomas Graf2014-10-2842-1826/+1900
* datapath-windows: OvsFindVportByPortIdAndNicIndex() and external port.Nithin Raju2014-10-281-2/+6
* datapath-windows: Update vport add code.Nithin Raju2014-10-285-101/+100
* datapath-windows: Refactor core in Vport.c.Nithin Raju2014-10-283-55/+206
* datapath-windows: OvsInitTunnelVport() and OvsInitBridgeInternalVport().Nithin Raju2014-10-282-2/+52
* datapath-windows: Introduce bridge-internal ports.Nithin Raju2014-10-283-11/+42
* datapath-windows: Clarify externalVport.Nithin Raju2014-10-286-30/+64
* datapath-windows: Re-init the list entry in OvsDeleteVportCmdHandler().Nithin Raju2014-10-281-1/+4
* datapath-windows: Fix BSOD caused by DV due to memory leaks.Sorin Vinturis2014-10-281-7/+17
* datapath-windows:Remove user mode instance from pid hash on process terminationEitan Eliahu2014-10-281-0/+6
* INSTALL.Windows: minor updates to the SSL sectionNithin Raju2014-10-281-2/+2
* lib/ovs-rcu: Support static initialization.Jarno Rajahalme2014-10-272-3/+3
* lib/ofproto: Add comments about races in ofproto_flush().Jarno Rajahalme2014-10-271-0/+10
* lib/ofproto: Remove obsolete FIXME comment.Jarno Rajahalme2014-10-271-2/+0
* classifier: Correct comment in classifier_lookup().Ben Pfaff2014-10-271-1/+1
* netlink-socket: Fix a couple of compilation warnings.Nithin Raju2014-10-241-4/+6
* lib/classifier: Add lib/classifier-private.h.Jarno Rajahalme2014-10-244-268/+292
* lib: Clean up vlog use.Jarno Rajahalme2014-10-242-2/+2
* datapath-windows: Avoid BSOD when no event queue found.Alin Serdean2014-10-241-0/+5
* ofproto: Only allow indirect groups with one bucketSimon Horman2014-10-242-0/+30
* datapath-windows: check for 'gOvsSwitchContext' in ValidateNetlinkCmd()Nithin Raju2014-10-241-2/+2
* datapath-windows: Refactor CreateQueue function to handle vport pid.Ankur Sharma2014-10-247-44/+79
* datapath-windows: Add code for OvsGetQueue.Ankur Sharma2014-10-241-5/+16
* datapath-windows: pid-instance hash table APIs.Ankur Sharma2014-10-242-0/+67
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-234-16/+24
* datapath: Fix comment style.Pravin B Shelar2014-10-2310-21/+41