sliver-openvswitch.git
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...
2009-11-03 Justin PettitMention running boot.sh when pulling sources from Git
2009-11-03 Jesse Grossnetflow: Implement NetFlow active timeouts.
2009-11-03 Jesse Grossdatapath: Allow TCP flags to be cleared.
2009-11-02 Jesse Grossofproto: Only zero stats for non exact-match sub-rules.
2009-10-30 Reid Pricedump-vif-details: Safeguard 'finally' code
2009-10-29 Justin Pettitopenflow: Fix endian issues in flow expiration messages
2009-10-28 Justin Pettitxenserver: Print program name on error in dump-vif...
2009-10-27 Jesse Grossnetflow: Populate NetFlow output interface field.
2009-10-26 Ben PfaffSpell verb form of "set up" correctly throughout the...
2009-10-26 Justin Pettitflow: Differentiate between "port" when printing flows
2009-10-26 Justin Pettitovs-vswitchd: Document "bridge/dump-flows" management...
2009-10-26 Jesse Grossbridge: Allow flows based on ARP opcode to be installed.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-22 Jesse Grossbridge: Eject NORMAL flows without a learning entry...
2009-10-21 Jesse Grossbonding: Balance bond slaves based on ratio.
2009-10-20 Jesse Grossbonding: Drop unicast packets which have a different...
2009-10-20 Jesse Grossxen: Restore state files for VIF VLANs
2009-10-20 Jesse Grossxen: Correctly write VLAN key in config file.
2009-10-16 Ben Pfaffovs-vsctl: Add tests that adding duplicate bridges...
2009-10-16 Ben Pfaffovs-vsctl: Add the ability to perform multiple operatio...
2009-10-16 Ben Pfaffovs-vsctl: Refactor internals to increase flexibility.
2009-10-16 Ben Pfaffovs-vsctl: Allow bridge name to be omitted from del...
2009-10-16 Ben Pfaffovs-vsctl: Log changes to configuration file to syslog.
2009-10-15 Ben PfaffMake sure that time advances in a daemon between calls...
2009-10-15 Ben Pfaffdatapath: Fix build with Linux 2.6.31.
2009-10-15 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-10-15 Ben Pfaffdatapath: Fix warning on 64-bit builds.
2009-10-15 Ben Pfaffdatapath: Factor out code for getting and setting liste...
2009-10-09 Jesse Grossvlan: Compare vlan tags before implicit tagging when...
next