Python binaries to write comment in db show-log while updating database
[sliver-openvswitch.git] / lib /
2012-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-04-06 Mehak MahajanAdded handling of previously ignored cfm faults.
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-03-30 Simon HormanAdd some missing Open Flow 1.1 definitions
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-28 Ben Pfaffovsdb-idl: Fix memory leak writing synthetic rows in...
2012-03-27 Ben Pfaffdpif-netdev: Correct type of struct dp_netdev_flow...
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-27 Ben Pfaffofp-errors: Use OF1.1+ in place of OF1.1 throughout.
2012-03-27 Ben Pfaffofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-03-23 Ben Pfaffunixctl: Fix bad log message on error path.
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2012-03-22 Pravin B Shelarnetdev: Rename netdev->get_status() to netdev->get_drv_...
2012-03-21 Ben Pfaffhmap: New function hmap_contains().
2012-03-21 Ben Pfafflearn: Initialize cookie_mask in constructed flow_mod.
2012-03-20 Ethan Jacksoncfm: Support random VLAN tag for CCM PDUs.
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2012-03-15 Ben Pfaffmeta-flow: Don't dereference NULL sf->field in mf_forma...
2012-03-15 Ben Pfaffofp-util: Fix typo in comment.
2012-03-12 Thomas Goiranddoc: Fix typo in manpage.
2012-03-09 Ethan Jacksonnetdev: Consistently use 'enum netdev_features'.
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from do_get_ifindex().
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from get-features.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from set-policing.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from ether-addr ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from mtu ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache drv-info for net device.
2012-03-08 Ben Pfaffnetdev-linux: Use "read", not "recv", for tap devices.
2012-03-08 Ben Pfaffstream-unix: Do not bind a name for client sockets.
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2012-03-07 Ben Pfaffnetdev-linux: Fix build failure with old kernel headers.
2012-03-07 Ethan Jacksonlacp: Notify LACP module when carrier changes.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-07 Ben Pfaffofp-util: Don't decode some OF1.1 messages as OF1.0...
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben Pfaffofp-util: Add functions for working with OpenFlow 1...
2012-03-07 Ben Pfaffofp-print: Print OpenFlow version number of message...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-07 Ben Pfaffofp-print: Remove unused function ofp_message_type_to_s...
2012-03-05 Pravin B Shelarnetdev-linux: Make netdev_set_policing coverage counter...
2012-03-02 Ben Pfaffnetdev: Fix typo in error message.
2012-02-29 Pravin B Shelarnetdev-linux: Fix stats for ovs internal device.
2012-02-29 Ben Pfafftimeval: Add "time/stop" unixctl command, for use in...
2012-02-28 Ben Pfaffdpif-linux: Make dpif_linux_port_query_by_name() query...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-02-21 Ethan Jacksonbond: Incorrectly reported an error in appctl.
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffofp-util: New functions for string versions of ofp_pack...
2012-02-27 Simon HormanMake the string parameters const for do_flow_mod__()
2012-02-27 Ben Pfaffdynamic-string: Document a few functions.
2012-02-27 Simon Hormanofp-util: Remove duplicate declaration of ofputil_decod...
2012-02-27 Ben Pfaffjsonrpc: Document some functions.
2012-02-27 Ben Pfaffjsonrpc: Make jsonrpc_error() internal.
2012-02-27 Ben Pfaffvlog: Be more liberal in syntax for -v and vlog/set.
2012-02-27 Ben Pfaffdocs: Consistently format each form of an option on...
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-15 Ben Pfaffpackets: New function packet_get_tcp_flags(), factored...
2012-02-15 Ben Pfaffnetdev-linux: Factor out duplicate ifi_flags update...
2012-02-15 Ethan Jacksonnetdev-linux: Use 'unsigned int's to track device flags.
2012-02-15 Ethan Jacksonnetdev-linux: Cache flags using netlink.
2012-02-15 Ethan Jacksonnetdev-linux: Get carrier from ioctl instead of sysfs.
2012-02-09 Ethan Jacksonofp-print: Fix compiler warning.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: New function ofputil_encode_barrier_request().
2012-02-09 Ben Pfaffovs-ofctl: Add "packet-out" command.
2012-02-09 Ben PfaffAdd support for parsing and printing OFPFF_* flags.
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-09 Ben Pfaffovs-ofctl: Allow priority and timeout to be specified...
2012-02-09 Ethan Jacksoncfm: Expose detailed fault status in the database.
2012-02-08 Ben Pfaffofp-print: Fix up doubled "break;".
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-07 Ben Pfaffofp-print: Merge two cases in ofp_to_string__().
2012-02-07 Ben Pfaffcoverage: Time out the coverage hash suppression once...
2012-02-03 Ethan Jacksonflow: Rename 'tp_addr' field in flow_hash_symmetric_l4().
2012-02-03 Ethan Jacksoncfm: Support high priority CCM broadcasts.
2012-02-03 Ethan Jacksonstp: Log topology change events.
2012-02-03 Ethan Jacksoncfm: Allow manual override of CFM fault status.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-03 Ben Pfaffnx-match: Factor redundant code out of nx_put_match().
2012-02-03 Ben Pfaffflow: Add a couple of missing build assertions on FLOW_...
2012-02-03 Ben Pfaffdaemon: New function daemon_save_fd() to preserve fds...
2012-02-03 Ben Pfaffovsdb-client: Add optional timestamps to "monitor"...
2012-02-03 Ben Pfaffovsdb-client: Improve manpage.
2012-02-02 Ben Pfaffhash: Convert macros to inline functions.
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
next