aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-21bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff
2012-08-16netdev: Map to OpenFlow port for flow lookupEd Maste
2012-08-13rconn: Treat draining a message from the send queue as activity.Ben Pfaff
2012-08-13rconn: Remove unused functions.Ben Pfaff
2012-08-03datapath: Relax set header validation.Jesse Gross
2012-08-03flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff
2012-08-01flow: Fix wild pointer dereference in flow_compose().Ethan Jackson
2012-07-11cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff
2012-07-05ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff
2012-06-26lib: Do not assume sig_atomic_t is int.Ed Maste
2012-06-25ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff
2012-06-25dpif-linux: Zero 'stats' outputs of dpif_operate() ops on failure.Ben Pfaff
2012-06-13vlog: Avoid use-after-free in corner case.Ben Pfaff
2012-06-09dpif-netdev: Fix use-after-free in dpif_netdev_recv.Ben Pfaff
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-16dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri
2012-05-14ofputil: Accept OFPP_NONE as a valid output port.Ethan Jackson
2012-05-14fatal-signal: Log when terminating due to a fatal signal.Ben Pfaff
2012-05-14ofp-util: Match on NXAST_CONTROLLER as an output to OFPP_CONTROLLER.Ben Pfaff
2012-05-14cfm: Avoid null pointer dereference in cfm_process_heartbeat().Ben Pfaff
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.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-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-09odp-util: Fix typo in comment.Ben Pfaff
2012-05-08ofp-util: Factor out determining physical port size.Justin Pettit
2012-05-08ofp-util: Add ofputil_switch_features_ports_trunc function.Justin Pettit
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-07ofp-parse: New function parse_ofp_exact_flow().Ben Pfaff
2012-05-07ofp-util: Avoid ovs_fatal() in ofputil_parse_key_value().Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-01ofp-print: Add some more white space to flow dumps.Ben Pfaff
2012-05-01netdev: Document use for get_etheraddr member of struct netdev_class.Ben Pfaff
2012-04-30cfm: Avoid constructing log message that will be dropped by rate-limiting.Ben Pfaff
2012-04-27meta-flow: Correctly set destination MAC in mf_set_flow_value().Ben Pfaff
2012-04-26rconn: Simplify rconn_send() semantics.Ethan Jackson
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-04-26coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff
2012-04-26coverage: Rate-limit logging coverage information.Ben Pfaff
2012-04-26timeval: Rate-limit logging rusage information.Ben Pfaff
2012-04-26cfm: Log fault status changes more informatively.Ben Pfaff
2012-04-26json: Correct position tracking in JSON parser implementations.Ben Pfaff
2012-04-25jsonrpc: Keep jsonrpc_recv() from taking over the CPU.Ben Pfaff
2012-04-25Fix memory leaks.Ben Pfaff
2012-04-25Add OXM data to mf_fieldsSimon Horman
2012-04-20automake: ofp-errors.[c|inc] are actually inside srcdirAnsis Atteka