summaryrefslogtreecommitdiff
path: root/lib/bfd.c
Commit message (Expand)AuthorAgeFilesLines
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-141-23/+28
* bfd: Support overlay BFDYifeng Sun2020-07-271-3/+13
* bfd: Make the tp_dst masking megaflow-friendly.Han Zhou2018-10-031-12/+11
* bfd: Remove leading tabs from output.Ben Pfaff2018-06-111-27/+27
* bfd: Send BFD packets with DSCP CS6Venkatesan Pradeep2018-01-231-1/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* bfd: Detect Multiplier configurationSzucs Gabor2017-06-061-3/+27
* bfd: Fix signs in ovs-appctl bfd/show Detect Time, Next Tx Time, Last TX TimeGábor Szűcs2017-05-181-3/+3
* Fix format specifier technicalities.Ben Pfaff2017-03-171-2/+2
* ofproto-dpif-xlate: Adjust generated mask for fragments.Daniele Di Proietto2016-09-211-1/+1
* smap: New function smap_get_def().Ben Pfaff2016-08-081-42/+18
* Explain initialization when using csum()Ryan Moats2016-07-241-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-1/+6
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-2/+2
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-1/+1
* bfd: always export remote_state and remote_diagnostic to OVSDBAndy Zhou2015-10-221-6/+3
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-23/+19
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-161-10/+10
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-2/+4
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-11/+12
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* BFD: Decreasing minimal transmit and receive intervalNiels van Adrichem2014-10-071-2/+2
* 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