summaryrefslogtreecommitdiff
path: root/lib/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* lib/bfd: Used relaxed atomics and optimize bfd_should_process_flow().Jarno Rajahalme2014-08-291-20/+27
* bfd: Add configuration for setting and matching mac address.Alex Wang2014-08-141-14/+33
* bfd: Flip the default value of bfd ip source and destination.Alex Wang2014-08-141-2/+2
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* lib: Fix FreeBSD build.Joe Stringer2014-06-271-0/+1
* bfd: Update bfd status on bfd creation and deletion.Alex Wang2014-05-071-0/+3
* bfd: Require bfd control packet received in forwarding_if_rx mode.Alex Wang2014-04-301-7/+20
* bfd/cfm: Check status change before update status to database.Alex Wang2014-04-241-3/+32
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+1
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-2/+7
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* bfd: Remove unnecessary include of netlink header.Gurucharan Shetty2014-03-131-1/+0
* Replace inet_aton() with inet_pton().Gurucharan Shetty2014-02-211-1/+1
* bfd: Add bfd_src_ip and bfd_dst_ip.Alex Wang2014-01-211-4/+33
* bfd: Fix cpath_down set failure.Alex Wang2014-01-081-4/+2
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-19/+11
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* bfd: Notify connectivity_seq on rmt_state changes.Joe Stringer2013-12-261-0/+4
* bfd: Set next_tx correctly when processing packetsJoe Stringer2013-12-171-1/+3
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* ofproto-dpif: Don't poll ports when nothing changesJoe Stringer2013-12-121-1/+6
* bfd: Change the update of forwarding flag.Alex Wang2013-12-091-41/+39
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* bfd: Add new key "flap_count" to "bfd_status".Alex Wang2013-11-201-1/+10
* bfd: Add forwarding flag to struct bfd.Alex Wang2013-11-201-12/+19
* bfd: Improve log message.Ben Pfaff2013-11-021-2/+4
* bfd: Add bfd_wake_time() function.Alex Wang2013-10-161-6/+20
* packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff2013-08-271-2/+4
* bfd: Implement forwarding_if_rx.Alex Wang2013-08-221-8/+66
* ovs-atomic: atomic_load() must take a non-const argument.Ben Pfaff2013-08-201-1/+3
* bfd: Implement BFD decay.Alex Wang2013-08-201-5/+129
* bfd: Include prerequisite header for FreeBSDEd Maste2013-08-161-0/+1
* bfd: Increase configuration efficiency.Alex Wang2013-08-141-3/+7
* bfd: Fix check_tnl_key error.Alex Wang2013-08-141-1/+1
* bfd: Delete trailing whitespace in 'bfd/show' output.Alex Wang2013-08-131-0/+2
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-12/+12
* clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang2013-08-091-24/+24
* bfd: Fix build on netbsd-6.YAMAMOTO Takashi2013-08-071-0/+1
* bfd: Optimize BFD for Megaflows.Gurucharan Shetty2013-08-051-2/+23
* BFD: Populate ToS field in BFD packets.Pavithra Ramesh2013-08-051-4/+4
* bfd: Make the BFD module thread safe.Ethan Jackson2013-08-011-77/+139
* bfd: Downgrade long delay messages to INFO level.Ethan Jackson2013-07-311-1/+1
* bfd: Use htonll() instead of htonl() for tunnel ID constant.Ben Pfaff2013-07-171-1/+2
* BFD: Add check_tnl_key feature to BFD code.Pavithra Ramesh2013-07-151-6/+9
* BFD: Add forwarding_override command for BFD.Pavithra Ramesh2013-07-071-0/+48
* bfd: Reference count 'struct bfd'.Ethan Jackson2013-06-271-5/+28
* bfd: Fix typo in comment.Ben Pfaff2013-06-261-1/+1
* ofproto-dpif: Always un-wildcard 'dl_type'.Justin Pettit2013-06-251-1/+0
* ofproto-dpif: Don't wildcard fields used in special processing.Justin Pettit2013-06-171-1/+4
* BFD: Reconfigure BFD on port deletion.Pavithra Ramesh2013-05-281-2/+3