Modify OpenFlow commands related to ports to be more expressive.
[sliver-openvswitch.git] / lib / Makefile.am
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-12 Ben PfaffImplement signal-driven time tracking.
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben Pfaffvconn: Introduce infrastructure for stream socket-based...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-28 Ben PfaffMove netdev from switch to lib.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-03-28 Ben PfaffCompile, but do not distribute, the generate file dhpar...
2008-03-28 Justin PettitRemove explicit addition of auto-generated dhparams...
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-28 Ben PfaffAdd 1024-bit Diffie-Hellman parameters to vconn-ssl.
2008-03-20 Justin PettitMake sure all the needed SSL files are included in...
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffRemove support for 512- and 1024-bit Diffie-Hellman.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import