Global replace of Nicira Networks.
[sliver-openvswitch.git] / vswitchd / bridge.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-25 Ben Pfaffvswitchd: Clean up iface_create().
2012-04-25 Ben Pfaffvswitchd: Make reconfiguration update port configuratio...
2012-04-25 Ben Pfaffvswitchd: Make iface_create() return an indication...
2012-04-25 Ben Pfaffvswitchd: Factor code to configure netdevs out of iface...
2012-04-25 Ben Pfaffvswitchd: Refactor iface_refresh_type() into iface_get_...
2012-04-25 Ben Pfaffvswitchd: Drop 'need_refresh' member from struct iface.
2012-04-25 Ben Pfaffvswitchd: Push ofproto_port declaration down to inner...
2012-04-23 Ethan Jacksonbridge: Ignore null interfaces as required.
2012-04-24 Ben Pfaffvswitchd: Report actual port number, not -1, in "added...
2012-04-23 Ethan Jacksonbridge: Refactor bridge_reconfigure().
2012-04-23 Ethan Jacksonvswitchd: Remove unused 'tag' from 'struct iface'.
2012-04-17 Ethan Jacksonlacp: Remove heartbeat mode.
2012-04-17 Ethan Jacksonlacp: Remove custom transmission intervals.
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-11 Ethan Jacksonbridge: Rate limit port creations and deletions.
2012-04-11 Ethan Jacksonbridge: Rate limit default address warnings.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-04-09 Ansis Attekavswitchd: Remove port from datapath if it becomes non...
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-03-28 Ben PfaffRearrange structures to better fit valgrind's memory...
2012-03-27 Ben PfaffAvoid possibly including an old vswitch-idl.h.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Pravin B Shelarvswitchd: Do not refresh existing iface on new device...
2012-03-22 Ethan Jacksonidl: New helpers for accessing string maps.
2012-03-22 Ethan Jacksonbridge: Shorten long lines.
2012-03-22 Pravin B Shelarnetdev: Rename netdev->get_status() to netdev->get_drv_...
2012-03-20 Ethan Jacksoncfm: Support random VLAN tag for CCM PDUs.
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-05 Ben Pfaffbridge: Remove unwanted ports at time of ofproto creation.
2012-02-29 Ben Pfaffbridge: Drop log message when a QoS record lacks a...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-17 Ben Pfaffvswitchd: Always configure a default queue for QoS.
2012-02-09 Ben Pfaffvswitchd: Add "enable-async-messages" setting for contr...
2012-02-09 Ethan Jacksoncfm: Expose detailed fault status in the database.
2012-02-03 Ethan Jacksoncfm: Support high priority CCM broadcasts.
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2012-01-30 Ethan Jacksonbond: Allow users to disable rebalancing.
2012-01-25 Ethan Jacksonstp: Allow manual topology change events.
2012-01-17 Ethan Jacksonbond: Change default bond_mode to active-backup.
2012-01-17 Ethan Jacksonlacp: Enforce valid lacp-system-id configuration.
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.
next