summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-appctl: A port for Windows.Gurucharan Shetty2014-03-282-0/+16
* ovs-appctl: Close the connection during error.Gurucharan Shetty2014-03-281-0/+1
* ovs-vsctl: Improve error reportingAndy Zhou2014-03-281-5/+82
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-232-0/+21
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-4/+10
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-232-2/+4
* Man ovs-ofctl: Typo in arp_spa & arp_tpaArun Sharma2014-03-181-1/+1
* ovs-ofctl: Use fcntl instead of sys/fcntl.Gurucharan Shetty2014-03-171-1/+1
* Makefile: Compile Linux-specific files based on __linux__ macro.Ben Pfaff2014-03-051-1/+1
* Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty2014-03-041-8/+7
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-2/+4
* man: Document common options in ovs-vsctl and vtep-ctl.Justin Pettit2014-02-281-0/+1
* ovs-vsctl: Print schema version when called with "--version".Justin Pettit2014-02-281-0/+1
* dpif: Don't synchronize flow_dump_next() status.Joe Stringer2014-02-271-7/+15
* dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer2014-02-271-3/+6
* ovs-lib: allow non-root users to check service statusFlavio Leitner2014-02-271-1/+5
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-263-3/+6
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+5
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-3/+3
* ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro2014-02-031-0/+1
* ovs-dev.py: Only build the Linux datapath with GCC.Ethan Jackson2014-01-241-2/+1
* syslog: Provide stub functions for openlog and syslog.Gurucharan Shetty2014-01-241-0/+4
* lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo2014-01-231-4/+4
* configure: Enable silent rules.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Configure silently.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Add compiler optimization options.Ethan Jackson2014-01-221-1/+9
* ovs-dev.py: Add "-fno-omit-frame-pointer" compiler argument.Ethan Jackson2014-01-221-1/+1
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-141-8/+8
* utilities: Wrong command syntax in ovs-vsctl manpage.Daniele Venturino2014-01-081-1/+1
* ovs-dev.py: Pass leak-check=full to valgrind.Ethan Jackson2013-12-231-1/+1
* ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.Ben Pfaff2013-12-232-3/+108
* pcap-file: Add timestamp support for reading and writing pcap files.Ben Pfaff2013-12-231-1/+1
* ovs-check-dead-ifs: Flush buffer before calling execvp.Gurucharan Shetty2013-12-201-0/+1
* openvswitch: Use libtool and allow building shared libsHelmut Schaa2013-12-171-8/+8
* dpif-linux: fix the size of n_masksFrancesco Fusco2013-12-171-2/+2
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-174-8/+8
* ovs-ofctl: Replace TODO with XXX.Ethan Jackson2013-12-131-1/+1
* ovs-ofctl: Update push_mpls documentationSimon Horman2013-12-121-8/+8
* ovs-dev.py: Build with both GCC and Clang.Ethan Jackson2013-12-121-16/+57
* netdev: Log a warning when netdev_set_config() fails.Ben Pfaff2013-12-111-2/+0
* vlog: Add option to send vlog syslog output to arbitrary UDP destination.Henry Mai2013-12-061-0/+6
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-021-9/+17
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-10/+10
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-19/+11
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-2/+2
* utilities: Regenerate ovs-lib if configuration changes.Ben Pfaff2013-11-191-0/+2
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-152-4/+3
* ovs-ofctl: Document arp_spa and arp_tpa matchesSimon Horman2013-11-131-0/+11
* ovs-ofctl: Document set_mpls_{label,tc} actionsSimon Horman2013-11-131-0/+9
* ovs-ofctl: Document mpls_{label,bos,tc} matchesSimon Horman2013-11-131-0/+24