summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-231-29/+80
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+11
* ofproto: fix the bug of bucket counter is not updatedLi Wei2019-03-251-0/+2
* ofproto: Fix for ovs-vswitchd crash on flow-mod with unsupported actionparameswaran krishnamurthy2019-03-051-6/+2
* ofproto: Don't always treat passive controllers as "equal".Ben Pfaff2019-02-051-2/+1
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-051-0/+6
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-4/+1
* ofproto: Handle flow monitor requests with multiple parts.Ben Pfaff2019-01-151-43/+46
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-25/+259
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-22/+19
* ofproto.c: Handle the situation when ofp_port number exhausted.Han Zhou2018-11-091-13/+25
* ofproto.c: Fix port number leaking.Han Zhou2018-11-091-1/+1
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-5/+2
* ofproto: Consistently force off OFPPS_LIVE if port or link is down.Ben Pfaff2018-10-181-10/+33
* ofproto: Move may_enable from ofport_dpif to ofport.Ben Pfaff2018-10-181-0/+1
* ofproto: Refactor update_port().Ben Pfaff2018-10-181-25/+9
* connmgr: Suppress duplicate port status notifications.Ben Pfaff2018-10-181-8/+10
* ofproto: Fix build with some GCC versions.Ben Pfaff2018-09-271-7/+6
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-261-4/+7
* ofproto: Fix coredump in ofproto_destroy__().liucheng (J)2018-08-151-0/+2
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-4/+8
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-0/+44
* ofproto: Fix OVS crash when reverting old flows in bundle commitVishal Deep Ajmera2018-06-181-1/+1
* Embrace anonymous unions.Ben Pfaff2018-05-251-6/+6
* ofproto: Fix crash processing malformed Bundle Add message.Anju Thomas2018-05-101-8/+13
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-091-0/+7
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-19/+30
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-9/+5
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-141-14/+6
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-1/+1
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-2/+2
* ofproto: Make ofproto_port_open_type() faster.Ben Pfaff2018-02-261-20/+10
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+4
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-1/+1
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-1/+2
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-10/+4
* ofproto: Avoid use-after-free on error path in ofproto_flow_mod_learn().Ben Pfaff2018-01-261-6/+4
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-261-9/+4
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+3
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-3/+2
* ofproto: Delete all groups and meters when (un)configuring a controller.Ben Pfaff2018-01-081-9/+22
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+17
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ofproto: Include patch ports in mtu overriden checkNuman Siddique2017-09-211-5/+7
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-271-0/+3
* ofproto: Use shash_find_and_delete() in ofport_destroy__().Ben Pfaff2017-06-011-2/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-2/+2
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-2/+5
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-2/+7
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-3/+3