aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-09-10ovs-ofctl: Add support for drop_spoofed_arp action.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-24datapath: Abstract tunneling implementation from GRE.Jesse Gross
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-08-13ofproto: Add support for NXAST_RESUBMIT recursion.Ben Pfaff
2010-08-02datapath: Don't track IP TOS value two different ways.Ben Pfaff
2010-06-17Implement QoS framework.Ben Pfaff
2010-06-15vlog: Check that all declared vlog modules are used, at "make" time.Ben Pfaff
2010-06-10netdev-vport: Use vport set_stats instead of internal dev.Jesse Gross
2010-06-10vport: Allow offsets to be set for stats.Jesse Gross
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-05-26datapath: Make datapath-protocol.h portable to non-Linux systems.Ben Pfaff
2010-05-26datapath: Make gre.h safe to include by itself.Ben Pfaff
2010-05-13datapath: Add 32-bit compatibility ioctls.Ben Pfaff
2010-05-13datapath: Avoid possibility of negative 'n_ports' in struct odp_portvec.Ben Pfaff
2010-05-13datapath: Avoid possibility of negative 'n_flows' in struct odp_flowvec.Ben Pfaff
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