bridge: Fix high cpu utilization.
[cascardo/ovs.git] / vswitchd / bridge.c
2014-10-01 Alex Wangbridge: Fix high cpu utilization.
2014-09-29 Joe Stringerbridge: Fix bug where IDL wakeup causes 100% CPU.
2014-09-23 Alex Wangbridge: Refactor the stats and status update.
2014-09-23 Alex Wangbridge: Rate limit the statistics update.
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-09 Jarno Rajahalmelib/rstp: Better debug messages, style fixes.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-13 Alex Wangovs-numa: Add ovs-numa.{c,h} for extracting and storing cpu
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-07-21 Jarno Rajahalmevswitchd/bridge: Fix setting default prefix fields.
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-06-24 Flavio Leitnerbridge: Enable multicast support on the bridge
2014-06-14 Alex Wangbridge: Make ovs-vswitchd run again if status_txn commi...
2014-06-14 Alex Wangofproto: Add separate functions for checking bfd/cfm...
2014-06-14 Alex Wangcfm: Extracts the cfm status in one function.
2014-05-28 Gurucharan Shettybridge: Initialize dscp for mgmt connections.
2014-05-19 Thomas Grafvswitchd: Add error column to Interface table to store...
2014-05-16 Jarno RajahalmeUse prefix trie lookup for IPv4 by default.
2014-05-16 Ryan Wilsonnetdev: Remove netdev from global shash when the user...
2014-05-14 Ben PfaffRemove --enable-of14 option because the implementation...
2014-05-04 YAMAMOTO Takashibridge: Fix a NULL dereference
2014-05-02 Alex Wangbridge: Allow users to configure statistics update...
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-04-30 Joe Stringerbridge: Remove traces of flow-eviction-threshold.
2014-04-28 Alex Wangbridge: Refactor the 'Instant' stats logic.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Ben Pfaffbridge: When ports disappear from a datapath, add them...
2014-04-09 Thomas Grafbridge: improve vlan mode related error messages when...
2014-04-03 Flavio Leitnerbridge: don't bring up internal ports by default.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-24 Ben Pfaffbitmap: Make bitmap_scan() able to scan for 0-bits...
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-02-26 Helmut Schaavswitchd: Limit fake bridge MAC selection to ports...
2014-02-26 Helmut Schaavswitchd: Split pick_local_hw_addr
2014-02-21 Gurucharan ShettyReplace inet_aton() with inet_pton().
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-31 Ben Pfaffbridge: Set ofport column in every database transaction.
2014-01-17 Helmut Schaavswitchd: Inherit parents mac address for fake bridges
2014-01-15 YAMAMOTO Takashibridge: Update a comment
2013-12-30 Alex Wangbridge: Fix reversed string parsing in bridge_configure...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-17 Ben Pfaffbridge: Let ofprotos run once before reporting configur...
2013-12-16 Ben Pfaffbridge: Remove superfluous "inline" from ofp12_controll...
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-12 Joe Stringerbridge: Only store instant_stats on device changes
2013-12-12 Ben Pfaffbridge: Support changing port numbers.
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.
next