aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-04-20ofproto: Add support for master/slave controller coordination.Ben Pfaff
2010-04-19Fix broken build by adding forgotten header file to list of headers.Ben Pfaff
2010-04-19Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff
2010-04-19tunneling: Remove old GRE implementation.Jesse Gross
2010-04-19tunneling: Add userspace support for new GRE implementation.Jesse Gross
2010-04-19tunneling: Add datapath GRE support.Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-14ofproto: Use original in_port for executing NXAST_RESUBMIT actions.Ben Pfaff
2010-04-13ofproto: Make NXAST_RESUBMIT take header modifications into account.Ben Pfaff
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