aboutsummaryrefslogtreecommitdiff
path: root/include/openvswitch
AgeCommit message (Expand)Author
2011-01-27datapath: Change listing ports to use an iterator concept.Ben Pfaff
2011-01-27datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-27datapath: Change listing flows to use an iterator concept.Ben Pfaff
2010-12-28datapath: Remove ODPP_NORMAL macro.Ben Pfaff
2010-12-28vswitch: Use "ipsec_gre" vport instead of "gre" with "other_config"Justin Pettit
2010-12-23datapath: Correct argument size for ODP_FLOW_GET.Ben Pfaff
2010-12-13datapath-protocol: Include netlink.h.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-11-22flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff
2010-11-09datapath: Use "struct rtnl_link_stats64" instead of "struct odp_vport_stats".Ben Pfaff
2010-10-29Fix "make dist" by adding include/openvswitch/types.h to the distribution.Ben Pfaff
2010-10-29Make the ovs_be<N> types generally available.Ben Pfaff
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff
2010-10-11datapath: Drop padding from struct odp_flow_key.Ben Pfaff
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-09-22datapath: Add tunnel header caching.Jesse Gross
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-02datapath: Don't track IP TOS value two different ways.Ben Pfaff
2010-06-17Implement QoS framework.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-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-02-24Merge "master" into "next".Ben Pfaff
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-12datapath: Add ODPP_NORMAL constant.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
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