aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-29netdev-linux: Fix stats for ovs internal device.Pravin B Shelar
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-21bond: Incorrectly reported an error in appctl.Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff
2012-02-27Make the string parameters const for do_flow_mod__()Simon Horman
2012-02-27dynamic-string: Document a few functions.Ben Pfaff
2012-02-27ofp-util: Remove duplicate declaration of ofputil_decode_packet_in()Simon Horman
2012-02-27jsonrpc: Document some functions.Ben Pfaff
2012-02-27jsonrpc: Make jsonrpc_error() internal.Ben Pfaff
2012-02-27vlog: Be more liberal in syntax for -v and vlog/set.Ben Pfaff
2012-02-27docs: Consistently format each form of an option on a separate line.Ben Pfaff
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-15packets: New function packet_get_tcp_flags(), factored out of dpif.Ben Pfaff
2012-02-14netdev-linux: Factor out duplicate ifi_flags update code.Ben Pfaff
2012-02-14netdev-linux: Use 'unsigned int's to track device flags.Ethan Jackson
2012-02-14netdev-linux: Cache flags using netlink.Ethan Jackson
2012-02-14netdev-linux: Get carrier from ioctl instead of sysfs.Ethan Jackson
2012-02-09ofp-print: Fix compiler warning.Ethan Jackson
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: New function ofputil_encode_barrier_request().Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-09ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff
2012-02-08cfm: Expose detailed fault status in the database.Ethan Jackson
2012-02-08ofp-print: Fix up doubled "break;".Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07ofp-print: Merge two cases in ofp_to_string__().Ben Pfaff
2012-02-07coverage: Time out the coverage hash suppression once a day.Ben Pfaff
2012-02-03flow: Rename 'tp_addr' field in flow_hash_symmetric_l4().Ethan Jackson
2012-02-02cfm: Support high priority CCM broadcasts.Ethan Jackson
2012-02-02stp: Log topology change events.Ethan Jackson
2012-02-02cfm: Allow manual override of CFM fault status.Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02nx-match: Factor redundant code out of nx_put_match().Ben Pfaff
2012-02-02flow: Add a couple of missing build assertions on FLOW_WC_SEQ.Ben Pfaff
2012-02-02daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff
2012-02-02ovsdb-client: Add optional timestamps to "monitor" command output.Ben Pfaff
2012-02-02ovsdb-client: Improve manpage.Ben Pfaff
2012-02-02hash: Convert macros to inline functions.Ben Pfaff
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-02-01mac-learning: Increase MAC learning timeout to 300 seconds.Ben Pfaff
2012-02-01heap: New library that implements a binary heap-based priority queue.Ben Pfaff
2012-02-01timeval: New function time_boot_msec(), factored out of vlog.Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff