aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
AgeCommit message (Expand)Author
2013-09-16rule_ofpacts: keep datapath meter_id.Jarno Rajahalme
2013-08-22ipfix: implement flow caching and aggregation in exporterRomain Lenglet
2013-08-15ofproto: Make number of packet handler threads runtime configurable.Alex Wang
2013-08-02tag: Retire the venerable tag library.Ethan Jackson
2013-08-01cfm: Make the CFM module thread safe.Ethan Jackson
2013-06-28ofproto: Implement OpenFlow 1.3 meter table.Jarno Rajahalme
2013-06-26ofproto-dpif: Add 'force-miss-model' configurationJoe Stringer
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-07ofproto-dpif: Set flow-eviction-threshold globally.Ethan Jackson
2013-05-30ovs-vswitchd: An option to wait for userspace flow restore to complete.Gurucharan Shetty
2013-05-07bfd: Implement Bidirectional Forwarding Detection.Ethan Jackson
2013-04-22Implement IPFIX exportRomain Lenglet
2013-04-01ofproto: Increase default flow-eviction-threshold.Ethan Jackson
2013-03-12ofproto: Remove unnecessary struct forward declaration.Ben Pfaff
2013-03-06bridge: Fix interpretation of 'health' member of struct ofproto_cfm_status.Ben Pfaff
2013-03-06bridge: Fix remote_opstate bug recently introduced.Ben Pfaff
2013-03-06ofproto: Merge all the CFM query functions into one.Ben Pfaff
2013-02-11ofp-util: Simplify struct ofputil_role_request.Ben Pfaff
2013-02-05bond: Remove stable bond mode.Ethan Jackson
2012-12-26ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff
2012-12-26ofproto: Use NULL "desc" values to indicate defaults.Ben Pfaff
2012-12-26ofproto: Remove ofproto_set_desc().Ben Pfaff
2012-12-08vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff
2012-11-16Add functions to determine how port should be opened based on type.Justin Pettit
2012-11-12ofproto, connmgr: Parameterise OpenFlow versions for adding controllerSimon Horman
2012-11-01ofproto: Add type "run", "run_fast", and "wait" provider methods.Justin Pettit
2012-11-01ofproto: Add initialization function.Justin Pettit
2012-10-12ofproto: Fix typo in macro name.Ben Pfaff
2012-08-13cfm: Expose remote CFM opstate in the database.Ethan Jackson
2012-07-05ovs-vswitchd: Log datapath ID in a more user-friendly way.Ben Pfaff
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-04-05Revert "Granular link health statistics for cfm."Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-02-09vswitchd: Add "enable-async-messages" setting for controllers.Ben Pfaff
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2011-12-08ofproto: Device stats should include packets generated by userspace/controllerPravin B Shelar
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-23ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit
2011-11-23Implement new "VLAN splinters" feature.Ben Pfaff
2011-11-23vswitch: Implement dscp column of the Queue table.Ethan Jackson
2011-11-17Implement a new port setting "other-config:priority-tags".Ben Pfaff
2011-11-15stp: Track BPDU tx and rx counts.Justin Pettit
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.Justin Pettit