aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2010-12-07nicira-ext: Clarify and fix macros to check for NXM metadata registers.Ben Pfaff
2010-12-06Fix "make dist" by adding include/linux/types.h to distribution.Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-12-03nicira-ext: Name the enum used for flow formats, to clarify code.Ben Pfaff
2010-12-03datapath: Add __aligned_u64 compat support for user and kernel headers.Ben Pfaff
2010-12-02openflow: Remove vestigial support for including from kernel.Ben Pfaff
2010-12-02openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff
2010-11-24ofproto: Send OFPT_PORT_STATUS messages to primary slave controllers.Ben Pfaff
2010-11-22flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff
2010-11-15nicira-ext: New Nicira vendor action NXAST_NOTE.Ben Pfaff
2010-11-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff
2010-11-09ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff
2010-11-09datapath: Fix build on 2.6.18.Ben Pfaff
2010-11-09Fix distribution by adding include/linux/if_link.h to "make dist".Ben Pfaff
2010-11-09datapath: Use "struct rtnl_link_stats64" instead of "struct odp_vport_stats".Ben Pfaff
2010-11-08nicira-ext: Shuffle comments around.Ben Pfaff
2010-11-05ofproto: Generalize tun_id_from_cookie into flow_format.Ben Pfaff
2010-11-05Sync Nicira error number assignments with "wdp" branch.Ben Pfaff
2010-11-05Fix typos in comments.Ben Pfaff
2010-11-05ofp-util: Add infrastructure for vendor extensions to OpenFlow error codes.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