bridge: Reconfigure in single pass.
[sliver-openvswitch.git] / vswitchd / bridge.c
2013-12-12 Ben Pfaffbridge: Reconfigure in single pass.
2013-12-11 Ben Pfaffnetdev: Log a warning when netdev_set_config() fails.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-06 Andy Zhouofproto: Move bond files to ofproto
2013-12-05 Ben Pfaffbridge: Improve iface_set_ofport() style.
2013-11-21 Romain Lengletipfix: allow empty targets column in table IPFIX
2013-11-21 Romain Lengletipfix: fix segfault for Flow_Sample_Collector_Set witho...
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2013-11-12 Ravi Kondamurubond: Use active-backup mode on LACP failure.
2013-11-04 alex wangcfm: Add ovsdb column "cfm_flap_count".
2013-10-01 Justin Pettitovsdb: Define official port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-09-12 Alex Wangvswitchd: Clear bfd_status column when bfd is disabled...
2013-09-12 Alex Wangbridge: Always call smap_destroy() after smap_init()
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-08-28 Ben Pfaffnetdev: Fix deadlock when netdev_dump_queues() callback...
2013-08-22 Romain Lengletipfix: implement flow caching and aggregation in exporter
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-03 Ben Pfaffasync-append: Refactor to avoid requiring enabling...
2013-08-01 Ethan Jacksoncfm: Make the CFM module thread safe.
2013-07-23 Alex Wangvlan-splinter: Fix inverted logic bug.
2013-07-18 Ben Pfaffvlog: Use async I/O.
2013-07-08 Neil McKeebridge: Add ifindex column to Interface table.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffbridge: Don't log flow miss model on every reconfiguration.
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-06-04 Alex Wangbridge.c: Change variable "ofport" type in "struct...
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-22 Ethan Jacksoncfm: Implement "demand mode".
2013-05-17 Ben Pfaffbridge: Fix use of wild pointer in iface_do_create().
2013-05-16 Alex Wangnetdev: Prevent using reserved names
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-05-03 Ben Pfaffbridge: Correctly omit unsupported interface statistics...
2013-04-29 Gurucharan Shettyvswitchd: Disable system stats collection on a concurre...
2013-04-08 Justin Pettitbridge: Report PID of yielding process when multiple...
2013-04-22 Romain LengletImplement IPFIX export
2013-04-11 Ben Pfaffbridge: Complete initial configuration even with empty...
2013-04-11 Ben Pfaffbridge: Only complete daemonization after db commits...
2013-03-19 Ben Pfaffbridge: Rate-limit updates to "instant stats".
2013-03-15 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-03-12 Justin Pettitbridge: Minor style fix.
2013-03-12 Ben Pfaffbridge: Minor style fix.
2013-03-07 Ben Pfaffbridge: Fix interpretation of 'health' member of struct...
2013-03-07 Ben Pfaffbridge: Fix remote_opstate bug recently introduced.
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2013-02-05 Ethan Jacksonbond: Remove stable bond mode.
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.
next