aboutsummaryrefslogtreecommitdiff
path: root/lib/cfm.c
AgeCommit message (Expand)Author
2013-10-16cfm: Add cfm_wake_time() function.Alex Wang
2013-09-20cfm: Don't enforce CFM_FAULT_INTERVAL.Ethan Jackson
2013-09-19cfm: Prevent interval fault when demand mode is enabled on one end.alex wang
2013-09-04cfm: Fix a memory allocation bug in cfm_get_remove_mpids().Guolin Yang
2013-08-20ovs-atomic: atomic_load() must take a non-const argument.Ben Pfaff
2013-08-09clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang
2013-08-09clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang
2013-08-05cfm: update remote opstate only when a CCM is received.Paul Ingram
2013-08-01cfm: Make the CFM module thread safe.Ethan Jackson
2013-07-17Make attribute packed equivalent for MSC compilers.Linda Sun
2013-06-27cfm: Reference count 'struct cfm'.Ethan Jackson
2013-06-25ofproto-dpif: Always un-wildcard 'dl_type'.Justin Pettit
2013-06-17ofproto-dpif: Don't wildcard fields used in special processing.Justin Pettit
2013-06-04Fix misspellings in comments and docs.Andy Hill
2013-06-03cfm: Update netdev when changed.Ethan Jackson
2013-05-22cfm: Implement "demand mode".Ethan Jackson
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-10-14cfm: Scope CFM packets to key zero.Ethan Jackson
2012-08-13cfm: Report opup as undefined if not in extended mode.Ethan Jackson
2012-07-20cfm: Clear RDI on new CFM configurations.Ethan Jackson
2012-07-20cfm: Improve logging.Ethan Jackson
2012-07-11cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff
2012-07-09cfm: Remove sequence fault reason.Ethan Jackson
2012-06-20cfm: Minor whitespace cleanup.Ethan Jackson
2012-06-20cfm: Warn when delayed sending CCMs.Ethan Jackson
2012-06-20cfm: Log the start of new fault intervals.Ethan Jackson
2012-05-14cfm: Avoid null pointer dereference in cfm_process_heartbeat().Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-30cfm: Avoid constructing log message that will be dropped by rate-limiting.Ben Pfaff
2012-04-26cfm: Log fault status changes more informatively.Ben Pfaff
2012-04-06Added handling of previously ignored cfm faults.Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-04-05Revert "Granular link health statistics for cfm."Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-19cfm: Support random VLAN tag for CCM PDUs.Ethan Jackson
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-08cfm: Expose detailed fault status in the database.Ethan Jackson
2012-02-02cfm: Support high priority CCM broadcasts.Ethan Jackson
2012-02-02cfm: Allow manual override of CFM fault status.Ethan Jackson
2012-01-23cfm: Log more aggressively amidst packet loss.Ethan Jackson
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-11-03cfm: Support tagged CCM PDUs.Ethan Jackson
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-11cfm: Show extended mode in cfm/show appctl command.Ethan Jackson
2011-10-10cfm: Send properly formatted CCMs.Ben Pfaff
2011-09-29cfm: Cleanup output of ovs-appctl "cfm/show" command.Justin Pettit
2011-09-29cfm: Make argument to ovs-appctl "cfm/show" command optional.Justin Pettit
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-15cfm: Delete spurious blank line.Ben Pfaff
2011-09-09cfm: Write remote MPIDs to the database.Ethan Jackson