Remove duplicate prefixes on switch-status items.
[sliver-openvswitch.git] / secchan /
2008-08-28 Ben PfaffRemove duplicate prefixes on switch-status items.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-27 Ben PfaffAllow multiple -l or --listen options on secchan comman...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-13 Ben PfaffPrint OpenFlow ref. impl. and protocol versions at...
2008-08-12 Ben PfaffPrevent the secchan from dying due to SIGPIPE.
2008-08-12 Ben PfaffReduce default burst limit to rate limit / 4.
2008-08-12 Ben PfaffImplement rate limiting in secchan.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-08-12 Ben PfaffInitialize the timetracking module in each userspace...
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-07-30 Ben PfaffClean up secchan code.
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben PfaffFix typo in comment.
2008-07-28 Ben PfaffDrop unnecessary conditional and incorrect comment.
2008-07-24 Ben PfaffMerge branch 'locking'
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 Pfaffsecchan: Improve logging when rejecting a controller...
2008-07-23 Ben PfaffNew program ofp-discover.
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-21 Ben PfaffDon't include unneeded header file.
2008-07-21 Ben PfaffDon't unnecessarily link against -lresolv and -ldl.
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-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 Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben PfaffAdd new --max-backoff option to secchan and switch...
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben PfaffAnswer ARP requests from controller directly in secchan.
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 PfaffFix typo in user message.
2008-06-26 Ben PfaffDon't special-case broadcast packets in in-band mode.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-13 Ben PfaffSet fail-open explicitly as default.
2008-06-09 Ben PfaffMove manpages from man directory to next to their programs.
2008-06-09 Ben PfaffAdd "fail open" feature to secchan.
2008-05-28 Ben PfaffFix use-after-free bug.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-05 Ben PfaffFix memory leak in secure channel.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffAllow secchan to listen for management connections...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 casado- Turn off ssl support by default
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffFix arguments to printf in usage message.
2008-03-19 Ben PfaffAdd missing #include.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-13 Ben PfaffFix backoff.
2008-03-04 Martin CasadoInitial import