aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-04-18ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff
2012-04-18classifier: Optimize search of "catchall" table.Ben Pfaff
2012-04-18mac-learning: Speed up mac_table_hash().Ben Pfaff
2012-04-18hash: Speed up hash_bytes().Ben Pfaff
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-18netlink-socket: Remove unnecessary #include.Ben Pfaff
2012-04-18netlink: Postpone choosing sequence numbers until send time.Ben Pfaff
2012-04-18dpif-linux: Avoid malloc() in dpif_linux_operate().Ben Pfaff
2012-04-18ofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_uninit_pointer().Ben Pfaff
2012-04-18netlink-socket: Avoid forcing a reply for final message in a transaction.Ben Pfaff
2012-04-18dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-04-18ofproto-dpif: Keep subfacet "used" times more up-to-date.Ben Pfaff