aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-02-23nicira-ext: Fix comment.Ben Pfaff
2011-02-11Remove /proc/net compatibility support.Ben Pfaff
2011-02-05openflow: Use types and accessors for half-aligned 64-bit fields.Ben Pfaff
2011-02-05Add types and accessors for working with half-aligned 64-bit values.Ben Pfaff
2011-02-04datapath: Tolerate backporting of rtnl_link_stats64 (as in RHEL 6).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
2011-01-19nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on NXAST_REG_LOAD.Ben Pfaff
2011-01-12Automatically extract error types and codes for formatting.Ben Pfaff
2011-01-12nicira-ext: Fix typo in comment.Ben Pfaff
2011-01-11Add some new generated files to .gitignore.Justin Pettit
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-17Implement a new Nicira extension action for multipath link selection.Ben Pfaff
2010-12-17nicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.Ben Pfaff
2010-12-13nicira-ext: Correct and extend examples for NXM_OF_VLAN_TCI field.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-09nicira-ext: Remove unused macro NICIRA_OUI_STR.Ben Pfaff
2010-12-07nicira-ext: Clarify comments about 'src' and 'dst' in NXAST_REG actions.Ben Pfaff