aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Add support for barrier command (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Check overlap, emerg flow cache, and error code sync (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-23ofproto: Delete fail-open flow when turning off fail-open mode.Ben Pfaff
2010-02-12ofproto: Use UINT16_MAX in place of -1, for clarity.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11ofproto: Avoid passing indeterminate value to rule_insert().Ben Pfaff
2010-02-11sflow: Don't assign value that is never used.Ben Pfaff
2010-02-08vswitch: Consistently set Nicira OUI.Jesse Gross
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-01ofproto: Mark NXT_ACT_SET_CONFIG and NXT_ACT_GET_CONFIG obsolete.Ben Pfaff
2010-02-01ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff
2010-01-27dpif: Update dpif interface to match netdev.Jesse Gross
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-19sflow: Fix printf format specifier in log message.Ben Pfaff
2010-01-15netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross
2010-01-11sflow: Fix byte order problem.Ben Pfaff
2010-01-11sflow: Improve user-visible string.Ben Pfaff
2010-01-11sflow: Improve comments.Ben Pfaff
2010-01-11sflow: Avoid division by zero if sampling rate is 0.Ben Pfaff
2010-01-11sflow: Fix ifDirection setting if duplex unknown.Ben Pfaff
2010-01-11sflow: Fix handling of struct ofproto_sflow_options members.Ben Pfaff
2010-01-08sflow: Set proper output port number for dropped packets.Ben Pfaff
2010-01-08sflow: Report port ifIndexes instead of datapath port numbers.Ben Pfaff
2010-01-06vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff
2010-01-04ofproto: Fix segfault when changing command execution settingsTetsuo NAKAGAWA
2010-01-04ofproto: Get rid of unused parameter to ofconn_destroy().Ben Pfaff
2010-01-04Initial implementation of sFlow.Ben Pfaff
2010-01-04ofproto: Drop remote command execution feature.Ben Pfaff
2009-12-15Clean-up compiler warnings about ignoring return valuesJustin Pettit
2009-12-07netflow: Correctly set active timeout value.Jesse Gross
2009-12-07ofproto: Fix reversed inequality test.Ben Pfaff
2009-12-03vswitchd: Initial conversion to database-based configuration.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-11-23netflow: Break out code for sending packets into a new "collectors" module.Ben Pfaff
2009-11-23netflow: Use inet_open_active() to factor out some code.Ben Pfaff
2009-11-18Merge citrix branch into master.Ben Pfaff
2009-11-16ofproto: Support missing set_nw_dst and set_tp_dst translationsJustin Pettit
2009-11-14ofproto: Update time of super-rule to match sub-ruleJustin Pettit
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-10-22Merge "citrix" into "master".Ben Pfaff
2009-10-06Merge commit 'origin/citrix'Justin Pettit
2009-10-05Merge "citrix" branch into "master.Ben Pfaff
2009-09-22Merge citrix branch into master.Ben Pfaff