aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-linux.c
AgeCommit message (Expand)Author
2011-01-31dpif-linux: Always pass an actions attribute in dpif_flow_put().Ben Pfaff
2011-01-31dpif-linux: Read flow used time.Jesse Gross
2011-01-29dpif-linux: Add missing NLM_F_ECHO flag to flow requests.Jesse Gross
2011-01-29dpif-linux: Remove extraneous name variable.Ethan Jackson
2011-01-28dpif: Remove dpif_get_all_names().Ben Pfaff
2011-01-28datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff
2011-01-28dpif-linux: Replace 'minor' by 'dp_idx'.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: 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-27dpif: Eliminate ODPPF_* constants from client-visible interface.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow" from client-visible interface.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: 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-27dpif: Eliminate "struct odp_port" from client-visible interface.Ben Pfaff
2011-01-27datapath: Drop datapath index and port number from Ethtool output.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: Change listing flows to use an iterator concept.Ben Pfaff
2011-01-04rtnetlink: Remove LINK specific messages from rtnetlinkEthan Jackson
2010-12-28vswitch: Use "ipsec_gre" vport instead of "gre" with "other_config"Justin Pettit
2010-12-13vswitchd: Consistently use size_t for action lengths.Jesse Gross
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-18dpif: Make dpif_class 'open' function take class instead of type name.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-09-23shash: New function shash_steal().Ben Pfaff
2010-09-23vlog: Add VLOG_WARN_ONCE() and similar macros.Ben Pfaff
2010-09-01ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-20netdev-linux: Avoid minor number 0 in traffic control.Ben Pfaff
2010-07-20dpif-linux: Translate queues to priorities correctly.Ben Pfaff
2010-07-20dpif: Abstract translation from OpenFlow queue ID into ODP priority value.Ben Pfaff
2010-05-26datapath: Make datapath-protocol.h portable to non-Linux systems.Ben Pfaff
2010-05-20dpif: Include stat.h headerJustin Pettit
2010-05-05dpif-linux: Use hash instead of sorted array.Ben Pfaff
2010-04-27ofproto: Avoid buffer copy in OFPT_PACKET_IN path.Ben Pfaff
2010-04-19dpif-linux: Clean up vports that are no longer in config.Jesse Gross