New function stp_set_bridge_id() to change the bridge ID of a running STP.
[sliver-openvswitch.git] / include / Makefile.am
2008-09-15 Ben PfaffFix "make distcheck".
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-29 Ben PfaffAdd support for extensions submodule.
2008-08-26 Ben PfaffNew header for saturating arithmetic.
2008-07-30 Ben Pfaffvconn: Introduce infrastructure for stream socket-based...
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
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-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-26 Ben PfaffAdd missing header to Makefile.am.
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-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
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-20 Justin PettitMake sure all the needed SSL files are included in...
2008-03-04 Martin CasadoInitial import