Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / vswitchd /
2011-01-25 Ben Pfaffvswitchd: Fail the build when the schema checksum does...
2011-01-25 Andrew Evansbridge: Check for null ofproto_controller_info pointer.
2011-01-24 Andrew Evansvswitch: Fix schema version number.
2011-01-24 Andrew Evansbridge: Add controller status to Controller table.
2011-01-20 Andrew Evansnetdev-vport: Report carrier state of tunnel egress...
2011-01-19 Andrew EvansCommit e210037e has an incorrect database checksum...
2011-01-19 Andrew Evansbridge: Store status of physical network interfaces...
2011-01-19 Ethan Jacksonvswitchd: Display miimon interval.
2011-01-12 Ethan Jacksonvswitchd: Add miimon support.
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2011-01-12 Ethan Jacksonvswitchd: Rename bond_mode configuration.
2011-01-11 Ethan Jacksonbridge: Move tunnel_egress_iface to status column.
2011-01-10 Ben Pfaffvswitchd: Fix "make distcheck" by cleaning up stray...
2011-01-07 Ethan Jacksonvswitchd: Active backup bonding.
2011-01-07 Ethan Jacksonvswitchd: Fix segmentation fault with bonded ports.
2011-01-07 Ethan Jacksonvswitchd: Whitespace fixups.
2011-01-04 Ethan Jacksonlib: Show tunnel egress interface in ovsdb
2010-12-29 Justin Pettitvswitch: Add support for IPsec certificate authentication.
2010-12-28 Justin Pettitvswitch: Remove unnecessary iface_get_options function
2010-12-28 Justin Pettitvswitch: Use "ipsec_gre" vport instead of "gre" with...
2010-12-28 Justin Pettitdebian: Don't require ipsec_local_ip to configure IPsec
2010-12-27 Ben PfaffImplement database schema versioning.
2010-12-27 Ben Pfaffvswitchd: Add OVS version to database, give system...
2010-12-13 Ben Pfaffovs-vswitchd: Release most memory on normal exit.
2010-12-13 Ben Pfaffvswitchd: Delete DP_MAX_PORTS.
2010-12-13 Ben Pfaffvswitchd: Fix dependency on DP_MAX_PORTS for allocating...
2010-12-13 Ben Pfaffbridge: Eliminate bond_rebalance_port() dependency...
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-06 Ethan Jacksonvswitchd: Incorporate vlan into bond hash.
2010-12-06 Ethan Jacksonvswitchd: Remove bond/migrate MAC argument.
2010-12-06 Ethan Jacksonvswitchd: Correct indentation in bridge.
2010-12-06 Ben Pfaffdocs: Only regenerate vswitch.pic when the schema reall...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffvswitch: Update dia-generated diagram.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-29 Ethan Jacksonvswitchd: Remove trailing whitespace
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-16 Ben PfaffMake the "exit" unixctl command reliable in ovsdb-serve...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-11 Ethan Jacksonnetdev-linux: HFSC in linux
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-05 Ben Pfaffdocs: Implement our own dot->pic translator.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-27 Ben Pfaffvswitch.xml: Clarify documentation for "ofport" column...
2010-10-22 Ben Pfaffvswitchd: Reset ofport columns of invalid interfaces...
2010-10-22 Ben Pfaffvswitch: Make unique "name" columns immutable, to simpl...
2010-10-21 Justin Pettitbridge: Log port destruction
2010-10-21 Ben PfaffFix bug in parsing large datapath IDs.
2010-10-19 Justin Pettitovs-vswitchd: Add ability to disable in-band on a bridge
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-14 Ethan Jacksonvswitchd: Bubble no-flood configuration up to bridge
2010-10-14 Ben Pfaffdocs: Make it clear that ovs-openflowd is an alternativ...
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 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 Justin Pettitnetdev: Enforce a floor "linux-htb" min-rate
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffbridge: Use hash table instead of sparse array for...
2010-09-24 Justin Pettitvswitch: Consistently use spaces instead of tabs in...
2010-09-24 Justin Pettitvswitch: Disable header-caching when IPsec is enabled
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 Justin Pettitvswitch: Reference ipsec_local_ip and ipsec_psk with...
2010-09-23 Justin Pettitdebian: Add support for GRE-over-IPsec
2010-09-22 Jesse Grosstunneling: Allow disabling tunnel header caching.
2010-09-20 Ben Pfaffvswitchd: Document policing implementation and caveats.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-14 Justin Pettitvswitchd: Remove duplicate "external_id" from Interface...
2010-09-10 Ben Pfaffvswitchd: Add some references for the HTB classifier...
2010-09-01 Ben PfaffRename "xs-vif-mac" external_ids key to "attached-mac...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-26 Ben Pfaffvswitchd: Fix 100% CPU usage with bonds and --fake...
2010-08-26 Ben Pfaffvswitchd: Fix "updelay" configuration for bonds.
2010-08-25 Justin Pettitxenserver: Prepend XenServer external ids with "xs-"
2010-08-25 Justin Pettitvswitch: Break out XenServer-specific external ids
2010-08-25 Justin Pettitvswitch: Add port status column to Port table
2010-08-24 Jesse Grossnetdev-tunnel: Add CAPWAP userspace interface.
2010-08-21 Jesse Grossgre: Don't require incoming checksum.
2010-08-21 Jesse Grossgre: Disable checksums by default.
next