sliver-openvswitch.git
2010-10-14 Ben Pfaffdocs: Make it clear that ovs-openflowd is an alternativ...
2010-10-14 Ben Pfaffofproto: Fix implementation of OFPP_FLOOD.
2010-10-13 Simon Hormandebian: Make the init script's start command idempotent
2010-10-13 Justin Pettitnetdev-vport: Actually destroy the vport when "destroy...
2010-10-12 Justin Pettitnetflow: Back-out optimization that could lead to infin...
2010-10-12 Justin Pettitofproto: Update flow context for resubmit on VLAN actions
2010-10-12 Justin Pettitodp-util: Remove extraneous "set_tci(" from format_odp_...
2010-10-11 Ethan Jacksonlib: ofp-parse segfaults if required argument isn't...
2010-10-11 Ben Pfaffdatapath: Fix build break in compat_query_flows().
2010-10-11 Ben Pfaffdatapath: Fix typo in 64-bit compat header.
2010-10-11 Hao Zhengdatapath: fix flow used time stats
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-11 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-11 Ben Pfaffnetdev-vport: Merge in netdev-patch and netdev-tunnel.
2010-10-11 Ben Pfaffofproto: Get rid of port_changed_cb.
2010-10-11 Ben Pfaffvswitchd: Better tolerate changes in datapath ports.
2010-10-11 Ben Pfaffvswitchd: Only try to open netdev once.
2010-10-11 Ben Pfaffvswitchd: Support changing the type of a bridge port.
2010-10-11 Ben Pfaffvswitchd: Make type of interface easier to determine.
2010-10-11 Ben Pfaffvswitchd: Create all interfaces at the same time.
2010-10-11 Ben Pfaffvswitchd: Break set_up_iface() into two different funct...
2010-10-11 Ben Pfaffvswitchd: Drop redundant 'iface_cfg' parameter to set_u...
2010-10-08 Jesse Grosstunneling: Internal dev vport can be NULL.
2010-10-08 Justin Pettitnetdev: Enforce a floor "linux-htb" min-rate
2010-10-08 Justin Pettitnetdev: Don't divide by zero when "linux-htb" zero...
2010-10-08 Justin Pettitclassifier: Add missing argument in CLASSIFIER_FOR_EACH...
2010-10-08 Justin Pettitovs-openflowd: Don't segfault when no controllers specified
2010-10-07 Ben Pfaffofproto: Drop flows from datapath more quickly under...
2010-10-07 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-10-07 Ben Pfaffofproto: Iterate through exact-match rules first during...
2010-10-07 Ben Pfaffofproto: Drop unneeded poll_immediate_wake().
2010-10-07 Ben Pfaffofproto: Fix effective memory leak for uninstallable...
2010-10-07 Ben Pfaffofproto: Factor conditional out of loop in send_flow_re...
2010-10-06 Ben Pfaffofproto: Group functions related to flow expiration...
2010-10-06 Ben Pfaffofproto: Avoid wasting memory malloc()'ing empty action...
2010-10-06 Ben Pfaffnetdev: Pass class structure, instead of type, to ...
2010-10-06 Ben Pfaffnetdev-vport: Fix typo in comment.
2010-10-06 Jesse Grossdatapath: Force our include directory to be first.
2010-10-05 Ethan Jacksonxenserver: ovs-external-ids log to file instead of...
2010-10-04 Jesse Grosstunnel: Correctly check for internal device.
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffnetflow: Avoid (theoretically) looping 2**32 times.
2010-10-01 Ben Pfaffnetflow: Do 64-bit division less often.
2010-10-01 Ben PfaffINSTALL.Linux: Describe how to upgrade the Open vSwitch...
2010-10-01 Ben Pfaffovs-controller: Improve QoS abilities.
2010-10-01 Ben Pfafflearning-switch: Introduce struct for configuration.
2010-10-01 Ben Pfaffovs-controller: Make --with-flows read the file only...
2010-10-01 Ben Pfaffofp-parse: Add test.
2010-10-01 Ben Pfaffofp-print: Make output easier to read.
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-10-01 Ben Pfaffofp-parse: Properly byteswap in_port.
2010-10-01 Ben Pfaffofproto: Only dump queue statistics if the queue really...
2010-10-01 Ben Pfaffnetdev-linux: Fix off-by-one error dumping queue stats.
2010-10-01 Ben Pfaffovs-ofctl: Add "queue-stats" command to print queue...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffutil: New macro OBJECT_CONTAINING.
2010-10-01 Ben Pfaffofproto: Use hash table instead of sparse array for...
2010-10-01 Ben Pfaffsflow: Use hash table instead of sparse array for sflow...
2010-10-01 Ben Pfaffbridge: Use hash table instead of sparse array for...
2010-10-01 Ben Pfaffhmap: New function hmap_clear().
2010-10-01 Ben Pfaffnetdev-linux: Use hash table instead of sparse array...
2010-10-01 Ben Pfaffovs-vsctl: Reduce log level for "Called as..." for...
2010-10-01 Ben Pfaffovs-vsctl: Factor out and optimize searching for a...
2010-09-28 Ethan Jacksondebian: openvswitch-common ethtool should not be required
2010-09-28 Justin Pettitdebian: Restart ovs-monitor-ipsec when --monitor specified
2010-09-28 Justin Pettitdebian: Create ovs-monitor-ipsec rundir if it doesn...
2010-09-23 Ethan Jacksondebian: Added a manpage for ovs-bugtool
2010-09-23 Ethan Jacksontests: Test that children restart with special exit...
2010-09-23 Ethan Jacksontests: Remove trailing whitespace from python daemon...
2010-09-23 Ethan Jacksonxenserver: monitor-external-ids should run with --monitor
2010-09-23 Ethan Jacksonxenserver: Added additional logging to ovs-external-ids
2010-09-24 Justin Pettitvswitch: Consistently use spaces instead of tabs in...
2010-09-24 Justin Pettitnetdev: Cleanup minor comment formatting issues.
2010-09-24 Justin Pettitvswitch: Disable header-caching when IPsec is enabled
2010-09-24 Justin Pettitdebian: Use DODTIME instead of DIETIME in init scripts
2010-09-23 Ethan Jacksonxenserver: Rename monitor-external-ids -> ovs-external-ids
2010-09-23 Ethan Jacksondebian: Support two locations for ethtool
2010-09-23 Ben PfaffAdd missing file to distribution.
2010-09-23 Ben Pfaffvswitchd: Rename IFACE_STATS_INTERVAL, iface_stats_timer.
2010-09-23 Ben Pfaffovs-vswitchd: Export system stats through Open_vSwitch...
2010-09-23 Ben Pfaffovsdb-doc: Implement new <option>, <ol> tags.
2010-09-23 Ben Pfaffovsdb-data: New function ovsdb_datum_from_shash().
2010-09-23 Ben Pfaffshash: New function shash_steal().
2010-09-23 Ben Pfaffdaemon: Fix behavior of read_pidfile() for our own...
2010-09-23 Ben Pfaffdaemon: Report number of crashes on monitor process...
2010-09-23 Ben Pfaffvlog: Add VLOG_WARN_ONCE() and similar macros.
2010-09-23 Ben Pfaffdebian: additional copyright update for xenserver/
2010-09-23 Simon Hormandebian: update copyright for xenserver/
2010-09-22 Ethan Jacksonxenserver: Only put the primary XenServer UUID in defau...
2010-09-23 Justin Pettitvswitch: Reference ipsec_local_ip and ipsec_psk with...
2010-09-23 Justin Pettitdebian: Add support for GRE-over-IPsec
2010-09-23 Justin Pettitdebian: Allow automake versions greater than or equal...
2010-09-22 Jesse Grosstunneling: Allow disabling tunnel header caching.
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-09-22 Jesse Grossdatapath: Backport workqueue functions.
2010-09-22 Jesse Grossdatapath: Move is_frag out of struct ovs_skb_cb.
next