sliver-openvswitch.git
2008-07-23 Ben PfaffNew program ofp-discover.
2008-07-23 Ben PfaffAdd SIGALRM to blockable fatal signals.
2008-07-23 Ben Pfaffdhcp: Always build test-dhcp-client.
2008-07-23 Ben Pfaffdhcp: Fix race condition in test-dhcp-client.
2008-07-23 Ben Pfaffdhcp: Only print "entering" message if state actually...
2008-07-23 Ben Pfaffdhcp: Don't attempt to drain netdev if we ran out of...
2008-07-23 Ben Pfaffdhcp: Make output of dhcp_option_to_string() more unifo...
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-22 Ben Pfaffdhcp: Be more precise about updating 'changed' flag.
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-22 Ben Pfaffdpctl: Get rid of effectively unused variable.
2008-07-21 Ben PfaffDon't include unneeded header file.
2008-07-21 Ben PfaffDo the Debian package build in a _debian subdirectory.
2008-07-21 Ben PfaffDon't unnecessarily link against -lresolv and -ldl.
2008-07-21 Ben PfaffDistribute new rculist.h headers.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-21 Ben PfaffDon't explicitly link against libdl.
2008-07-21 Ben PfaffOnly link programs that need it against OpenSSL.
2008-07-21 Ben PfaffMake openflow.h SWIG-friendly.
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-07-18 Ben PfaffUse an IP ID of 0 for transmitted DHCP packets.
2008-07-18 Ben PfaffDiscovery.
2008-07-18 Ben PfaffDon't truncate flooded packets at the amount sent up...
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: New function vconn_ssl_is_configured().
2008-07-18 Ben Pfaffvconn: Add assertions to vconn_send() to check consiste...
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben PfaffAdd new --max-backoff option to secchan and switch...
2008-07-18 Ben Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Push detection of send errors into try_send().
2008-07-18 Ben Pfaffrconn: Time out connection attempts when the backoff...
2008-07-18 Ben Pfaffrconn: Log when a connection attempt starts.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: add ability to set IPv4 addresses and add a...
2008-07-18 Ben Pfaffnetdev: Add ability to permanently set device flags.
2008-07-18 Ben Pfaffnetdev: Use SOCK_RAW instead of SOCK_PACKET.
2008-07-18 Ben Pfaffnetdev: Add more functions for manipulating device...
2008-07-18 Ben Pfaffnetdev: New function netdev_drain().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben Pfaffnetdev: Do not modify the caller's buffer in netdev_send().
2008-07-18 Ben Pfaffpackets: Make flow_extract() output a pointer to L7...
2008-07-18 Ben Pfaffpackets: New macros for detecting IP fragments.
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-18 Ben Pfaffpackets: Distinguish max Ethernet length with and witho...
2008-07-18 Ben Pfaffpackets: New IP header macros.
2008-07-18 Ben Pfaffpackets: Make Ethernet broadcast address available...
2008-07-18 Ben Pfaffbuffer: New functions buffer_reserve(), buffer_push(),
2008-07-18 Ben Pfaffbuffer: Rename buffer_reserve_headroom to buffer_preall...
2008-07-18 Ben Pfaffbuffer: Make buffer_pull() return the start of the...
2008-07-18 Ben PfaffNew function xmemdup0().
2008-07-18 Ben PfaffNew function ds_clear().
2008-07-18 Ben PfaffNew function random_range().
2008-07-18 Ben PfaffNew header file timeval.h for time-related functionality.
2008-07-18 Ben PfaffNew header file "type-props.h" for testing properties...
2008-07-18 Ben PfaffSet skb->dev before calling netif_rx().
2008-07-18 Ben PfaffFix "make dist".
2008-07-18 Ben PfaffBy default, log to syslog also.
2008-07-18 Ben PfaffLog an error when the time is negative at vlog startup.
2008-07-18 Ben PfaffFix behavior when system date is negative.
2008-07-18 Ben PfaffAnswer ARP requests from controller directly in secchan.
2008-07-18 Ben PfaffNew function eth_addr_is_zero().
2008-07-18 Ben PfaffNew function netdev_arp_lookup().
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-17 Ben PfaffAssert on structure sizes in openflow.h.
2008-07-17 Ben PfaffAdjust OpenFlow to have same structure layout on 32...
2008-07-16 Ben PfaffInclude date and time in vlog messages.
2008-07-15 Ben PfaffAdd "probe" command to dpctl.
2008-07-15 Ben PfaffPrevent switch implementations from complaining about...
2008-07-09 Ben PfaffFix typo in comment.
2008-07-03 Ben PfaffFix typo in comment.
2008-07-01 Ben PfaffFix segfault when SSL_connect or SSL_accept reports...
2008-07-01 Ben PfaffAnnounce fail-open mode more aggressively in secchan.
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffAdd "benchmark" command to work like "benchmark-nl...
2008-07-01 Ben PfaffAdd "ping" command to dpctl for testing echo requests.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-07-01 Ben PfaffFix -v, --verbose options to userspace programs.
2008-07-01 Ben PfaffFix typo in user message.
2008-07-01 Ben PfaffFix commit 8bdd107e0 (jiffies linking error) when not...
2008-07-01 Justin PettitImprove flow handling in dpctl.
2008-07-01 Justin PettitDon't allow adding a flow entry with an output port...
2008-07-01 Justin PettitDon't allow adding a flow entry with an output port...
2008-07-01 David EricksonFixed a linking collision where jiffies have been backp...
2008-06-26 Ben PfaffModified the naming scheme for hardware tables.
2008-06-26 Ben PfaffDon't special-case broadcast packets in in-band mode.
2008-06-26 Justin PettitFix extraction of flow data from match structure.
2008-06-26 Justin PettitFix a couple of problems when modifying VLAN tags.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-26 Justin PettitFix VLAN modification action in kernel switch.
2008-06-24 Justin PettitAdd printing of all supported action types.
2008-06-23 Ben PfaffDrop "send_openflow_skb: send failed: -3" warning.
next