summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-1/+1
* ofproto: Support action upcall metersAndy Zhou2017-04-281-3/+47
* ofproto: Store meters using hmapAndy Zhou2017-04-281-99/+151
* ofproto: Fix memory leak in handle_tlv_table_mod()Yi-Hung Wei2017-04-221-0/+2
* ofproto: Report only un-deleted groups in group stats replies.Ben Pfaff2017-04-211-1/+4
* ofproto-dpif: Propagate may_enable flag as link aliveness.László Sürü2017-04-211-4/+8
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-1/+5
* ofproto: Clean up style in ofproto_flow_mod_learn.Joe Stringer2017-03-201-10/+10
* ofproto: Log when learn limit reached.Joe Stringer2017-03-201-0/+6
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-0/+6
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-6/+40
* ofproto: Move tun_table and vl_mff_map deletion.Yi-Hung Wei2017-03-151-8/+8
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-5/+28
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-4/+7
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-2/+3
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-20/+28
* dpif: Meter framework.Jarno Rajahalme2017-03-081-1/+1
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-4/+9
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-3/+19
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-15/+15
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-6/+6
* ofproto: Update access rules for 'flow_cookie'.Ben Pfaff2016-12-211-2/+3