aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
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
2010-09-22tunneling: Allow disabling tunnel header caching.Jesse Gross
2010-09-20vswitchd: Document policing implementation and caveats.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-09-14vswitchd: Remove duplicate "external_id" from Interface tableJustin Pettit
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-30treewide: Remove trailing whitespaceJoe Perches
2010-08-26vswitchd: Fix 100% CPU usage with bonds and --fake-proc-net.Ben Pfaff
2010-08-26vswitchd: Fix "updelay" configuration for bonds.Ben Pfaff
2010-08-25xenserver: Prepend XenServer external ids with "xs-"Justin Pettit
2010-08-25vswitch: Break out XenServer-specific external idsJustin Pettit
2010-08-25vswitch: Add port status column to Port tableJustin Pettit
2010-08-24netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-08-20gre: Disable checksums by default.Jesse Gross
2010-08-19Fix SSL boilerplate descriptions in manpages.Ben Pfaff
2010-08-11bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff
2010-08-10vswitch: Fix speling error in documentation.Ben Pfaff