aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2014-04-08ovs-dev.py: Update repository location.Ben Pfaff
2014-04-03ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme
2014-04-03ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme
2014-03-30ofpbuf: Introduce access api for base, data and size.Pravin Shelar
2014-03-29lib/ofpbuf: CompactJarno Rajahalme
2014-03-28ovs-appctl: A port for Windows.Gurucharan Shetty
2014-03-28ovs-appctl: Close the connection during error.Gurucharan Shetty
2014-03-28ovs-vsctl: Improve error reportingAndy Zhou
2014-03-23ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu
2014-03-23Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff
2014-03-23ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot
2014-03-18Man ovs-ofctl: Typo in arp_spa & arp_tpaArun Sharma
2014-03-17ovs-ofctl: Use fcntl instead of sys/fcntl.Gurucharan Shetty
2014-03-05Makefile: Compile Linux-specific files based on __linux__ macro.Ben Pfaff
2014-03-04Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty
2014-02-28lib: simplify flow_extract() APIAndy Zhou
2014-02-28man: Document common options in ovs-vsctl and vtep-ctl.Justin Pettit
2014-02-28ovs-vsctl: Print schema version when called with "--version".Justin Pettit
2014-02-27dpif: Don't synchronize flow_dump_next() status.Joe Stringer
2014-02-27dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer
2014-02-27ovs-lib: allow non-root users to check service statusFlavio Leitner
2014-02-26fatal-signal: SIGPIPE for Windows.Gurucharan Shetty
2014-02-19ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka
2014-02-04Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff
2014-02-03ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro
2014-01-24ovs-dev.py: Only build the Linux datapath with GCC.Ethan Jackson
2014-01-24syslog: Provide stub functions for openlog and syslog.Gurucharan Shetty
2014-01-23lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo
2014-01-22configure: Enable silent rules.Ethan Jackson
2014-01-22ovs-dev.py: Configure silently.Ethan Jackson
2014-01-22ovs-dev.py: Add compiler optimization options.Ethan Jackson
2014-01-22ovs-dev.py: Add "-fno-omit-frame-pointer" compiler argument.Ethan Jackson
2014-01-14classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff
2014-01-08utilities: Wrong command syntax in ovs-vsctl manpage.Daniele Venturino
2013-12-23ovs-dev.py: Pass leak-check=full to valgrind.Ethan Jackson
2013-12-23ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.Ben Pfaff
2013-12-23pcap-file: Add timestamp support for reading and writing pcap files.Ben Pfaff
2013-12-20ovs-check-dead-ifs: Flush buffer before calling execvp.Gurucharan Shetty
2013-12-17openvswitch: Use libtool and allow building shared libsHelmut Schaa
2013-12-17dpif-linux: fix the size of n_masksFrancesco Fusco
2013-12-17Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim
2013-12-13ovs-ofctl: Replace TODO with XXX.Ethan Jackson
2013-12-12ovs-ofctl: Update push_mpls documentationSimon Horman
2013-12-12ovs-dev.py: Build with both GCC and Clang.Ethan Jackson
2013-12-11netdev: Log a warning when netdev_set_config() fails.Ben Pfaff
2013-12-06vlog: Add option to send vlog syslog output to arbitrary UDP destination.Henry Mai
2013-12-02lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme
2013-11-25Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean
2013-11-20ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff
2013-11-19Classifier: Staged subtable matching.Jarno Rajahalme