netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / bfd.c
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-10-23 Andy Zhoubfd: always export remote_state and remote_diagnostic...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-07 Niels van AdrichemBFD: Decreasing minimal transmit and receive interval
2014-08-29 Jarno Rajahalmelib/bfd: Used relaxed atomics and optimize bfd_should_p...
2014-08-14 Alex Wangbfd: Add configuration for setting and matching mac...
2014-08-14 Alex Wangbfd: Flip the default value of bfd ip source and destin...
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-06-26 Joe Stringerlib: Fix FreeBSD build.
2014-05-07 Alex Wangbfd: Update bfd status on bfd creation and deletion.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
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.