bfd: Require bfd control packet received in forwarding_if_rx mode.
[sliver-openvswitch.git] / lib / bfd.c
2014-04-30 Alex Wangbfd: Require bfd control packet received in forwarding_...
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-25 Jarno Rajahalmelib/ofpbuf: Remove 'l7' pointer.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-13 Gurucharan Shettybfd: Remove unnecessary include of netlink header.
2014-02-21 Gurucharan ShettyReplace inet_aton() with inet_pton().
2014-01-21 Alex Wangbfd: Add bfd_src_ip and bfd_dst_ip.
2014-01-09 Alex Wangbfd: Fix cpath_down set failure.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2013-12-26 Joe Stringerbfd: Notify connectivity_seq on rmt_state changes.
2013-12-17 Joe Stringerbfd: Set next_tx correctly when processing packets
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-12 Joe Stringerofproto-dpif: Don't poll ports when nothing changes
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Alex Wangbfd: Add new key "flap_count" to "bfd_status".
2013-11-20 Alex Wangbfd: Add forwarding flag to struct bfd.
2013-11-02 Ben Pfaffbfd: Improve log message.
2013-10-17 Alex Wangbfd: Add bfd_wake_time() function.
2013-08-28 Ben Pfaffpackets: Do not assume that IPv4, TCP, or ARP headers...
2013-08-22 Alex Wangbfd: Implement forwarding_if_rx.
2013-08-20 Ben Pfaffovs-atomic: atomic_load() must take a non-const argument.
2013-08-20 Alex Wangbfd: Implement BFD decay.
2013-08-16 Ed Mastebfd: Include prerequisite header for FreeBSD
2013-08-14 Alex Wangbfd: Increase configuration efficiency.
2013-08-14 Alex Wangbfd: Fix check_tnl_key error.
2013-08-13 Alex Wangbfd: Delete trailing whitespace in 'bfd/show' output.
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-08-08 YAMAMOTO Takashibfd: Fix build on netbsd-6.
2013-08-05 Gurucharan Shettybfd: Optimize BFD for Megaflows.
2013-08-05 Pavithra RameshBFD: Populate ToS field in BFD packets.
2013-08-01 Ethan Jacksonbfd: Make the BFD module thread safe.
2013-07-31 Ethan Jacksonbfd: Downgrade long delay messages to INFO level.
2013-07-17 Ben Pfaffbfd: Use htonll() instead of htonl() for tunnel ID...
2013-07-16 Pavithra RameshBFD: Add check_tnl_key feature to BFD code.
2013-07-07 Pavithra RameshBFD: Add forwarding_override command for BFD.
2013-06-28 Ethan Jacksonbfd: Reference count 'struct bfd'.
2013-06-26 Ben Pfaffbfd: Fix typo in comment.
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-05-28 Pavithra RameshBFD: Reconfigure BFD on port deletion.
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.