summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-provider.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-3/+7
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+10
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-27/+0
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-2/+5
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+3
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-2/+26
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-3/+0
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-11/+11
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+9
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-191-0/+3
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* ofproto: Add struct ofproto_flow_mod.Jarno Rajahalme2015-07-061-1/+17
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+8
* ofproto: Make 'importance' immutable.Ben Pfaff2015-07-021-1/+1
* ofproto: Fix use-after-free in bridge destruction with groups.Ben Pfaff2015-06-261-1/+4
* ofproto: Support port mods in bundles.Jarno Rajahalme2015-06-121-2/+2
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+5
* classifier: Simplify versioning.Jarno Rajahalme2015-06-121-4/+3
* ofproto: Accurate flow counts.Jarno Rajahalme2015-06-111-1/+4
* Use classifier versioning.Jarno Rajahalme2015-06-111-43/+16
* ofproto: Infra for table versioning.Jarno Rajahalme2015-06-111-0/+6
* ofproto: Use enum ofperr for 'error'.Jarno Rajahalme2015-06-011-1/+1
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+2
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-4/+76
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-2/+2
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-4/+5
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-4/+4
* dpif: Don't clear argument in dp_enumerate_types().Ben Pfaff2014-12-021-3/+4
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-0/+8
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+3
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-051-0/+13
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-4/+2
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-191-0/+6
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+47
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-111-46/+26
* ofproto: Correctly report table miss configuration in table stats.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-111-3/+3
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-12/+10
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-24/+22
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-071-0/+1
* ofproto: Add functions to configure multicast snoopingFlavio Leitner2014-06-241-0/+25
* ofproto: Honour out_port of flow monitorsSimon Horman2014-06-231-0/+2
* ofproto: Add separate functions for checking bfd/cfm status change.Alex Wang2014-06-131-12/+13
* cfm: Extracts the cfm status in one function.Alex Wang2014-06-131-1/+1
* Implement learned flow deletion.Ben Pfaff2014-06-121-1/+6
* ofproto: Shrink struct rule_actions slightly.Ben Pfaff2014-06-121-6/+11