sliver-openvswitch.git
2010-03-25 Tetsuo NAKAGAWAdpif-linux: Fix file descriptor leak. openflow-1.0
2010-03-19 Jesse Grossclassifer: Fix test classifier to match real classifier.
2010-03-19 Jesse Grossclassifier: Check all rules of equal priority when...
2010-02-21 Jesse Grosscollectors: Check for NULL set of collectors.
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Justin Pettitopenflow: Fix frag config flag values
2010-02-12 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-12 Ben Pfaffofproto: Fix implementation of OFPAT_SET_NW_DST.
2010-02-12 Ben Pfaffovs-switchui: Fix typo.
2010-01-23 Justin PettitDon't go beyond buffer length when printing descriptions
2010-01-23 Justin Pettitofproto: Don't leak descriptions when destroying an...
2010-01-23 Justin Pettitofproto: Set protocol version to 0x01 (OpenFlow 1.0)
2010-01-23 Justin Pettitofproto: Add wire-compatibility for slicing (OpenFlow...
2010-01-23 Justin Pettitofproto: Querying port stats for individual ports ...
2010-01-23 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-01-23 Justin Pettitofproto: Improve resolution of flow stats and removed...
2010-01-23 Justin Pettitofproto: Add support for matching IP addresses in ARP...
2010-01-23 Justin Pettitofproto: Add support for flow cookies (OpenFlow 1.0)
2010-01-23 Justin Pettitofproto: Add user-specifiable datapath description...
2010-01-23 Justin Pettitofproto: Use 64-bit datapath id and management id ...
2010-01-23 Justin Pettitofproto: Add support for barrier command (OpenFlow...
2010-01-23 Justin Pettitofproto: Cleanups to openflow.h (OpenFlow 0.9)
2010-01-23 Justin Pettitofproto: Add selective Flow Removed messages and flow...
2010-01-23 Justin Pettitofproto: Use active time for Flow Expiration duration...
2010-01-23 Justin Pettitofproto: Check overlap, emerg flow cache, and error...
2010-01-23 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-01-22 Ben Pfaffnetdev: Rename "class" members to "netdev_class" for...
2010-01-22 Ben Pfaffhmap: Rename "new" to "new_node" for C++ header compati...
2010-01-22 Ben Pfaffdpif: Rename "class" member to "dpif_class" for C+...
2010-01-15 Justin PettitRelease Open vSwitch 0.99.0. v0.99.0
2010-01-13 Ben Pfaffdatapath: Disable preemption updating per-CPU data...
2010-01-06 Ben PfaffAdd runtime test that strtok_r() bug fix works.
2010-01-06 Ben PfaffInclude lib/string.h in "make dist"-generated tarballs.
2010-01-05 Justin Pettitvconn: Add comment describing usage of VCONN_SSL_LONG_O...
2010-01-05 Justin PettitAdd extended vlog options to utilities
2010-01-05 Tetsuo NAKAGAWAofproto: Fix segfault when changing command execution...
2010-01-05 Justin Pettitxenserver: Fix small typo in vswitch-xapi-update
2010-01-04 Ben PfaffFix documented name of key used to disable MAC learning...
2009-12-17 Ben Pfaffinitscript: pass complete path to pidfile to status...
2009-12-04 Justin Pettitovs-vsctl: Fix traceback when telling target to reload
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-12-01 Justin Pettitdpif: Minor provider comment cleanups.
2009-11-24 Ben Pfaffclassifier: Improve comments.
2009-11-23 Ben Pfaffovs-openflowd: Add support for userspace-only switching.
2009-11-23 Ben Pfaffsvec: New function svec_split().
2009-11-23 Ben Pfaffdpif: New function dpif_create_and_open().
2009-11-23 Ben Pfaffnetflow: Break out code for sending packets into a...
2009-11-23 Ben Pfaffnetflow: Use inet_open_active() to factor out some...
2009-11-23 Ben Pfaffsocket-util: Generalize tcp_open_*() to UDP, as inet_op...
2009-11-23 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-23 Ben PfaffMove C compiler warning (-W) flags from CFLAGS to AM_CF...
2009-11-23 Ben Pfaffacinclude.m4: Fix inconsistency.
2009-11-19 Justin PettitCorrect dameon options in INSTALL.bridge
2009-11-19 Ben Pfaffnetdev: Really set output values to 0 on failure in...
2009-11-19 Jean Tourrilhesovs-controller: Add --wildcard and --normal features.
2009-11-19 Ian Campbelldatapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
2009-11-18 Ben Pfaffdatapath: Fix warning building datapath on pre-2.6...
2009-11-18 Ben Pfaffdatapath: Check for proto_data_valid member instead...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Jesse Grossdatapath: Allow minimum headroom to be set when copying...
2009-11-18 Jesse Grossdatapath: Copy Xen's checksumming fields when doing...
2009-11-18 Ben Pfaffdatapath: Fix build with kernel header layout recently...
2009-11-18 Ben PfaffDocument userspace switch.
2009-11-18 Ben PfaffUpdate documentation to mention correct Autoconf versio...
2009-11-17 Justin Pettitdatapath: Remove unused print_flow() function
2009-11-17 Justin Pettitdatapath: Cleanup tab/space issues in datapath
2009-11-17 Justin Pettitvconn: Fix endian issue in unknown action type error...
2009-11-17 Justin Pettitovs-ofctl: Add support for transport and network modifi...
2009-11-17 Justin Pettitofproto: Support missing set_nw_dst and set_tp_dst...
2009-11-17 Justin Pettitdatapath: Calculate proper checksum for set_tp_src...
2009-11-17 Justin Pettitovs-appctl: Fix shadow variable that could cause segfault
2009-11-14 Justin Pettitofproto: Update time of super-rule to match sub-rule
2009-11-13 Justin Pettitovs-openflowd: Setup default listener
2009-11-13 Jesse Grossofproto: Don't send OpenFlow flow expirations hidden...
2009-11-13 Jesse Grossofproto: Distinguish stats from before and after action...
2009-11-13 Justin Pettitofproto: Correct structure length assertion for ofp_act...
2009-11-13 Ian Campbellxenserver: interface-reconfigure and vif hotplug relice...
2009-11-12 Justin Pettitofp-print: Add missing error types
2009-11-12 Jesse Grossofproto: Correctly credit stats for displaced rules.
2009-11-12 Jesse Grossbridge: Fix segfault when updating learning table for...
2009-11-12 Jesse Grossmirroring: Preserve key for disabling learning.
2009-11-11 Jesse Grossbridge: Feed flow stats into learning table.
2009-11-11 Jesse Grossofproto: Update stats for exact match flows before...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-10 Jesse Grossmirroring: Allow learning to be disabled on a VLAN.
2009-11-10 Jesse Grossbridge: Require learning table at all times.
2009-11-10 Justin Pettitvconn: Clean-up "match" typo in comments
2009-11-09 Ben Pfaffovs-vsctl: Capitalize names of global constants but...
2009-11-09 Ben PfaffMake ovs-appctl easier to use and synchronize its inter...
2009-11-09 Jesse Grossbonding: Ignore updelay if there is no active slave.
2009-11-09 Ben PfaffFix incorrect printf format specifiers.
2009-11-09 Ben Pfaffbacktrace: Avoid GCC warning on x86-64.
2009-11-09 Ben Pfaffbacktrace: Suppress dumb GCC warning on x86-64.
2009-11-06 Jesse Grossudatapath: Implement ZERO_TCP_FLAGS option.
2009-11-06 Jesse Grossnetflow: Only query stats of installed flows.
2009-11-06 Jesse Grossdatapath: Allow TCP flags to be cleared.
2009-11-05 Jean TourrilhesRevert "ovs-ofctl: Fix use-after-free error in del...
2009-11-04 Jean Tourrilhesovs-ofctl: Fix use-after-free error in del-flows command.
2009-11-04 Justin Pettitxenserver: Fix issue with deleting network UUID on...
next