vlan-splinter: Fix inverted logic bug.
[cascardo/ovs.git] / vswitchd / bridge.c
2013-09-05 Alex Wangvlan-splinter: Fix inverted logic bug. v1.10.2
2013-04-29 Gurucharan Shettyvswitchd: Disable system stats collection on a concurre...
2013-04-11 Ben Pfaffbridge: Complete initial configuration even with empty...
2013-04-11 Ben Pfaffbridge: Only complete daemonization after db commits...
2013-03-20 Ben Pfaffbridge: Rate-limit updates to "instant stats".
2013-03-18 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-03-12 Justin Pettitbridge: Store the 'mac_in_use' for interfaces in OVSDB.
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2013-02-01 Ben Pfaffbridge: Rename iface_create() variable to avoid hiding...
2013-01-23 Ben Pfaffbridge: Fix bug in equal_pathnames().
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Pavithra Rameshbridge: Remove restriction on socket name.
2013-01-04 Ethan Jacksonnetdev: Rename get_drv_info() to get_status().
2013-01-02 Ethan Jacksonbridge: Log version number precisely once.
2012-12-26 Ben Pfaffovs-vswitch: Make OpenFlow "dp_desc" configurable.
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-12-08 Ed Mastevswitchd: Avoid writing to const struct
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-12-04 Justin Pettitbridge: Set mac address when no physical ports attached.
2012-11-29 Ben Pfaffbridge: Drop warning about the default bridge Ethernet...
2012-11-26 Gurucharan Shettyvswitchd: Make Interface's ofport a persistent column.
2012-11-20 Ben Pfaffbridge: Fix typo in comment.
2012-11-19 Simon Hormanvswitchd: Configuration of allowed OpenFlow versions
2012-11-16 Justin Pettitbridge: Always "up" internal devices.
2012-11-16 Justin Pettitbridge: Introduce iface_is_internal() function.
2012-11-16 Justin Pettitbridge: Open internal ports with the correct type.
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-06 Ethan Jacksonbridge: Fix a segmentation fault in bridge_init_ofproto().
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Justin Pettitofproto-dpif: Use a single underlying datapath across...
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
2012-11-02 Justin Pettitofproto: Add initialization function.
2012-11-02 Justin PettitAllow the OpenFlow port to be requested for a port.
2012-10-15 Ethan Jacksoncfm: Scope CFM packets to key zero.
2012-10-12 Ben Pfaffofproto: Fix typo in macro name.
2012-09-28 Ethan Jacksonidl: Optionally warn when writing to read-write columns.
2012-09-20 Ethan Jacksonbridge: Omit alerts on the cfm_remote_opstate column.
2012-08-29 Ethan Jacksonvswitchd: Respect other_config:stp-enable port setting.
2012-08-29 Ethan Jacksonbridge: Deprecate the null interface type.
2012-08-22 Ansis Attekastp: port_no counter is off by one
2012-08-15 Ethan Jacksonbridge: Write certain statistics to the database instantly.
2012-08-13 Ethan Jacksoncfm: Expose remote CFM opstate in the database.
2012-07-18 Ethan Jacksonbridge: Segfault when missing Open vSwitch table.
2012-07-18 Ben Pfaffsystem-stats: Run as part of worker process.
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-07-17 Ethan Jacksonovsdb-server, ovs-vswitchd: Log version after daemonize...
2012-07-05 Ben Pfaffovs-vswitchd: Log datapath ID in a more user-friendly...
2012-06-22 Ethan Jacksonbridge: Run fast when adding and deleting ports.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-06-14 Ethan Jacksonlib: New data structure - smap.
2012-06-14 Ethan Jacksonbridge: Simplify VLAN splinter memory management.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-21 Ethan Jacksonbridge: Ignore "null" interfaces as required.
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...
next