datapath: omit _mod from module names
[sliver-openvswitch.git] / lib /
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.
2012-02-01 Ben Pfaffmac-learning: Increase MAC learning timeout to 300...
2012-02-01 Ben Pfaffheap: New library that implements a binary heap-based...
2012-02-01 Ben Pfafftimeval: New function time_boot_msec(), factored out...
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2012-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2012-02-01 Ben PfaffAdd a few 'const's.
2012-01-31 Ben Pfaffsflow_agent: Use snprintf() in place of sprintf().
2012-01-30 Ethan Jacksonbond: Allow users to disable rebalancing.
2012-01-30 Ben Pfafftable: Avoid segmentation fault when printing an empty...
2012-01-28 Gurucharan Shettyvlog: Change the default timestamp structure.
2012-01-27 Ben Pfaffodp-util: Describe invalid keys and actions in more...
2012-01-25 Pravin B Shelarnetdev-linux: Add MTU check before setting MTU.
2012-01-25 Ethan Jacksonstp: Allow manual topology change events.
2012-01-25 Ethan Jacksonstp: Flush MAC table on topology change.
2012-01-25 Ethan Jacksonmac-learning: Only revalidate relevant flows upon flush.
2012-01-23 Ethan Jacksoncfm: Log more aggressively amidst packet loss.
2012-01-23 Ethan Jacksonlacp: Require successful LACP negotiations when configured.
2012-01-19 Ben Pfaffdummy: Make --enable-dummy=override replace all dpifs...
2012-01-17 Ethan Jacksonbond: Revalidate when lacp_negotiated status changes.
2012-01-17 Ethan Jacksonbond: Sort slaves in ovs-appctl bond/show.
2012-01-17 Ethan Jacksonbond: Support ovs-appctl bond/show without arguments.
2012-01-16 Ben Pfaffdpif: Log each operation in dpif_operate().
2012-01-16 Ben Pfaffdpif: Change provider interface to consistently use...
2012-01-16 Ben Pfaffdpif: Factor 'type' and 'error' out of individual dpif_...
2012-01-16 Ben Pfaffofproto-dpif: Implement self-check of flow translations.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-13 Ben Pfaffnetdev-dummy: Fix use-after-free error.
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2012-01-13 Ben Pfaffmultipath: Correctly calculate number of required desti...
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffdpif-netdev: Make port numbers predictable for dummy...
2012-01-12 Ben Pfaffofp-util: Extend message decoding data structures with...
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-11 Justin PettitDon't specify program name in passive connection man...
2012-01-11 Ben Pfaffovsdb-data: Short-circuit ovsdb_datum_includes_all...
next