sliver-openvswitch.git
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-28 Ben PfaffNew functions for getting and setting network device...
2008-05-28 Ben PfaffExpose device IP addresses through netdev.
2008-05-28 Ben PfaffMove netdev from switch to lib.
2008-05-28 Ben PfaffPrint actions in ofp_flow_mod messages.
2008-05-28 Ben PfaffPretty-print port numbers when printing ofp_switch_feat...
2008-05-28 Ben PfaffPrint special ports by name in ofp_packet_in messages.
2008-05-28 Ben PfaffPut newline before packet info in ofp_packet_out pretty...
2008-05-28 Ben PfaffPrint more special ports by name in ofp-print.c.
2008-05-28 Ben PfaffGet rid of obsolete, commented-out debugging code in...
2008-05-28 Ben PfaffDemote warning about runt frames to debug message.
2008-05-28 Ben PfaffAlways do exact-match on undefined flow fields, so...
2008-05-28 Ben PfaffDon't allow CONFIG_PREEMPT with Linux 2.6.x before...
2008-05-28 Ben PfaffFix buggy table-linear iterator function.
2008-05-28 Ben PfaffDon't ever send frames on OpenFlow devices to the host...
2008-05-23 root- When deleting an entry, remove the entry from "iter_n...
2008-05-20 Justin Pettit- Add Stanford License.
2008-05-20 Justin PettitMake sure destroy function was defined before trying...
2008-05-20 Justin PettitCleanup extraneous printing of spaces when dumping...
2008-05-15 Ben PfaffAdd-on hardware tables initial implementation.
2008-05-15 Justin PettitPrepare for 0.8.1 release.
2008-05-15 Justin PettitRemove definition of unused function "hash_in6".
2008-05-14 Justin PettitFix problem with identifying SNAP frames when extractin...
2008-05-10 Justin PettitDon't try to use the IP addresses from ARP packets...
2008-05-10 Justin PettitFix compiler warning about mismatch with format type.
2008-05-10 Justin PettitIPv6 is not supported in OpenFlow, so don't try to...
2008-05-09 Justin PettitZero-out invalid fields when extracting a "match" and...
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-08 rootWhen printing flow expired messages, we should end...
2008-05-07 Justin PettitFixed problem where the first line of a stats reply...
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-07 Ben PfaffWhen deleting flows, only insist on matching priority...
2008-05-07 Justin PettitMark the "vlan_eth_header" struct as packed, because...
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-05 Ben PfaffFix memory leak in secure channel.
2008-05-05 Ben PfaffFix compilation on Linux 2.6.20: declare NLMSG_DEFAULT_...
2008-05-05 Ben PfaffSupport pre-Linux 2.6.20 genetlink, which didn't have...
2008-05-05 Ben PfaffCompile fix for Linux 2.6.26-rc1: don't use the removed...
2008-05-05 Justin PettitCheck whether kernel has been configured by "version...
2008-05-05 Justin PettitOfficially designate the v0.8.0 release.
2008-05-05 Justin PettitGet rid of compiler warning under gcc 4.2.
2008-05-05 Justin PettitFix problem introduced by kernel threads when building...
2008-05-05 Justin PettitClean-up OpenFlow main header a bit.
2008-05-03 Justin PettitFix typo in comment.
2008-05-03 Justin PettitFinishing touches on v0.8.0 release candidate.
2008-05-03 Justin Pettit- Update man pages to reflect recent spat of changes.
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...
next