summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-provider.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Additional simplifications.Ben Pfaff2014-06-121-106/+18
* ofproto: Do straightforward removal of asynchronous flow operations.Ben Pfaff2014-06-121-34/+6
* ofproto: Make ofproto_rule_is_hidden() public, and rename.Ben Pfaff2014-06-121-0/+12
* ofproto: Only initiate flow table modifications if they will succeed.Ben Pfaff2014-06-121-19/+18
* ofproto: Remove ofproto_refresh_rule().Joe Stringer2014-06-041-2/+0
* ofproto-provider: Fix typo in comment.Ben Pfaff2014-05-291-1/+1
* ofproto: per-table statisticsSimon Horman2014-05-221-0/+3
* ofproto: Add const to immutable members of ofgroup.Andy Zhou2014-05-211-6/+6
* ofproto: Add reference count for Openflow groups.Ryan Wilson2014-05-211-16/+20
* ofproto: Log flow mod statistics per controller rather than per switch.Ben Pfaff2014-05-051-6/+0
* ofproto: Inline trivial functions.Jarno Rajahalme2014-04-291-23/+28
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-13/+14
* bfd/cfm: Check status change before update status to database.Alex Wang2014-04-241-10/+17
* ofproto: New function ofproto_refresh_rule().Joe Stringer2014-04-181-0/+2
* ofproto: Use netdev's 'change_seq' to reduce port modification check.Alex Wang2014-04-101-0/+1
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-1/+2
* ofproto: Support OF version-specific table-miss behavioursSimon Horman2014-04-031-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-2/+2
* ofp-util: Fix inconsistencies in table features type.Jarno Rajahalme2014-03-241-1/+1
* ofproto-dpif: Differentiate between different miss types in packet inSimon Horman2014-03-201-0/+1
* ofproto: Use RCU to protect rule_actions.Ben Pfaff2014-03-181-10/+9
* upcall: Configure datapath max-idle through ovs-vsctl.Joe Stringer2014-03-071-0/+5
* ofproto-provider: Update documentation.Joe Stringer2014-02-191-2/+3
* ofproto: Remove 'force-miss-model' configuration.Joe Stringer2014-02-191-4/+0
* ofproto: Move 'rule->used' to the provider.Jarno Rajahalme2014-02-121-4/+1
* ofproto: Optimize the case of a repeated learn action execution.Jarno Rajahalme2014-02-121-5/+13
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-2/+2
* ofproto: Handle flow installation and eviction in upcall.Ethan Jackson2013-12-191-6/+6
* ofproto: Add table config to struct ofprotoSimon Horman2013-12-171-0/+3
* ofproto: Simplify thread creation API.Ethan Jackson2013-12-131-1/+1
* ofproto-dpif-upcall: Add memory usage stats.Ethan Jackson2013-12-121-0/+6