summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-provider.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Wait for valid hw flow stats before applying min-revalid...Eelco Chaudron2023-03-151-0/+5
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-2/+5
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-281-1/+3
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-071-0/+2
* ofproto: Fix resource usage explosion due to removal of large number of flows.Ilya Maximets2021-11-301-0/+4
* ofproto: Fix resource usage explosion while processing bundled FLOW_MOD.Ilya Maximets2021-11-301-0/+1
* ofproto: Change type of n_handlers and n_revalidators.Mark Gray2021-07-161-1/+1
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-6/+6
* Add offload packets statisticszhaozhanxu2019-12-061-2/+9
* ofproto-provider: Move datapath capabilities callback to correct section.Ilya Maximets2019-11-281-2/+3
* ofproto: Fix crash on PACKET_OUT due to recursive locking after upcall.Ilya Maximets2019-11-261-3/+9
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-211-0/+2
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-261-0/+9
* upcall: Configure datapath min-revalidate-pps through ovs-vsctl.Vlad Buslov2019-08-211-0/+4
* upcall: Configure datapath max-revalidator through ovs-vsctl.Vlad Buslov2019-08-211-0/+4
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-231-3/+3
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+11
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-3/+3
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-0/+19
* ofproto: Consistently force off OFPPS_LIVE if port or link is down.Ben Pfaff2018-10-181-0/+1
* ofproto: Move may_enable from ofport_dpif to ofport.Ben Pfaff2018-10-181-0/+1
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-251-1/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+7
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-261-1/+4
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-1/+1
* ofproto: Support action upcall metersAndy Zhou2017-04-281-0/+4
* ofproto: Store meters using hmapAndy Zhou2017-04-281-5/+2
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-1/+2
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-0/+4
* ofproto: Fix thread safety annotation.Jarno Rajahalme2017-03-081-1/+2
* dpif: Meter framework.Jarno Rajahalme2017-03-081-6/+7
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-1/+1
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-3/+8
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-1/+6
* ofproto: Update access rules for 'flow_cookie'.Ben Pfaff2016-12-211-2/+2
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-051-0/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+7
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+10
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-0/+7
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-43/+48
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-0/+6
* ofproto: Change rule's 'removed' member to a tri-state 'state'.Jarno Rajahalme2016-09-131-2/+15
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-1/+1
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-28/+0
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-2/+41
* ofproto: Add 'command' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-0/+1
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-1/+2
* ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.Jarno Rajahalme2016-07-291-0/+7
* ofproto-dpif: Always forward 'used' from the old_rule.Jarno Rajahalme2016-07-291-3/+4