summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-071-0/+4
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-5/+6
* vswitchd: Add serial number configuration.Kirill A. Kornilov2020-01-311-0/+1
* Add offload packets statisticszhaozhanxu2019-12-061-1/+1
* 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/+5
* vswitchd: Make packet-in controller queue size configurableDumitru Ceara2019-09-231-0/+1
* upcall: Configure datapath min-revalidate-pps through ovs-vsctl.Vlad Buslov2019-08-211-0/+2
* upcall: Configure datapath max-revalidator through ovs-vsctl.Vlad Buslov2019-08-211-0/+2
* ofproto-dpif-xlate: Add "always" mode to priority tagsEli Britstein2019-05-241-0/+1
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-1/+9
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+3
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-051-0/+18
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-4/+3
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-091-0/+1
* ofproto: Make ofproto_port_open_type() faster.Ben Pfaff2018-02-261-1/+1
* Add new port VLAN mode "dot1q-tunnel"Eric Garver2017-03-171-1/+7
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-0/+1
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-1/+2
* ofproto: Add protected property to bundleBen Kelly2016-11-221-0/+2
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-1/+2
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+2
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-0/+2
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-0/+2
* Revert "ipfix: Export user specified virtual observation ID".Ben Pfaff2016-06-241-2/+0
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-0/+2
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-0/+1
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-20/+0
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-2/+2
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-1/+0
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-7/+11
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-0/+16
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-1/+6
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-0/+2
* rstp: Show some useful rstp port fields.Jarno Rajahalme2014-11-131-0/+3
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-0/+2
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-191-0/+2
* ofproto: Increase default datapath max_idle time.Joe Stringer2014-09-151-1/+1
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+50
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+3
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-18/+2
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-171-6/+2
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-0/+3
* ofproto: Add functions to configure multicast snoopingFlavio Leitner2014-06-241-0/+13
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-131-0/+3
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-131-24/+1
* Use prefix trie lookup for IPv4 by default.Jarno Rajahalme2014-05-161-0/+3
* bfd/cfm: Check status change before update status to database.Alex Wang2014-04-241-3/+3
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-1/+2