meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / vswitchd /
2012-03-05 Ben Pfaffvswitchd: Document behavior of 802.1p priorities with...
2012-03-05 Ben Pfaffbridge: Remove unwanted ports at time of ofproto creation.
2012-02-17 Ben Pfaffvswitchd: Always configure a default queue for QoS.
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-01-24 Ethan Jacksonofproto: Optionally flush all learning tables with...
2012-01-03 Ben Pfaffvswitchd: Also consider access port VLANs as "in use...
2011-12-16 Ethan Jacksonbond: Warn of imminent default bond_mode change.
2011-12-12 Ben Pfaffbridge: Enable support for access and native VLAN ports...
2011-12-10 Ben Pfaffbridge: Avoid use-after-free with VLAN splinters and...
2011-11-30 Ethan Jacksonlacp: Require non-zero system ID.
2011-11-30 Ethan Jacksonbridge: Honor lacp-system-id other_config setting.
2011-11-30 Ben Pfaffbridge: Configure datapath ID earlier.
2011-11-30 Ethan Jacksonbridge: Remove redundant newline.
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-24 Justin Pettitovs-vswitchd: Track packet and byte statistics sent...
2011-11-24 Justin Pettitmirroring: Use more generic terms for mirroring.
2011-11-24 Ben PfaffImplement new "VLAN splinters" feature.
2011-11-23 Ben Pfaffvswitchd: Remove special case for VLAN devices.
2011-11-23 Ben Pfaffbridge: Fix incorrect comments.
2011-11-23 Ben Pfaffbridge: Avoid reading other_config columns with ovsdb_i...
2011-11-23 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ben Pfaffofproto-dpif: Do not output RSPAN packets to SPAN ports.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-11 Ben Pfaffdocs: Always build ovs-vswitchd.conf.db.5 in srcdir.
2011-11-03 Ethan Jacksoncfm: Support tagged CCM PDUs.
2011-11-01 Ansis Attekaovs-appctl: Add fdb/flush command
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-10-26 Ben PfaffImplement automatic dependency generation for manpages.
2011-10-26 Ethan Jacksonvswitch: Don't update STP on synthetic ports.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-22 Justin Pettitovs-vswitchd: Add support for 802.1D STP.
2011-10-18 Ben Pfaffbridge: Allow specially named "unix:" controllers.
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-10-17 Ethan Jacksonvswitchd: Update link_state instantly.
2011-10-17 Ethan Jacksonvswitchd: Cleanup rate limited DB writes.
2011-10-17 Ethan Jacksonvswitchd: Remove iface_get_carrier().
2011-10-17 Ben Pfaffbridge: Forbid '/' in bridge names to prevent arbitrary...
2011-10-12 Ben Pfaffvswitch.xml: Correct CAPWAP minimum Linux kernel version.
2011-10-12 Ben Pfaffovs.db.types: Consistently use commas in formatting...
2011-10-12 Ben Pfaffvswitchd: Document constraints on keys.
2011-10-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-11 Ethan Jacksonvswitch.xml: Annotate 'false' keyword in CFM documentation.
2011-10-07 Ben Pfaffvswitch.ovsschema: Mark more CFM columns ephemeral.
2011-10-05 Justin Pettitbridge: Fix comment describing iface_refresh_cfm_stats().
2011-10-04 Ben Pfaffvswitchd: Document map members as separate columns
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-09-30 Justin Pettitovs-vswitchd: Document "coverage/log" in man page.
2011-09-30 Justin Pettitlacp: Make argument to ovs-appctl "lacp/show" command...
2011-09-30 Justin Pettitcfm: Make argument to ovs-appctl "cfm/show" command...
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-29 Ben Pfaffbridge: Clear out all Interface fields when an interfac...
2011-09-26 Ben PfaffImplement "native VLAN" feature.
2011-09-23 Simon HormanInclude sys/wait.h for WIFEXITED
2011-09-16 Ethan Jacksoncfm: Update cfm_remote_mpids documentation.
2011-09-16 Ethan Jacksonnotifiers: Create and destroy nln_notifiers.
2011-09-16 Ethan Jacksonnotifiers: Rename run and wait functions.
2011-09-15 Ben Pfaffovs-brcompatd: Delete ports when netdevs on fake bridge...
2011-09-13 Ethan Jacksonbridge: Don't update CFM on synthetic interfaces.
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-10 Valient Goughdatapath: add key support to CAPWAP tunnel
2011-09-09 Ben Pfaffbridge: Avoid reading uninitialized data in bridge_pick...
2011-09-09 Ethan Jacksoncfm: Write remote MPIDs to the database.
2011-09-09 Ethan Jacksoncfm: Eight byte MPIDs in extended mode.
2011-09-09 Ethan Jacksoncfm: Allow accurate transmission intervals in extended...
2011-09-09 Ethan Jacksoncfm: New cfm extended mode.
2011-09-09 Ethan Jacksoncfm: Remove cfm_remote_mpid configuration.
2011-09-09 Ethan Jacksonbridge: Clear fault when CFM is not configured.
2011-09-09 Ethan Jacksonbridge: Write CFM changes more aggressively.
2011-09-09 Ethan Jacksonbridge: ovsdb_idl_omit_alert() on additional columns.
2011-09-09 Ethan Jacksonvswitch.xml: Whitespace cleanup.
2011-09-02 Ethan Jacksonnetlink-notifier: Rename rtnetlink code.
2011-09-02 Ethan Jacksonlib: Rename rtnetlink.[ch] files.
2011-09-01 Ethan Jacksonlacp: Clarify documentation.
2011-08-26 Justin Pettitbridge: Make bridge_pick_local_hw_addr() easier to...
2011-08-24 Simon Hormandocs: Suppress "warning: macro `DD' not defined" warning
2011-08-22 Ben PfaffDrop spurious 'H' cases from daemon option parsing...
2011-08-15 Justin Pettitvswitch.xml: Remove unused "hwaddr" other-config key.
2011-08-09 Sanjay SaneOption to forward BPDU (Ethernet control class) frames
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-08 Ben Pfaffbridge: Add port to datapath before trying to retrieve...
2011-08-08 Ben PfaffDocument and warn that mirroring to a VLAN is incompati...
2011-08-08 Ben PfaffDocument that mirroring to a GRE tunnel works and is...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-28 Ben PfaffRemove spurious blank line.
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Report the number of connections for inbound...
2011-07-26 Ben Pfaffovs-vswitchd: Make database socket command-line argumen...
2011-07-22 Ben PfaffINTERNALS: Describe SLB bonding.
2011-07-20 Ben Pfaffbridge: Log a warning when QoS misconfiguration is...
2011-07-18 Ben Pfaffofproto-dpif: Do not mirror L2 multicast switch protoco...
2011-07-01 Andrew Evansbridge: Update controller connection status correctly.
2011-07-01 Ben Pfaffbridge: Fix null pointer dereference.
2011-06-28 Andrew Evansbridge: Populate interface status/statistics as soon...
2011-06-22 Andrew Evansvswitch.xml: Use new <ref key> attribute where appropriate.
next