meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / vswitchd / bridge.c
2012-04-10 Ansis Attekavswitchd: Remove port from datapath if it becomes non...
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-03 Ben Pfaffvswitchd: Also consider access port VLANs as "in use...
2011-12-21 Ansis Attekavswitchd: fix "implicit declaration of function" build...
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-12-19 Ben Pfaffunixctl: Implement quoting.
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 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 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-03 Ethan Jacksoncfm: Support tagged CCM PDUs.
2011-10-26 Ethan Jacksonvswitch: Don't update STP on synthetic ports.
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-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-05 Justin Pettitbridge: Fix comment describing iface_refresh_cfm_stats().
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-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-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: 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-08-26 Justin Pettitbridge: Make bridge_pick_local_hw_addr() easier to...
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-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-20 Ben Pfaffbridge: Log a warning when QoS misconfiguration is...
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-21 Ben Pfaffbridge: Enable system stats only if turned on in the...
2011-06-17 Ben Pfaffbridge: Avoid duplicate logging when netdev_get_etherad...
2011-06-07 Ben Pfaffbridge: Fix memory leak in port_configure().
2011-05-26 Ben Pfaffbridge: Avoid "cast increases required alignment of...
2011-05-25 Ethan Jacksonbridge: Interface may be configured with incorrect...
2011-05-24 Ethan Jacksoncfm: Require 'name' field for 'cfm' objects.
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-20 Ethan Jacksoncfm: No longer allow configuration of ma_name and md_name.
2011-05-20 Ethan Jacksoncfm: Migrate cfm/show unixctl command to CFM module.
2011-05-20 Ethan Jacksonnetdev: Take responsibility for polling MII registers.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ben Pfaffbridge: Fill in ofport column of Interface records.
2011-05-16 Ben Pfaffbridge: Avoid double-free of bond fake ifaces.
2011-05-13 Ben Pfaffbridge: Fix uninitialized bond_stable_ids in port_confi...
2011-05-12 Ben Pfaffbridge: Keep default Ethernet address stable between...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffofproto: Improve abstraction by using OpenFlow port...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-07 Ethan Jacksonbridge: Don't configure QoS without Queues.
2011-05-06 Ethan Jacksonlacp: New "lacp-heartbeat" mode.
2011-05-06 Ethan Jacksonbond: Create new "bond-stable-id".
2011-05-04 Ben Pfaffofproto: Rename ofproto_iface_*() functions to ofproto_...
2011-05-04 Ben Pfaffbridge: Reorder configuration.
2011-05-04 Ben Pfaffbridge: Factor code out of bridge_reconfigure().
2011-05-04 Ben Pfaffbridge: Get rid of bridge_get_all_ifaces(), bridge_fetc...
2011-05-04 Ben Pfaffbridge: Change all_bridges from list to hmap (indexed...
2011-05-04 Ben Pfaffbridge: Eliminate direct dependencies on dpif.
2011-05-04 Ben Pfaffbridge: Change 'iface_by_name' from shash to hmap.
2011-05-04 Ben Pfaffbridge: Use bridge name, instead of dpif name, in log...
2011-05-04 Ben Pfaffbridge: Inline iterate_and_prune_ifaces() and remove it.
2011-05-04 Ben Pfaffbridge: Avoid extra iteration through all "struct iface"s.
2011-04-27 Ethan Jacksonlacp: Allow configurable aggregation keys.
2011-04-27 Ethan Jacksonlacp: New other_config setting "lacp-force-aggregatable".
2011-04-26 Ethan Jacksonbond: New bond-hash-basis setting.
next