sliver-openvswitch.git
2008-07-28 Ben PfaffDrop unnecessary conditional and incorrect comment.
2008-07-28 Ben PfaffBe slightly pickier about going into fail-open mode.
2008-07-28 Ben PfaffAvert GCC false-positive warning.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben PfaffDon't invoke Debconf from openflow-switch postinst.
2008-07-24 Ben Pfaffvlog: Reduce syslog level of VLL_EMER messages to LOG_A...
2008-07-24 Ben Pfaffvlog: Send multi-line log messages to syslog() one...
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
2008-07-23 Ben PfaffFix kdist_clean target in debian/rules.
2008-07-23 Ben PfaffUpdate Debconf templates PO file.
2008-07-23 Ben PfaffDon't log messages to the console by default in Debian...
2008-07-23 Ben PfaffBe less picky about precise name of process in init...
2008-07-23 Ben PfaffOnly generate private key and certificate request if...
2008-07-23 Ben PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben PfaffSupport controller discovery in Debian packages.
2008-07-23 Ben PfaffNew utility ofp-kill.
2008-07-23 Ben PfaffNew function make_pidfile_name().
2008-07-23 Ben Pfaffsecchan: Improve logging when rejecting a controller...
2008-07-23 Ben PfaffLock pidfiles with fcntl and create them atomically.
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 PfaffGet rid of now-excessive levels of indirection in hwtab...
2008-07-21 Ben PfaffVerify that sleeping is allowed in chain contexts where...
2008-07-21 Ben PfaffDon't need 'deleted' member of struct flow.
2008-07-21 Ben PfaffDon't use atomic_t for tracking table flow counts.
2008-07-21 Ben PfaffGet rid of unnecessary synchronization in tables.
2008-07-21 Ben PfaffProperly synchronize dp_dev destruction.
2008-07-21 Ben PfaffSimplify use of dp_mutex.
2008-07-21 Ben PfaffGet rid of useless use of rcu_read_lock.
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.
next