aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff
2011-09-29ovs-vswitchd: Document "coverage/log" in man page.Justin Pettit
2011-09-29lacp: Make argument to ovs-appctl "lacp/show" command optional.Justin Pettit
2011-09-29cfm: Make argument to ovs-appctl "cfm/show" command optional.Justin Pettit
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-29bridge: Clear out all Interface fields when an interface cannot be created.Ben Pfaff
2011-09-26Implement "native VLAN" feature.Ben Pfaff
2011-09-23Include sys/wait.h for WIFEXITEDSimon Horman
2011-09-16cfm: Update cfm_remote_mpids documentation.Ethan Jackson
2011-09-16notifiers: Create and destroy nln_notifiers.Ethan Jackson
2011-09-16notifiers: Rename run and wait functions.Ethan Jackson
2011-09-15ovs-brcompatd: Delete ports when netdevs on fake bridges disappear.Ben Pfaff
2011-09-12bridge: Don't update CFM on synthetic interfaces.Ethan Jackson
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-09-09datapath: add key support to CAPWAP tunnelValient Gough
2011-09-09bridge: Avoid reading uninitialized data in bridge_pick_local_hw_addr().Ben Pfaff
2011-09-09cfm: Write remote MPIDs to the database.Ethan Jackson
2011-09-09cfm: Eight byte MPIDs in extended mode.Ethan Jackson
2011-09-09cfm: Allow accurate transmission intervals in extended mode.Ethan Jackson
2011-09-09cfm: New cfm extended mode.Ethan Jackson
2011-09-09cfm: Remove cfm_remote_mpid configuration.Ethan Jackson
2011-09-09bridge: Clear fault when CFM is not configured.Ethan Jackson
2011-09-09bridge: Write CFM changes more aggressively.Ethan Jackson
2011-09-09bridge: ovsdb_idl_omit_alert() on additional columns.Ethan Jackson
2011-09-08vswitch.xml: Whitespace cleanup.Ethan Jackson
2011-09-01netlink-notifier: Rename rtnetlink code.Ethan Jackson
2011-09-01lib: Rename rtnetlink.[ch] files.Ethan Jackson
2011-09-01lacp: Clarify documentation.Ethan Jackson
2011-08-26bridge: Make bridge_pick_local_hw_addr() easier to reason.Justin Pettit
2011-08-24docs: Suppress "warning: macro `DD' not defined" warningSimon Horman
2011-08-22Drop spurious 'H' cases from daemon option parsing switch statements.Ben Pfaff
2011-08-15vswitch.xml: Remove unused "hwaddr" other-config key.Justin Pettit
2011-08-09Option to forward BPDU (Ethernet control class) framesSanjay Sane
2011-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-08-08netdev: Decouple creating and configuring network devices.Ben Pfaff
2011-08-08netdev: Clean up and refactor packet receive interface.Ben Pfaff
2011-08-08bridge: Add port to datapath before trying to retrieve device stats.Ben Pfaff
2011-08-08Document and warn that mirroring to a VLAN is incompatible with SLB bonding.Ben Pfaff
2011-08-08Document that mirroring to a GRE tunnel works and is better than RSPAN.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-28ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman
2011-07-27Remove spurious blank line.Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Report the number of connections for inbound Managers.Ben Pfaff
2011-07-26ovs-vswitchd: Make database socket command-line argument optional.Ben Pfaff
2011-07-22INTERNALS: Describe SLB bonding.Ben Pfaff
2011-07-20bridge: Log a warning when QoS misconfiguration is likely.Ben Pfaff
2011-07-18ofproto-dpif: Do not mirror L2 multicast switch protocols to VLANs.Ben Pfaff
2011-07-01bridge: Update controller connection status correctly.Andrew Evans