summaryrefslogtreecommitdiff
path: root/ofproto/in-band.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-1/+9
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-2/+2
* ofproto: Do straightforward removal of asynchronous flow operations.Ben Pfaff2014-06-121-8/+4
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+1
* ofproto: Don't use DELETE inside enumerator list.Gurucharan Shetty2014-03-171-3/+3
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-4/+6
* ofproto-dpif: Refactor checking for in-band special case.Ben Pfaff2013-06-271-22/+7
* Create specific types for ofp and odp portAlex Wang2013-06-201-2/+2
* ofproto: Ditch SLOW_IN_BAND slow path reason.Ethan Jackson2013-05-291-31/+0
* in-band: Use "internal" netdev type for local ports.Ethan Jackson2013-02-251-1/+1
* ofproto: Fix remaining incorrect users of OVSP_LOCAL.Justin Pettit2013-01-081-2/+2
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-3/+3
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-65/+69
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-24/+13
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff2012-03-071-2/+2
* flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff2011-09-301-1/+0
* in-band: Classifier rules should use OpenFlow ports.Jesse Gross2011-09-291-1/+1
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-3/+3
* netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff2011-08-081-2/+2
* in-band: Delete remaining rules when disabling in-band control.Ben Pfaff2011-08-031-2/+9
* ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit2011-07-011-1/+1
* ofproto: Implement asynchronous OFPT_FLOW_MOD commands.Ben Pfaff2011-06-141-174/+122
* in-band: Avoid "cast increases required alignment of target type" warning.Ben Pfaff2011-05-261-7/+6
* Merge 'master' into 'next'.Ben Pfaff2011-05-121-160/+0
|\
| * DESIGN: Move in-band control design discussion here.Ben Pfaff2011-05-041-160/+0
* | ofproto: Move private definitions to separate header.Ben Pfaff2011-05-041-0/+1
|/
* ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff2011-03-291-19/+2
* ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff2011-03-161-23/+1
* ofproto: Fix obsolete comments.Ben Pfaff2011-03-161-3/+3
* packets: Add eth_addr_compare_3way function.Ethan Jackson2011-02-031-1/+1
* lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit2011-02-021-5/+5
* datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff2011-01-281-2/+2
* vswitchd: Consistently use size_t for action lengths.Jesse Gross2010-12-131-1/+1
* datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff2010-12-101-5/+7
* vswitch: Add other-config:in-band-queue to set queue for in-band control.Ben Pfaff2010-11-151-9/+41
* ofproto: Disable timeouts for flows added by ofproto_add_flow().Ben Pfaff2010-11-111-1/+1
* classifier: Move in-band set_<field>() functions publicly available.Ben Pfaff2010-11-081-95/+32
* ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff2010-11-081-51/+34
* in-band: Make in_band_create() always initialize its output argument.Ben Pfaff2010-11-051-0/+1
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-3/+3
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-40/+40
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff2010-05-261-0/+1
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-7/+2
* in-band: Generalize the in-band code to arbitrary (IP,port) pairs.Ben Pfaff2010-04-261-155/+174
* in-band: Use NULL for null pointer constant, instead of 0.Ben Pfaff2010-04-261-1/+1
* in-band: Refactor in_band_set_remotes().Ben Pfaff2010-04-261-9/+24