For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / controller /
2009-01-06 Ben PfaffRemove userspace switch in favor of the superior usersp...
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-29 Ben PfaffFix parsing of logging options in OpenFlow controller.
2008-10-23 Ben PfaffUpdate manpages to mention new --log-file option.
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-23 Ben PfaffMake pkidir, rundir, logdir modifiable from "configure...
2008-10-23 Ben PfaffMake the format of vlog messages user-configurable.
2008-10-23 Justin PettitSwitch default OpenFlow port from 975 and 976 to 6633.
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
2008-10-16 Ben PfaffRevamp build system to make it easier to integrate...
2008-10-14 Ben PfaffRework STP implementation in controller.
2008-10-09 Ben PfaffFix use-after-free error.
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-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-12 Ben PfaffPrevent the secchan from dying due to SIGPIPE.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffInitialize the timetracking module in each userspace...
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
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 PfaffMake facility and level optional in -v, --verbose options.
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-09 Ben PfaffMove manpages from man directory to next to their programs.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-06-09 Ben PfaffOnly log unprocessed packets in the controller if debug...
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-03 Justin PettitSend the features request before the set config to...
2008-04-25 Ben PfaffDrop stray debug messages.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
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 PfaffBreak data_hello and control_hello messages into multip...
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
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 abstraction of packet queue, and use it in the...
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-04 Martin CasadoInitial import