summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-051-4/+6
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* ofproto: Always delete rules before deleting a meter.Jarno Rajahalme2016-10-041-20/+15
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+23
* Remove execute permisson on source filesHuanle Han2016-09-211-0/+0
* ofproto: Do not signal revalidation for group mods twice.Jarno Rajahalme2016-09-201-1/+2
* ofproto: Remove groups that nested actions reference when removing rule.Binbin Xu2016-09-201-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-11/+28
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-1/+1
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-23/+59
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-82/+193
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-67/+186
* ofproto: Change rule's 'removed' member to a tri-state 'state'.Jarno Rajahalme2016-09-131-6/+7
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-5/+5
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-8/+28
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-021-18/+26
* Revert "ofproto: Always set MTU for new internal ports."Daniele Di Proietto2016-09-021-5/+5
* ofproto: Always set MTU for new internal ports.Daniele Di Proietto2016-08-301-5/+5
* object-collection: Remove access to stub.Jarno Rajahalme2016-08-301-5/+5
* ofproto: Remove stale comment.Jarno Rajahalme2016-08-301-2/+0
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-127/+15