aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-19nicira-ext: Clarify comment.Ben Pfaff
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-13Implement new "learn" action.Ben Pfaff
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-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-09nicira-ext: Fix NXM example.Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-08-03ovs-dpctl: Show number of flowsSimon Horman
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-07-26nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-19nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson
2011-06-15nicira-ext: Fix incorrect comment in autopath definition.Ethan Jackson
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.Ben Pfaff
2011-06-14openflow: Merge ofp_flow_stats_request and ofp_aggregate_stats_request.Ben Pfaff
2011-06-14openflow: Remove 'body' member from struct ofp_stats_msg.Ben Pfaff
2011-06-14openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff
2011-06-10nicira-ext: Explicitly assign each extension message type a number.Ben Pfaff
2011-06-10nicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Make the source tree sparse clean.Ben Pfaff
2011-05-16openflow: Change types from uint<N>_t to ovs_be<N>.Ben Pfaff
2011-05-16Remove unnecessary #include directives.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-04-29tunneling: Add df_default and df_inherit tunnel options.Andrew Evans
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
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