aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-12-06docs: Only regenerate vswitch.pic when the schema really changes.Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-11-30Implement stress option framework.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-30vswitch: Update dia-generated diagram.Ben Pfaff
2010-11-29Make installation directories overridable at runtime.Ben Pfaff
2010-11-29Add new "dummy" netdev and dpif implementations for use in unit tests.Ben Pfaff
2010-11-29ovs: Implement 802.1ag Connectivity Fault ManagementEthan Jackson
2010-11-29vswitchd: Remove trailing whitespaceEthan Jackson
2010-11-23nx-match: Implement support for arbitrary VLAN TCI masks.Ben Pfaff
2010-11-16Make the "exit" unixctl command reliable in ovsdb-server, ovs-vswitchd.Ben Pfaff
2010-11-16ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff
2010-11-15vswitch: Add other-config:in-band-queue to set queue for in-band control.Ben Pfaff
2010-11-11netdev-linux: HFSC in linuxEthan Jackson
2010-11-11ofproto: Disable timeouts for flows added by ofproto_add_flow().Ben Pfaff
2010-11-08ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff
2010-11-05Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff
2010-11-05docs: Implement our own dot->pic translator.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-28netdev: Fix carrier status for down interfaces.Jesse Gross
2010-10-27vswitch.xml: Clarify documentation for "ofport" column in Interface table.Ben Pfaff
2010-10-22vswitchd: Reset ofport columns of invalid interfaces to -1.Ben Pfaff
2010-10-22vswitch: Make unique "name" columns immutable, to simplify transactions.Ben Pfaff
2010-10-21bridge: Log port destructionJustin Pettit
2010-10-21Fix bug in parsing large datapath IDs.Ben Pfaff
2010-10-19ovs-vswitchd: Add ability to disable in-band on a bridgeJustin Pettit
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff
2010-10-14vswitchd: Bubble no-flood configuration up to bridgeEthan Jackson
2010-10-14docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.Ben Pfaff
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff
2010-10-11ofproto: Get rid of port_changed_cb.Ben Pfaff
2010-10-11vswitchd: Better tolerate changes in datapath ports.Ben Pfaff
2010-10-11vswitchd: Only try to open netdev once.Ben Pfaff
2010-10-11vswitchd: Support changing the type of a bridge port.Ben Pfaff
2010-10-11vswitchd: Make type of interface easier to determine.Ben Pfaff
2010-10-11vswitchd: Create all interfaces at the same time.Ben Pfaff
2010-10-11vswitchd: Break set_up_iface() into two different functions.Ben Pfaff
2010-10-11vswitchd: Drop redundant 'iface_cfg' parameter to set_up_iface().Ben Pfaff
2010-10-08netdev: Enforce a floor "linux-htb" min-rateJustin Pettit
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-10-01bridge: Use hash table instead of sparse array for bridge ports.Ben Pfaff
2010-09-23vswitch: Consistently use spaces instead of tabs in vswitch.xmlJustin Pettit
2010-09-23vswitch: Disable header-caching when IPsec is enabledJustin Pettit
2010-09-23Add missing file to distribution.Ben Pfaff
2010-09-23vswitchd: Rename IFACE_STATS_INTERVAL, iface_stats_timer.Ben Pfaff
2010-09-23ovs-vswitchd: Export system stats through Open_vSwitch table.Ben Pfaff
2010-09-22vswitch: Reference ipsec_local_ip and ipsec_psk with underscoresJustin Pettit
2010-09-22debian: Add support for GRE-over-IPsecJustin Pettit