summaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-3/+3
* dpif-linux: fix the size of n_masksFrancesco Fusco2013-12-171-2/+2
* netdev: Log a warning when netdev_set_config() fails.Ben Pfaff2013-12-111-2/+0
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-2/+1
* dpif-linux: collect and display mega flow mask statsAndy Zhou2013-10-221-0/+8
* ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty2013-10-171-2/+45
* ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty2013-10-011-15/+47
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* Remove mpls_depth field from flowSimon Horman2013-09-271-1/+1
* ovs-dpctl: Update usage where datapath name is optional.Gurucharan Shetty2013-09-241-6/+8
* ovs-dpctl: Parse the arguments correctly for del-flow.Gurucharan Shetty2013-09-241-1/+1
* ovs-dpctl: Add a missing simap_destroy()Gurucharan Shetty2013-09-241-0/+1
* ovs-dpctl: Remove stale comment.Gurucharan Shetty2013-09-241-4/+1
* odp-util: add verbose mode for displaying dp flow.Andy Zhou2013-08-031-2/+4
* clang: Fix the alignment warning.Alex Wang2013-07-231-1/+2
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-4/+4
* Create specific types for ofp and odp portAlex Wang2013-06-201-7/+7
* ovs-dpctl: Add mega flow supportAndy Zhou2013-06-201-6/+19
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-2/+2
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* ovs-dpctl: New add-flow, mod-flow, del-flow commands.Ben Pfaff2013-03-151-4/+124
* User-Space MPLS actions and matchesSimon Horman2013-02-051-5/+13
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* ovs-dpctl: Describe -s option in usage message.Ben Pfaff2012-11-291-1/+3
* ovs-dpctl: Make specifying datapath optional for some commands.Justin Pettit2012-11-011-6/+49
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-3/+3
* ovs-dpctl: Allow requesting the port number from "add-if" command.Justin Pettit2012-07-301-1/+13
* Rename static functions to increase uniqueness.Arun Sharma2012-07-091-26/+26
* lib: New data structure - smap.Ethan Jackson2012-06-141-16/+17
* simap: New data structure for string-to-integer maps.Ben Pfaff2012-05-221-4/+5
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovs-dpctl: Suppress compiler warning on 64 bit linux.Ethan Jackson2011-11-171-1/+2
* tests: Rewrite code for comparing sets of ODP actions.Ben Pfaff2011-11-171-0/+211
* odp-util: New function odp_actions_from_string().Ben Pfaff2011-11-171-0/+29
* ovs-dpctl: Add new "set-if" command.Ben Pfaff2011-10-241-1/+100
* Implement new fragment handling policy.Ben Pfaff2011-10-211-6/+3
* dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff2011-10-051-7/+7
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-17/+30
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-1/+1
* netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff2011-08-081-17/+12
* netdev: Decouple creating and configuring network devices.Ben Pfaff2011-08-081-23/+39
* netdev: Clean up and refactor packet receive interface.Ben Pfaff2011-08-081-2/+0
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* ovs-dpctl: Show number of flowsSimon Horman2011-08-031-0/+1
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-5/+5
* Add missing "static" keywords.Ben Pfaff2011-05-161-1/+1