Option to forward BPDU (Ethernet control class) frames
[sliver-openvswitch.git] / vswitchd / bridge.c
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.
2011-04-26 Ethan Jacksonbridge: Create new "null" interface type.
2011-04-26 Ben Pfaffmac-learning: Change mac_learning_set_flood_vlans(...
2011-04-26 Ben Pfaffvlan-bitmap: New data structure.
2011-04-26 Ben Pfaffbridge: Move logic for flushing flows and standalone...
2011-04-21 Ben Pfaffbridge: Remove slaves from the bond before closing...
2011-04-21 Ben Pfaffbridge: Tolerate missing Port and Interface records...
2011-04-20 Ben Pfaffbridge: Avoid memory leak from RSPAN mirrors in bridge_...
2011-04-19 Ethan Jacksonlacp: Implement custom timing mode.
2011-04-19 Ethan Jacksonbridge: LACP port ID and system ID in database.
2011-04-19 Ethan Jacksonlacp: New "strict" lacp mode.
2011-04-19 Ben Pfaffbridge: Fix VLAN selection mirroring logic.
2011-04-19 Ben Pfaffbridge: Reintroduce log message that was lost (and...
2011-04-19 Ben Pfaffbridge: Initialize mirrors' uuid member.
2011-04-18 Ethan Jacksonbridge: Report lacp_slave_is_current() in the database.
2011-04-18 Ethan Jacksonbridge: Generalize CFM rate limiter.
2011-04-18 Ben Pfaffbridge: Properly test for out-of-range values.
2011-04-15 Ethan Jacksonbridge: Destroy bond when port is destroyed.
2011-04-15 Ethan Jacksonbond: Completely pull LACP module out of bond.
2011-04-15 Ethan Jacksonbond: Create new 'stable_id' parameter.
2011-04-15 Ethan Jacksonbond: Give bridge control over LACP module.
2011-04-13 Ethan Jacksonbond: Reconfigure flows when bond mode changes.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-04-08 Ben Pfaffbridge: Monitor fewer OVSDB columns.
2011-04-06 Ethan Jacksonbridge: Run once before configuring CFM.
2011-04-01 Ben Pfaffbridge: Avoid partitioning the dst set.
2011-04-01 Ben Pfaffbridge: Separate mirroring logic from forwarding logic.
2011-04-01 Ben Pfaffbridge: Change "struct dst" from containing a dp_ifidx...
2011-04-01 Ben Pfaffbridge: Get rid of 'n_ifaces' member of struct port.
2011-04-01 Ben Pfaffbridge: Break bonding implementation out into library.
2011-04-01 Ben Pfaffbridge: Simplify and clean up bond slave enable/disable.
2011-04-01 Ben Pfaffbridge: Drop obsolete comment.
2011-04-01 Ben Pfaffbridge: Improve comment.
2011-04-01 Ben Pfaffbridge: Change Ethernet address array from 8 bytes...
2011-04-01 Ben Pfaffbridge: Avoid redundant dpif_flow_flush().
2011-04-01 Ben Pfafflacp: Encapsulate configuration into new structs.
2011-04-01 Ben Pfaffbridge: Drop LACP configuration members from struct...
2011-04-01 Ben Pfaffpackets: New function snap_compose(); rename compose_pa...
2011-03-31 Ben Pfaffbridge: Convert svecs to ssets.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-31 Ben Pfaffbridge: Destroy ofproto before deleting dpif.
2011-03-29 Ben Pfaffbridge: Always wait for MAC learning table and ports.
2011-03-28 Ethan Jacksoncfm: Create new cfm/show appctl command.
2011-03-28 Ethan Jacksonbridge: Write CFM updates more quickly.
2011-03-28 Ethan Jacksoncfm: Don't report unexpected remote endpoints.
2011-03-23 Ethan Jacksoncfm: cfm_run() return ccm instead of packet.
2011-03-23 Ethan Jacksonpackets: Create new compose_packet() function.
next