aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.xml
AgeCommit message (Expand)Author
2011-04-01vswitch: Improve schema documentation.Ben Pfaff
2011-03-28cfm: Don't report unexpected remote endpoints.Ethan Jackson
2011-03-18bridge: Consistently use miimon status if miimon is configured.Ben Pfaff
2011-03-18lacp: Enable "fast" lacp timing mode.Ethan Jackson
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-03-15qos: Remove min-rate requirement for linux-htb and linux-hfsc.Ethan Jackson
2011-03-14ofproto: Store time since last connect and disconnect in Controller table.Andrew Evans
2011-03-14ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-08vswitch: Fix typos in schema documentation.Andrew Evans
2011-02-18ovsdb: Remove 'managers' column from 'Open vSwitch' table.Andrew Evans
2011-02-11xenserver: Merge upstream changes and drop pre-5.6.100 support.Andrew Evans
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-02-03vswitchd: Implement balance-tcp bonding.Ethan Jackson
2011-02-03vswitchd: Implement Link Aggregation Control Protocol.Ethan Jackson
2011-02-01ovsdb-server: Write manager status information to Manager table.Andrew Evans
2011-01-23bridge: Add controller status to Controller table.Andrew Evans
2011-01-19netdev-vport: Report carrier state of tunnel egress interfaces.Andrew Evans
2011-01-18bridge: Store status of physical network interfaces in Interface table.Andrew Evans
2011-01-12vswitchd: Add miimon support.Ethan Jackson
2011-01-11vswitchd: Rename bond_mode configuration.Ethan Jackson
2011-01-11bridge: Move tunnel_egress_iface to status column.Ethan Jackson
2011-01-07vswitchd: Active backup bonding.Ethan Jackson
2011-01-07vswitchd: Whitespace fixups.Ethan Jackson
2011-01-04lib: Show tunnel egress interface in ovsdbEthan Jackson
2010-12-28vswitch: Add support for IPsec certificate authentication.Justin Pettit
2010-12-28vswitch: Use "ipsec_gre" vport instead of "gre" with "other_config"Justin Pettit
2010-12-28debian: Don't require ipsec_local_ip to configure IPsecJustin Pettit
2010-12-27Implement database schema versioning.Ben Pfaff
2010-12-27vswitchd: Add OVS version to database, give system info its own columns.Ben Pfaff
2010-12-06vswitchd: Incorporate vlan into bond hash.Ethan Jackson
2010-11-29ovs: Implement 802.1ag Connectivity Fault ManagementEthan Jackson
2010-11-29vswitchd: Remove trailing whitespaceEthan Jackson
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-05Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff
2010-10-27vswitch.xml: Clarify documentation for "ofport" column in Interface table.Ben Pfaff
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-08netdev: Enforce a floor "linux-htb" min-rateJustin Pettit
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-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
2010-09-22tunneling: Allow disabling tunnel header caching.Jesse Gross
2010-09-20vswitchd: Document policing implementation and caveats.Ben Pfaff
2010-09-10vswitchd: Add some references for the HTB classifier to the documentation.Ben Pfaff
2010-09-01Rename "xs-vif-mac" external_ids key to "attached-mac", for generality.Ben Pfaff
2010-08-25xenserver: Prepend XenServer external ids with "xs-"Justin Pettit