Merge 'next' into 'master'.
[sliver-openvswitch.git] / vswitchd / bridge.c
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.
2011-03-22 Ethan Jacksonvswitchd: Properly calculate output port.
2011-03-22 Ethan Jacksonvswitchd: Destroy lacp in port_destroy().
2011-03-22 Ethan Jacksonbridge: Memory leak in port_destroy()
2011-03-22 Ben Pfaffbridge: Change bridge's 'ports' member from array to...
2011-03-22 Ben Pfaffbridge: Avoid flushing entire MAC learning table for...
2011-03-22 Ben Pfaffbridge: Use pointer to "struct port", not "port_idx...
2011-03-22 Ben Pfaffmac-learning: Change 'port' member to a union.
2011-03-22 Ben Pfaffmac-learning: Refactor to increase generality.
2011-03-22 Ben Pfaffbridge: Change port's 'ifaces' member from array to...
2011-03-22 Ben Pfaffbridge: Get rid of "port_ifidx" in struct iface. Fix...
2011-03-22 Ben Pfaffbridge: Expire bond slave assignments when their loads...
2011-03-22 Ben Pfaffbridge: Improve name and comments for bond_entry's...
2011-03-22 Ben Pfaffbridge: Change struct port's active_iface member from...
2011-03-22 Ben Pfaffbridge: Get rid of redundant bridge_get_local_iface...
2011-03-22 Ben Pfaffbridge: Drop 'active_iface_tag' from "struct port".
2011-03-22 Ben Pfaffbridge: Don't bother revalidating in combination with...
2011-03-21 Ben Pfaffbridge: Always delete the correct interfaces in port_de...
2011-03-18 Ben Pfaffofproto: Take responsibility for connectivity fault...
2011-03-18 Ben Pfaffofproto: Specialize ofproto_send_packet() for uses...
2011-03-18 Ben Pfaffbridge: Consistently use miimon status if miimon is...
2011-03-18 Ethan Jacksonlacp: Enable "fast" lacp timing mode.
2011-03-18 Ethan Jacksonvswitchd: Modularize LACP.
2011-03-17 Ethan Jacksonvswitchd: Update lacp before bonding.
2011-03-17 Ethan Jacksonpackets: Rename LACP portid and sysid to port_id and...
next