Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / secchan / secchan.c
2008-11-21 Ben PfaffGet rid of unused parameter to rate_limit_start().
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-27 Ben PfaffAdd a warning when secchan is invoked with a controller...
2008-10-27 Ben PfaffAdd Nicira extension for remote command execution.
2008-10-27 Ben PfaffChange the secchan "hook" mechanism to be easier to...
2008-10-24 Ben PfaffBreak secchan into multiple files, to make it more...
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
2008-10-15 Ben Pfaffsecchan: Make sure fail-open doesn't drop the first...
2008-10-14 Ben PfaffRework STP implementation in controller.
2008-10-14 Ben PfaffSet DHCP maximum retransmission timeout to 3 seconds...
2008-10-14 Ben Pfaffsecchan: Log switch datapath id at startup.
2008-10-14 Ben Pfaffsecchan: Remove unhelpful STP-related log message.
2008-10-14 Ben Pfaffsecchan: Increase max number of local_cbs to accommodat...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-14 Ben PfaffNo problum any more.
2008-10-14 Justin PettitConditionally leave out a few more things if "--enable...
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-10 Ben Pfaffrconn: Be pickier about what constitutes a successful...
2008-10-10 Ben PfaffFix inaccurate log message.
2008-10-09 Ben PfaffRemove secchan dependence on Netlink for connecting...
2008-09-23 Ben PfaffDisable STP in secchan by default (but let --stp enable...
2008-09-23 Ben Pfaffstp: Turn off STP on ports that are disabled or have...
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-20 Ben PfaffDrop port_watcher support for editing ports.
2008-09-20 Ben PfaffGet rid of per-port STP implemented bits, by reducing...
2008-09-19 Ben PfaffAdd the ability to disable the STP implementation.
2008-09-16 Ben PfaffMake "controller nl:0" work again, by fixing a layering...
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-15 Ben PfaffFix handling of port flags.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Ben PfaffFix uninitialized data read in secchan.
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-06 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRevert "Do not send in-band control traffic to the...
2008-09-04 Ben PfaffRename struct queue to struct ofp_queue.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-02 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-02 Ben PfaffMinimal fix for in-band control loop with hub.
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 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 Pfaffsecchan: Improve logging when rejecting a controller...
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 PfaffMove Autoconf's macro definitions into config.h.
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 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 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
next