aboutsummaryrefslogtreecommitdiff
path: root/include/openvswitch
AgeCommit message (Expand)Author
2011-02-11Remove /proc/net compatibility support.Ben Pfaff
2011-02-05Add types and accessors for working with half-aligned 64-bit values.Ben Pfaff
2011-02-04datapath-protocol: Drop useless/obsolete comments.Jesse Gross
2011-02-04datapath-protocol: Dropped unused __aligned_* types.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-01-28datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff
2011-01-28datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff
2011-01-28datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff
2011-01-28datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.Ben Pfaff
2011-01-28datapath: Convert ODP_DP_* commands to use AF_NETLINK socket layer.Ben Pfaff
2011-01-28datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.Ben Pfaff
2011-01-27Eliminate ODPL_* from userspace-facing interface.Ben Pfaff
2011-01-27datapath: Get rid of ODPP_NONE.Ben Pfaff
2011-01-27datapath: Convert ODP_EXECUTE to use Netlink framing.Ben Pfaff
2011-01-27datapath: Convert datapath operations to use Netlink framing.Ben Pfaff
2011-01-27datapath: Convert ODP_FLOW_* and ODP_EXECUTE to put dp_idx into message.Ben Pfaff
2011-01-27datapath: Eliminate 'flags' member from odp_flow.Ben Pfaff
2011-01-27datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.Ben Pfaff
2011-01-27datapath: Drop port information from odp_stats.Ben Pfaff
2011-01-27datapath: Drop queue information from odp_stats.Ben Pfaff
2011-01-27datapath: Drop flow information from odp_stats.Ben Pfaff
2011-01-27datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff
2011-01-27datapath: Change vport type from string to integer enumeration.Ben Pfaff
2011-01-27datapath: Make it possible to query vports by name regardless of datapath.Ben Pfaff
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