aboutsummaryrefslogtreecommitdiff
path: root/include/openvswitch
AgeCommit message (Expand)Author
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath-protocol: Use Linux kernel types directly.Ben Pfaff
2011-10-12datapath-protocol: Rename enums for consistency.Ben Pfaff
2011-10-12datapath-protocol: Remove socket header #include.Ben Pfaff
2011-10-12datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-19datapath-protocol: vport_stats types are unsigned.Jesse Gross
2011-09-16datapath: Hardcode vport multicast group ID on older kernels.Ethan Jackson
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-09-08Strip down vport interface : iflinkPravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-18datapath-protocol: Correct a description in odp_flow_attr structure.Justin Pettit
2011-08-03ovs-dpctl: Show number of flowsSimon Horman
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-05-16Remove unnecessary #include directives.Ben Pfaff
2011-04-29tunneling: Add df_default and df_inherit tunnel options.Andrew Evans
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