sliver-openvswitch.git
2008-05-03 Justin PettitSend the features request before the set config to...
2008-05-03 Ben PfaffAdd build directory to include path.
2008-05-03 Ben PfaffSuppress Automake warnings about GNU make extensions...
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffReduce spurious recompilations for Linux 2.4 datapath.
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
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 PfaffConvert tabs to spaces to fix indentation issues.
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 PfaffClear padding bytes in fill_flow_stats(), to avoid...
2008-05-02 Ben PfaffInitialize n_flows member in table-hash.
2008-05-02 Ben PfaffInitialize rconn "connected" member.
2008-05-02 Ben PfaffNew utility function xmemdup().
2008-05-01 Justin PettitAdd support for OFPP_TABLE virtual port to user-space...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-30 Ben PfaffRevamp OpenFlow kernel module build system.
2008-04-29 Justin PettitFix problem displaying duration when printing flow...
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-29 Ben PfaffRename variables with duplicate names, so as to be...
2008-04-29 Ben PfaffGet rid of union in struct sw_flow, because only one...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-28 Justin PettitBUG #6
2008-04-28 Ben PfaffAdd missing NLM_F flags constants (oops).
2008-04-28 Ben PfaffEnable the netlink library to dump more verbose debug...
2008-04-28 Ben PfaffMake nl_sock_sendv properly implement 'wait' option.
2008-04-28 Ben PfaffFix typo in comment.
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin PettitBUG #5
2008-04-26 Justin PettitPrint the configuration of the switch in addition to...
2008-04-26 Justin PettitAdd support for deleting flow entries with "del-flows...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-26 Justin PettitFix problem where the add_flow command is reading an...
2008-04-26 Ben PfaffImprove list traversal macros.
2008-04-26 Ben PfaffAdd missing header to Makefile.am.
2008-04-25 Ben PfaffDrop stray debug messages.
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-23 rootCHECKSUM_COMPLETE and CHECKSUM_PARTIAL were added Linux...
2008-04-23 rootTolerate ENOBUFS from kernel netlink code in second...
2008-04-23 Ben PfaffSupport NETLINK_ADD_MEMBERSHIP even when compiled with...
2008-04-23 Ben PfaffHandle memory allocation failure in dp_output_control().
2008-04-23 Ben PfaffMark functions not meant to be exported as static.
2008-04-22 Justin PettitAdd priority field to flow_mod...code to support this...
2008-04-22 Justin PettitFix tab/space issue.
2008-04-22 Justin PettitBUG #4.
2008-04-21 Justin PettitMark structures as packed that cause alignment problems...
2008-04-17 Justin PettitFix a problem with not allocating enough room for netli...
2008-04-16 Justin PettitFix call from vfprintf to fprintf, which could cause...
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 Natasha GudeUpdated version references to OFP_VERSION
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 PfaffExpand tabs to spaces in dp_send_flow_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-15 Ben PfaffAdd missing calls to htons/ntohs in accesses to miss_se...
2008-04-14 Justin PettitMIPS fixes based on suggestions from Jiang.
2008-04-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-11 Justin PettitFix compilation error in 2.4.20 kernels.
2008-04-11 Justin PettitRemove MAC table support.
2008-04-10 Justin PettitFixes to configure script based on suggestions from...
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-08 Justin PettitFixed minor tab/spaces issue.
2008-04-07 Ben PfaffDon't read info->attrs[DP_GENL_A_OPENFLOW] twice, unnec...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
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 PfaffAllow secchan to listen for management connections...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffMake vconn-tcp log an error when the connection drops...
2008-04-04 Ben PfaffMake vconn log all incoming and outgoing OpenFlow packe...
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-04 Ben PfaffFix bug in vconn-tcp, vconn-ssl that prevented minimum...
2008-04-04 Ben PfaffFix logic bug in userspace switch that could cause...
2008-04-02 Justin PettitBy more liberal (egads!) about allocating space for...
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-04-01 Ben PfaffFix typo in comment.
2008-04-01 Ben PfaffAdd clarifying comment.
2008-04-01 Ben PfaffGet rid of tables' dependency on the datapath.
2008-04-01 Ben PfaffMake the datapath responsible for the controller connec...
2008-04-01 Ben PfaffMerge datapath.[ch] with forward.[ch].
2008-04-01 Ben PfaffBetter abstract controller_connection.
2008-04-01 Ben PfaffReverse the dependency of controller.c on forward.c.
2008-04-01 Ben PfaffHide contents of sw_chain.
2008-04-01 Ben PfaffAdd comments to queue module.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
2008-04-01 Ben PfaffClean up and comment netdev implementation.
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-04-01 Ben PfaffSupport jumbo frames, by allocating enough memory for...
2008-04-01 Ben PfaffUse LIST_FOR_EACH_SAFE, not LIST_FOR_EACH, when deletin...
next