aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bfd
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-61/+0
2023-11-27bfd: fix buffer leak when cannot send periodic packetsAlexander Chernavin1-1/+1
2023-01-06bfd: fix ip address cli parsingBenoît Ganne1-51/+58
2022-12-16bfd: fix bfd udp error enum incompatibilityDmitry Valter2-4/+55
2022-09-23bfd: add tracing support to bfd-processKlement Sekera4-104/+160
2022-08-10bfd: Express node stats using the .api fileNeale Ranns2-59/+77
2022-08-10bfd: More descriptive error codes during packet receive handlingNeale Ranns3-59/+74
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+2
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 Ranns2-1/+9
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 Sekera4-28/+128
2022-02-14bfd: refactor code to fix misc warningsKlement Sekera3-131/+110
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns4-22/+120
2022-02-02bfd: restore the data within the packet after hash verificationAndrew Yourtchenko1-0/+5
2021-12-18bfd: fix NULL dereference in bfd_api_verify_commonFrédéric Perrin1-1/+1
2021-11-12hash: refactor crc32_5tupleDamjan Marion1-3/+3
2021-10-19bfd: fix bfd_key_id updateAlexander Skorichenko1-4/+8
2021-10-19bfd: fix desired_min_tx_nsec updateAlexander Skorichenko1-0/+2
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak2-374/+512
2021-06-22bfd: api cleanupFilip Tehlar2-62/+11
2021-05-21bfd: use vnet cryptoKlement Sekera2-100/+42
2021-05-13tests: move test source to vpp/testDave Wallace2-3186/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-2/+0
2021-03-15tests: use socket transport instead of shared memoryOle Troan3-16/+79
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko1-24/+7
2020-12-22tests: move bfd tests to src/vnet/bfd/testDave Wallace2-0/+3201
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-21/+23
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-25/+19
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+1
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-04-09bfd: always start timers with non-zero tick countsDave Barach1-0/+1
2020-02-17bfd: use tw_timer_template instead of legacy wheelKlement Sekera7-309/+336
2020-01-30vppinfra: improve clocks_per_second convergenceDave Barach1-1/+1
2020-01-30bfd: add missing castKlement Sekera1-1/+1
2020-01-27bfd: reset peer discriminator on timeoutKlement Sekera1-0/+13
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-04misc: fix feature.yamlOle Troan1-1/+0
2020-01-03bfd: add feature.yamlKlement Sekera1-0/+9
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns2-5/+5
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-16bfd: allow IPv6 link-local address as local addressAlexander Chernavin1-15/+30
2019-09-04bfd: API cleanupJakub Grajciar2-84/+66
2019-07-23api: binary api cleanupDave Barach2-5/+5
2019-06-07bfd: midchain adjacency supportMatthew G Smith1-10/+51
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-12bfd: register udp ports only when enabledKlement Sekera1-14/+49