summaryrefslogtreecommitdiff
path: root/ofproto/in-band.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* ofproto: Make ofproto_port_open_type() faster.Ben Pfaff2018-02-261-1/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ofproto: Uses the VLOG_WARN_RL instead of VLOG_WARN.nickcooper-zhangtonghao2017-02-061-3/+5
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-0/+2
* in-band: don't use system type when opening netdevThadeu Lima de Souza Cascardo2016-07-271-1/+1
* in-band: use open_type when opening internal deviceThadeu Lima de Souza Cascardo2016-07-271-1/+2
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-18/+16
* in-band: Mention ofproto name in the VLOG.Alex Wang2015-04-201-9/+12
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-1/+1
* 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