Make dpif_close() accept a null pointer.
[sliver-openvswitch.git] / lib / dpif.c
2008-11-27 Ben PfaffMake dpif_close() accept a null pointer.
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-11 Ben PfaffGet rid of OFP_MAXLEN.
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-05-28 Ben PfaffIgnore NLMSG_DONE Netlink messages in dpif.
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-05 Ben PfaffFix a secure channel memory leak that appears only...
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-24 Ben PfaffGet rid of build dependency on netlink-related headers...
2008-04-24 rootFix problem in sending netlink messages on non-32-bit...
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
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-04 Martin CasadoInitial import