Avoid printf type modifiers not supported by MSVC C runtime library.
[sliver-openvswitch.git] / lib / bfd.c
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.