summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Configure datapath max-idle through ovs-vsctl.branch-1.10Alex Wang2014-06-221-0/+1
* ofproto: Increase default flow-eviction-threshold.Ethan Jackson2013-04-011-1/+1
* ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff2012-12-261-0/+1
* ofproto: Use NULL "desc" values to indicate defaults.Ben Pfaff2012-12-261-6/+0
* ofproto: Remove ofproto_set_desc().Ben Pfaff2012-12-261-4/+0
* vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff2012-12-081-1/+2
* Add functions to determine how port should be opened based on type.Justin Pettit2012-11-161-0/+2
* ofproto, connmgr: Parameterise OpenFlow versions for adding controllerSimon Horman2012-11-121-1/+2
* ofproto: Add type "run", "run_fast", and "wait" provider methods.Justin Pettit2012-11-011-0/+4
* ofproto: Add initialization function.Justin Pettit2012-11-011-0/+10
* ofproto: Fix typo in macro name.Ben Pfaff2012-10-121-1/+1
* cfm: Expose remote CFM opstate in the database.Ethan Jackson2012-08-131-0/+1
* ovs-vswitchd: Log datapath ID in a more user-friendly way.Ben Pfaff2012-07-051-0/+1
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-0/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-2/+2
* Granular link health statistics for cfm.Mehak Mahajan2012-04-051-1/+2
* Revert "Granular link health statistics for cfm."Mehak Mahajan2012-04-051-2/+1
* Granular link health statistics for cfm.Mehak Mahajan2012-04-051-1/+2
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-0/+2
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-231-2/+2
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-1/+1
* vswitchd: Add "enable-async-messages" setting for controllers.Ben Pfaff2012-02-091-1/+2
* vswitchd: Make the MAC entry aging time configurable.Ben Pfaff2012-02-011-1/+2
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-011-1/+21
* ofproto: Device stats should include packets generated by userspace/controllerPravin B Shelar2011-12-081-0/+3
* ofproto: Add "fast path".Ben Pfaff2011-11-281-0/+1
* ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit2011-11-231-0/+2
* Implement new "VLAN splinters" feature.Ben Pfaff2011-11-231-0/+20
* vswitch: Implement dscp column of the Queue table.Ethan Jackson2011-11-231-0/+8
* Implement a new port setting "other-config:priority-tags".Ben Pfaff2011-11-171-0/+1
* stp: Track BPDU tx and rx counts.Justin Pettit2011-11-151-0/+3
* ovs-vswitchd: Add support for 802.1D STP.Justin Pettit2011-10-221-0/+37
* ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.Justin Pettit2011-10-221-1/+1
* Implement "native VLAN" feature.Ben Pfaff2011-09-261-2/+24
* cfm: Write remote MPIDs to the database.Ethan Jackson2011-09-091-0/+4
* Option to forward BPDU (Ethernet control class) framesSanjay Sane2011-08-091-0/+1
* ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman2011-07-281-0/+4
* cfm: Cleanup CFM module interface.Ethan Jackson2011-05-201-3/+3
* cfm: Remove Maintenance_Point and Monitor tables.Ethan Jackson2011-05-201-2/+1
* Merge 'master' into 'next'.Ben Pfaff2011-05-121-0/+1
|\
* | ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff2011-05-111-8/+8
* | ofproto: Complete abstraction by adding enumeration and deletion functions.Ben Pfaff2011-05-111-0/+6
* | ofproto: Improve abstraction by using OpenFlow port numbers in interface.Ben Pfaff2011-05-111-7/+6
* | ofproto: Improve abstraction by adding function ofproto_parse_name().Ben Pfaff2011-05-111-0/+2
* | bridge: Move packet processing functionality into ofproto.Ben Pfaff2011-05-111-30/+53
* | ofproto: Rename ofproto_iface_*() functions to ofproto_port_*().Ben Pfaff2011-05-041-5/+5
* | ofproto: Move private definitions to separate header.Ben Pfaff2011-05-041-6/+0
* | bridge: Eliminate direct dependencies on dpif.Ben Pfaff2011-05-041-1/+44
* | ofproto: Group struct cfm forward declaration with the rest of them.Ben Pfaff2011-05-041-2/+1
* | ofproto: Make ofproto_send_packet() static.Ben Pfaff2011-05-041-2/+0