summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-ofctl: Document masked versions of arp_sha and arp_tha matchesSimon Horman2013-11-131-1/+10
* ovs-dev.py: Remove duplicate name from the help string.Saurabh Shah2013-11-111-1/+1
* ovs-ofctl: Improve manpage.Ben Pfaff2013-11-111-24/+28
* ofp-actions: Switch away from odd use of "q" in "enqueue" action format.Ben Pfaff2013-11-111-2/+2
* ovs-ofctl: Document a few Nicira extensions as standardized in OF1.1+.Ben Pfaff2013-11-111-1/+2
* ovs-bugtool: Remove reference to an undefined variable.Gurucharan Shetty2013-11-051-1/+1
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-028-600/+2
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-2/+3
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-17/+54
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-011-9/+12
* OXM inspired match field names.Jarno Rajahalme2013-11-011-0/+11
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+22
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+34
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-232-10/+19
* Add OF11 SET IP TTL action.Jarno Rajahalme2013-10-231-0/+9
* Add OF11 set IPv4 ECN action.Jarno Rajahalme2013-10-231-0/+9
* Allow OFPACT_SET_IP_DSCP to act on both IPv4 and IPv6 packets.Ben Pfaff2013-10-231-3/+3
* Fix ovs-ofctl documentation.Jarno Rajahalme2013-10-231-4/+5
* dpif-linux: collect and display mega flow mask statsAndy Zhou2013-10-222-0/+27
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-4/+4
* ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty2013-10-172-3/+54
* ovs-dpctl-top: in_port field is now the default viewMark Hamilton2013-10-161-10/+45
* Add support for write-actionsSimon Horman2013-10-141-4/+87
* ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff2013-10-141-1/+4
* ovs-ofctl: Add undocumented "parse-pcap" command, for testing.Ben Pfaff2013-10-091-0/+32
* ovs-lib: Return the correct exit status of the command 'status'Gurucharan Shetty2013-10-081-0/+8
* ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."Gurucharan Shetty2013-10-041-12/+1
* ovs-lib: Return the exit status of ovs-ctl in ovs_ctl().Duffie Cooley2013-10-021-1/+12
* ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty2013-10-011-15/+47
* ofproto: Define official OpenFlow port number.Justin Pettit2013-10-011-0/+3
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* ovs-bugtool: Change log-days parameter based on file last_mod_time.Shih-Hao Li2013-09-272-26/+47
* Remove mpls_depth field from flowSimon Horman2013-09-272-11/+7