Fix compiler warning about mismatch with format type.
[sliver-openvswitch.git] / include /
2008-05-07 Justin PettitMark the "vlan_eth_header" struct as packed, because...
2008-05-05 Justin PettitClean-up OpenFlow main header a bit.
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffDrop prototype for function that does not exist.
2008-05-02 Ben PfaffNew utility function xmemdup().
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffFix openflow.h compilation with GCC 2.95.
2008-04-28 Ben PfaffAdd missing NLM_F flags constants (oops).
2008-04-28 Ben PfaffFix typo in comment.
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-26 Ben PfaffImprove list traversal macros.
2008-04-26 Ben PfaffAdd missing header to Makefile.am.
2008-04-24 Ben PfaffGet rid of build dependency on netlink-related headers...
2008-04-22 Justin PettitAdd priority field to flow_mod...code to support this...
2008-04-21 Justin PettitMark structures as packed that cause alignment problems...
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Justin Pettit- Keep datapath config in host-byte order (and fix...
2008-04-16 Justin PettitUse new OpenFlow protocol versioning scheme.
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
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-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
2008-04-04 Ben PfaffAdd vlog functions and macros for testing whether a...
2008-04-01 Ben PfaffAdd comments to queue module.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
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 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffImprove comment.
2008-03-28 Ben PfaffAdd tag to enum for OpenFlow statistics type.
2008-03-28 Ben PfaffNew function list_replace(), to replace a list element...
2008-03-28 Ben PfaffAdd pointers to headers to buffer, and initialize them...
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 PfaffMake vlog preserve errno.
2008-03-28 Ben PfaffAdd additional definitions for Ethernet addresses and...
2008-03-28 Ben PfaffFix LIST_FOR_EACH_SAFE macro.
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-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import