sliver-openvswitch.git
2010-05-05 Ben Pfaffdpif-linux: Use hash instead of sorted array.
2010-05-05 Ben Pfaffbridge: Optimize trunk port common case.
2010-05-05 Ben Pfaffdynamic-string: Optimize ds_put_char().
2010-05-05 Ben Pfaffbridge: Optimize port_lookup() using a hash.
2010-05-05 Ben Pfaffbridge: Optimize iface_lookup() and port_lookup_iface...
2010-05-05 Ben Pfaffovs-vswitchd: Implement "exit" unixctl command.
2010-05-05 Neil McKeesflow: Always add poller and sampler together.
2010-05-05 Neil McKeesflow: Properly fill in initial destination VLAN in...
2010-05-05 Neil McKeesflow: Include Ethernet FCS in frame_length to comply...
2010-05-05 Ben Pfaffvswitchd: Fix documentation of "agent" column in "sFlow...
2010-05-05 Ben Pfaffbridge: Fix double-free in sFlow configuration.
2010-05-05 Ben Pfaffovs-vsctl: Add sFlow to supported set of tables.
2010-05-04 Ben Pfaffxenserver: Make Open vSwitch disable itself in "bridge...
2010-05-01 Ben Pfaffxenserverd: Give XAPI a grace period before refreshing...
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
2010-04-30 Justin Pettitxenserver: Wire up emergency reset plug-in and call...
2010-04-30 Justin Pettitovs-vsctl: Add emergency reset command
2010-04-30 Ben Pfaffovsdb-idl: Add "safe" iterator macro to generated code.
2010-04-30 Jesse Grossdatapath: Ensure packet length matches headers during...
2010-04-29 Jesse Grossbridge: Immediately drop interfaces that can't be opened.
2010-04-27 Ben Pfaffvport: Better handle too-long network device names...
2010-04-27 Ben Pfaffdatapath: Check device name length more carefully in...
2010-04-27 Ben Pfaffdatapath: Always null-terminate network device name...
2010-04-27 Ben Pfaffdatapath: Fix argument to strncpy_from_user().
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-27 Ben Pfaffxenserver: Use start_daemon for xenserverd also in...
2010-04-27 Ben Pfaffxenserver: Report correct daemon names at startup in...
2010-04-27 Ben Pfaffxenserver: Use daemon-specific dir for pidfile in ...
2010-04-27 Ben Pfaffxenserver: Avoid using unset $nice variable in /etc...
2010-04-26 Justin Pettitxenserver: Fix typo in prompt
2010-04-26 Ben Pfaffxenserver: Factor redundancy out of /etc/init.d/openvsw...
2010-04-26 Ben Pfaffxenserver: Gracefully refresh network UUIDs on pool...
2010-04-26 Ben Pfaffofproto: Fix bad memory access sending large numbers...
2010-04-26 Ben Pfaffofpbuf: New function ofpbuf_push_zeros().
2010-04-26 Ben Pfaffvswitchd: Rename bridge_reconfigure_controller().
2010-04-26 Ben Pfaffxenserver: Fix sense of -d test in /etc/init.d/openvswitch.
2010-04-26 Ben Pfaffxenserver: Rewrite refresh-network-uuids script for...
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-26 Ben Pfaffvswitchd: Enable in-band control to managers.
2010-04-26 Ben Pfaffsocket-util: Factor out new function inet_parse_active().
2010-04-26 Ben Pfaffofproto: Allow client to pass down extra (IP,port)...
2010-04-26 Ben Pfaffin-band: Generalize the in-band code to arbitrary ...
2010-04-26 Jesse Grossgre: Ensure skb properties are consistently set.
2010-04-26 Jesse Grossdatapath: Update 'struct ovs_skb_cb' comments.
2010-04-26 Ben Pfaffin-band: Use NULL for null pointer constant, instead...
2010-04-26 Ben Pfaffin-band: Refactor in_band_set_remotes().
2010-04-26 Ben Pfaffin-band: Refactor slightly to be easier to understand.
2010-04-26 Ben Pfaffin-band: Avoid magic number in refresh_remotes().
2010-04-26 Ben Pfaffin-band: Better adapt to new rconn usage pattern.
2010-04-22 Justin PettitHave git ignore new symlinks and dynamic files from...
2010-04-22 Justin Pettitveth: Do a better job cleaning up on rmmod
2010-04-22 Justin Pettitdatapath: Define kmemdup() for kernels older than 2...
2010-04-21 Justin Pettitxenserver: Clean-up space/tabs issues in vif script
2010-04-21 Justin Pettitxenserver: Set internal network-uuids in Bridge table...
2010-04-21 Ben Pfaffovs-ofctl: Document that "actions" must be last in...
2010-04-21 Jesse Grossgre: Fix ICMP translation for path MTU discovery.
2010-04-20 Ben Pfaffstream: Fix typo in comment.
2010-04-20 Ben Pfaffin-band: Refresh both local and remote rules even if...
2010-04-20 Ben Pfaffin-band: Really reinstall in-band rules in in_band_flus...
2010-04-20 Ben Pfaffin-band: Remove comment that only a single controller...
2010-04-20 Ben Pfaffovs-openflowd: Prefer --fail=standalone|secure over...
2010-04-20 Ben Pfaffofproto: Add support for master/slave controller coordi...
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-20 Ben Pfaffofproto: Bundle all controller-related settings into...
2010-04-20 Ben Pfaffin-band: Support an arbitrary number of controllers.
2010-04-20 Ben Pfaffin-band: Drop in-band flows when turning off in-band...
2010-04-20 Ben Pfaffin-band: Fix memory leak in in_band_destroy().
2010-04-20 Ben Pfaffin-band: Fix null pointer dereference.
2010-04-20 Ben Pfaffin-band: Fix memory leak in get_remote_mac().
2010-04-20 Ben Pfaffin-band: Fix inconsistency in in-band code.
2010-04-20 Ben Pfaffofproto: Make valgrind happy.
2010-04-20 Ben Pfafffail-open: Fix typo in comment.
2010-04-20 Ben Pfaffovs-openflowd: Remove documentation for obsolete -...
2010-04-20 Ben Pfaffovsdb-doc: Distinguish hyphens and minus signs in nroff...
2010-04-20 Ben PfaffCodingStyle: Drop advice about breaking lines before...
2010-04-19 Jesse GrossDocument GRE port options.
2010-04-19 Ben Pfaffxenserver: Restore original InterfaceReconfigure*.py...
2010-04-19 Ben PfaffFix broken build by adding forgotten header file to...
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grosstunneling: Add userspace support for new GRE implementa...
2010-04-19 Jesse Grossnetdev: Allow get_ifindex and get_features to be null.
2010-04-19 Jesse Grossnetdev-linux: Don't free a member of a struct.
2010-04-19 Jesse Grossnetdev-linux: Check notifications are for netdev-linux...
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.
2010-04-19 Jesse Grossdatapath: Add function to copy skb checksum bits.
2010-04-19 Jesse Grossdatapath: Add skb_csum_help compatibility function.
2010-04-19 Jesse Grossdatapath: Genericize hash table.
2010-04-19 Jesse Grossdpif-linux: Clean up vports that are no longer in config.
2010-04-19 Jesse Grossnetdev: Add function netdev_is_open().
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grossdatapath: Don't read net namespace on kernels that...
2010-04-19 Jesse Grossdatapath: Add rtnl_is_locked compatibility function.
2010-04-19 Jesse Grossdatapath: Add dev_get_stats compatibility function.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-16 Ben Pfaffbridge: Don't learn from inadmissible flows when revisi...
2010-04-16 Ben Pfaffbridge: Factor admissibility check out of process_flow().
2010-04-16 Ben Pfaffbridge: Minor cleanup in process_flow().
2010-04-16 Ben Pfaffbridge: Don't log warnings when revalidating.
2010-04-15 Justin Pettitxenserver: Fix name of veth module so it can be loaded...
next