python: Honor zero probe interval in reconnect.py
[sliver-openvswitch.git] / lib /
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-03-28 Ben Pfaffovsdb-idl: Fix memory leak writing synthetic rows in...
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-24 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-24 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-03-23 Ben Pfaffunixctl: Fix bad log message on error path.
2012-03-21 Ben Pfaffhmap: New function hmap_contains().
2012-03-21 Ben Pfafflearn: Initialize cookie_mask in constructed flow_mod.
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-19 Thomas Goiranddoc: Fix typo in manpage.
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-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 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-03-08 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-03-08 Ethan Jacksonbond: Incorrectly reported an error in appctl.
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2012-03-05 Pravin B Shelarnetdev-linux: Make netdev_set_policing coverage counter...
2012-03-02 Ben Pfaffnetdev: Fix typo in error message.
2012-03-02 Ben Pfafftimeval: Add "time/stop" unixctl command, for use in...
2012-02-29 Pravin B Shelarnetdev-linux: Fix stats for ovs internal device.
2012-02-28 Ben Pfaffdpif-linux: Make dpif_linux_port_query_by_name() query...
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...
next