aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-22ofproto-dpif-governor: Fix bug in log message.Ben Pfaff
2012-05-09ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "internal flows" for handling flow table misses.Ben Pfaff
2012-05-09ofproto-dpif: Move code closer to left margin in facet_check_consistency().Ben Pfaff
2012-05-09ofproto-dpif: Factor parts of update_stats() out into separate functions.Ben Pfaff
2012-05-09odp-util: Change user_action_cookie from struct to union.Ben Pfaff
2012-05-09ofproto-dpif: Clean up and centralize sFlow logic.Ben Pfaff
2012-05-09odp-util: Use switch for checking values of an enum.Ben Pfaff
2012-05-09ofproto-dpif: Minor style fix.Ben Pfaff
2012-05-09ofproto: Don't limit flows in OpenFlow tables by default.Ben Pfaff
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-07ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-07ofproto-dpif: Accept OpenFlow-like flows in "ofproto/trace".Ben Pfaff
2012-05-07ofproto-dpif: Factor out VLAN splinter flow adjustment into new function.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-02ofproto: Rate-limit STP status errors on non-existent ports.Justin Pettit
2012-04-30connmgr: Log when controllers are added and removed.Ben Pfaff
2012-04-26rconn: Simplify rconn_send() semantics.Ethan Jackson
2012-04-23ofproto: Fix use-after-free error when ports disappear.Ben Pfaff
2012-04-18ofproto-dpif: Avoid extra flow copy in xlate_actions() for unneeded warnings.Ben Pfaff
2012-04-18ofproto-dpif: Avoid extra flow copy in xlate_actions() if no mirrors.Ben Pfaff
2012-04-18ofproto-dpif: Avoid calling get_ofp_port() twice in xlate_normal().Ben Pfaff
2012-04-18ofproto-dpif: Implement "flow setup governor" to speed up many short flows.Ben Pfaff
2012-04-18ofproto-dpif: Avoid malloc() in common case for "execute" operations.Ben Pfaff
2012-04-18ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff
2012-04-18ofproto-dpif: Avoid malloc() of "struct flow_miss".Ben Pfaff
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18ofproto-dpif: Avoid malloc() in common case for allocating subfacets.Ben Pfaff
2012-04-18ofproto-dpif: Move definition of "struct subfacet" earlier.Ben Pfaff
2012-04-18ofproto-dpif: Avoid computing flow hash multiple times.Ben Pfaff
2012-04-18ofproto-dpif: Avoid malloc() in common cases for xlate_actions().Ben Pfaff
2012-04-18ofproto-dpif: Don't do an extra flow translation when removing facets.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-04-18ofproto-dpif: Drop unneeded _SAFE from iteration in handle_flow_miss().Ben Pfaff
2012-04-17socket-util: Remove DSCP_INVALID.Ethan Jackson
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-04-05Revert "Granular link health statistics for cfm."Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-28Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff
2012-03-23ofproto: Optimize internal device MTU updatePravin B Shelar
2012-03-22ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson
2012-03-21ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff
2012-03-21ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff
2012-03-21ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff
2012-03-19configure: Remove --with-build-number.Ben Pfaff