aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bfd/bfd_udp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-16/+0
2023-11-27bfd: fix buffer leak when cannot send periodic packetsAlexander Chernavin1-1/+1
2022-12-16bfd: fix bfd udp error enum incompatibilityDmitry Valter1-0/+8
2022-09-23bfd: add tracing support to bfd-processKlement Sekera1-51/+27
2022-08-10bfd: Express node stats using the .api fileNeale Ranns1-59/+19
2022-08-10bfd: More descriptive error codes during packet receive handlingNeale Ranns1-39/+46
2022-03-24bfd: use local error index when incrementing node countersPaul Atkins1-4/+4
2022-03-18bfd: remove source IP check from session addKlement Sekera1-55/+0
2022-03-09stats: refactorDamjan Marion1-9/+8
2022-02-16fib: Use the same adjacency that BFD is usingNeale Ranns1-0/+2
2022-02-16bfd: On a point to point link use the all zeros address for the peer.Neale Ranns1-8/+12
2022-02-14bfd: add per session countersKlement Sekera1-7/+79
2022-02-14bfd: refactor code to fix misc warningsKlement Sekera1-46/+42
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns1-22/+70
2021-12-18bfd: fix NULL dereference in bfd_api_verify_commonFrédéric Perrin1-1/+1
2021-05-21bfd: use vnet cryptoKlement Sekera1-13/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-11/+13
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+1
2020-02-17bfd: use tw_timer_template instead of legacy wheelKlement Sekera1-10/+10
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-4/+4
2019-11-16bfd: allow IPv6 link-local address as local addressAlexander Chernavin1-15/+30
2019-07-23api: binary api cleanupDave Barach1-4/+4
2019-06-07bfd: midchain adjacency supportMatthew G Smith1-10/+51
2019-03-12bfd: register udp ports only when enabledKlement Sekera1-14/+49
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-1/+0
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-8/+8
2018-10-23c11 safe string handling supportDave Barach1-7/+7
2018-08-29Address bfd rpc scale issuesDave Barach1-19/+47
2018-08-09bfd:fix NULL session free/putEyal Bari1-1/+0
2018-05-07BFD: Fix format_ip46_address() parameter ordering.Jon Loeliger1-1/+1
2018-04-17Add logging supportDamjan Marion1-15/+36
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-2/+2
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-2/+2
2017-05-02BFD: don't crash if interface is deletedKlement Sekera1-33/+42
2017-04-05BFD: add ARP-awareness, fix bugsKlement Sekera1-10/+128
2017-03-06BFD: documentationKlement Sekera1-0/+4
2017-03-06BFD: remove unneeded codeKlement Sekera1-15/+0
2017-03-02BFD: command line interfaceKlement Sekera1-99/+21
2017-03-01VPP-598: tcp stack initial commitDave Barach1-2/+2
2017-02-26BFD: echo functionKlement Sekera1-61/+225
2017-02-15BFD: loop back echo packetsKlement Sekera1-11/+218
2017-02-14BFD: set per session UDP source port per RFCKlement Sekera1-4/+36
2017-02-08BFD: minor fixesKlement Sekera1-4/+2
2017-02-08BFD: modify session parametersKlement Sekera1-21/+40
2017-02-02BFD: SHA1 authenticationKlement Sekera1-57/+286
2017-02-02BFD: improve finding of ipv4/ipv6 headersKlement Sekera1-48/+62
2017-01-31BFD: reformat code to match vpp code styleKlement Sekera1-158/+186
2017-01-17BFD: IPv6 supportKlement Sekera1-50/+195
2017-01-11BFD: fix bfd_udp_add APIKlement Sekera1-5/+7
2017-01-03BFD: immediately honor reduced remote_min_rx intervalKlement Sekera1-0/+1