aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20openflow: Fix frag config flag valuesJustin Pettit
2010-02-20ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add wire-compatibility for slicing (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit
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: Cleanups to openflow.h (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-12openflow.h: Remove unused OFP_PACKED macro.Ben Pfaff
2010-02-12datapath: Add ODPP_NORMAL constant.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-01Clean up nicira-ext.h header a bit.Ben Pfaff
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-26Fix "make distcleancheck" by deleting the nicira-ext.h stamp file too.Ben Pfaff
2010-01-25Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff
2010-01-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-11datapath: Improve comments.Ben Pfaff
2010-01-08datapath: Renumber ioctls to avoid gaps.Ben Pfaff
2010-01-04Initial implementation of sFlow.Ben Pfaff
2010-01-04ofproto: Drop remote command execution feature.Ben Pfaff
2009-12-07gre: Add kernel GRE support.Jesse Gross
2009-11-13ofproto: Correct structure length assertion for ofp_action_vlan_pcpJustin Pettit
2009-11-06datapath: Allow TCP flags to be cleared.Jesse Gross
2009-09-02Merge citrix branch into master.Ben Pfaff
2009-09-01Add ability for the datapath to match IP address in ARPsJustin Pettit
2009-08-25mgmt: Cleanup handling of extended messagesJustin Pettit
2009-08-19Merge citrix into master.Ben Pfaff
2009-08-07brcompat: Move BRCTL_GET_BRIDGES, BRCTL_GET_PORT_LIST into userspace.Ben Pfaff
2009-07-29Fix tab/space issue in datapath-protocol.hJustin Pettit
2009-07-16Merge citrix branch into master.Ben Pfaff
2009-07-16Implement "brctl showmacs" support in brcompat and ovs-brcompatd.Ben Pfaff
2009-07-15ovs-ofctl: Use 65535 instead of 0 for OFPP_CONTROLLER max_len.Ben Pfaff
2009-07-15brcompat: Improve comments in header file.Ben Pfaff
2009-07-08Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff
2009-07-06dpif: Make dpifs abstract, to allow multiple datapath implementations.Ben Pfaff
2009-07-06datapath: Get rid of query operations for single flows.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-06-11vswitch: Add support for large OFMP messagesJustin Pettit
2009-06-09xenserver: Send VIF details to controllerJustin Pettit
2009-06-05vswitch: Fix typos in OFMP comments.Justin Pettit
2009-06-05vswitch: Fix OFMP alignment problem on 64-bit systems.Justin Pettit