aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2011-10-14ofproto-dpif: Batch interacting with the dpif on flow miss operations.Ben Pfaff
2011-10-14ofproto-dpif: Separate facet creation and action translation.Ben Pfaff
2011-10-14ofproto-dpif: Factor controller optimization out of execute_odp_actions().Ben Pfaff
2011-10-14ofproto-dpif: Break send_packet_in() into two separate functions.Ben Pfaff
2011-10-14ofproto-dpif: Move DHCP in-band control special case into xlate_actions().Ben Pfaff
2011-10-14ofproto-dpif: Revalidate tagged packets, too, in facet_lookup_valid().Ben Pfaff
2011-10-14ofproto-dpif: Properly re-translate uninstallable facets in rule_execute().Ben Pfaff
2011-10-13ofproto-dpif: Avoid bad pointer dereference in execute_odp_actions().Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff
2011-10-03ofproto-dpif: Fix small typo in comment.Justin Pettit
2011-10-03ofproto-dpif: LACP registration should cause revalidation.Ethan Jackson
2011-10-03ofproto-dpif: Revalidate on port additions and deletions.Ethan Jackson
2011-09-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-30Remove a pair of unnecessary dependencies on datapath-protocol.h.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-29in-band: Classifier rules should use OpenFlow ports.Jesse Gross
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-26Implement "native VLAN" feature.Ben Pfaff
2011-09-26ofproto-dpif: Get rid of OFP_VLAN_NONE pollution.Ben Pfaff
2011-09-26ofproto-dpif: Fix VLAN and other field handling in OFPP_NORMAL.Ben Pfaff
2011-09-23ofproto-dpif: Flush flows before dpif_recv_set_mask().Jesse Gross
2011-09-19sflow: Use ODP-port number to lookup ifindex.Pravin Shelar
2011-09-16ofproto-dpif: Fix behavior when a subset of VLANs is trunked.Ben Pfaff
2011-09-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-15ofproto-dpif: Revalidate on cfm and lacp addition.Ethan Jackson
2011-09-15ofproto: Remove dummy 'in_port' variable.Ben Pfaff
2011-09-13ofproto-dpif: Optimize flow revalidation for MAC learning.Ben Pfaff
2011-09-13ofproto-dpif: Introduce an enum for the number of tables.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13ofproto: Reinterpret meaning of OpenFlow hard timeouts with OFPFC_MODIFY.Ben Pfaff
2011-09-13ofproto-dpif: Add -generate option to ofproto/trace command.Ben Pfaff
2011-09-13ofproto: Mark some parameters 'const'.Ben Pfaff
2011-09-13ofproto: Add 'ofproto' parameter to most flow_mod functions.Ben Pfaff
2011-09-13ofproto: Avoid using list_size() to compute length of 'pending' list.Ben Pfaff
2011-09-12ofproto-dpif: Emit set_tunnel when required to.Ethan Jackson
2011-09-12ofproto-dpif: Fix check for 802.1Q header in commit_odp_actions().Ben Pfaff
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-09-09cfm: Write remote MPIDs to the database.Ethan Jackson
2011-09-09cfm: New cfm extended mode.Ethan Jackson
2011-09-09ofproto: Document that ->rule_construct() should uninitialize victim rules.Ben Pfaff
2011-09-09ofproto: Fix documentation for calls to ->rule_destruct().Ben Pfaff
2011-09-08ofproto-dpif: Drop special packets more judiciously.Ethan Jackson
2011-09-08lacp: Clean up LACP module interface.Ethan Jackson
2011-08-24docs: Add Makefile rule to check syntax of manpages.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-19ofproto-dpif: Delete MAC learning entries when they expire.Ben Pfaff
2011-08-16ofproto: Update 'struct facet''s comments.Ethan Jackson