Age | Commit message (Expand) | Author | Files | Lines |
2022-08-10 | bfd: Express node stats using the .api file |  Neale Ranns | 2 | -59/+77 |
2022-08-10 | bfd: More descriptive error codes during packet receive handling |  Neale Ranns | 3 | -59/+74 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -2/+2 |
2022-03-24 | bfd: use local error index when incrementing node counters |  Paul Atkins | 1 | -4/+4 |
2022-03-18 | bfd: remove source IP check from session add |  Klement Sekera | 1 | -55/+0 |
2022-03-09 | stats: refactor |  Damjan Marion | 1 | -9/+8 |
2022-02-16 | fib: Use the same adjacency that BFD is using |  Neale Ranns | 2 | -1/+9 |
2022-02-16 | bfd: On a point to point link use the all zeros address for the peer. |  Neale Ranns | 1 | -8/+12 |
2022-02-14 | bfd: add per session counters |  Klement Sekera | 4 | -28/+128 |
2022-02-14 | bfd: refactor code to fix misc warnings |  Klement Sekera | 3 | -131/+110 |
2022-02-09 | bfd: Add an update API that has create new or modify existing semantics |  Neale Ranns | 4 | -22/+120 |
2022-02-02 | bfd: restore the data within the packet after hash verification |  Andrew Yourtchenko | 1 | -0/+5 |
2021-12-18 | bfd: fix NULL dereference in bfd_api_verify_common |  Frédéric Perrin | 1 | -1/+1 |
2021-11-12 | hash: refactor crc32_5tuple |  Damjan Marion | 1 | -3/+3 |
2021-10-19 | bfd: fix bfd_key_id update |  Alexander Skorichenko | 1 | -4/+8 |
2021-10-19 | bfd: fix desired_min_tx_nsec update |  Alexander Skorichenko | 1 | -0/+2 |
2021-10-13 | docs: convert vpp doc md->rst |  Nathan Skrzypczak | 2 | -374/+512 |
2021-06-22 | bfd: api cleanup |  Filip Tehlar | 2 | -62/+11 |
2021-05-21 | bfd: use vnet crypto |  Klement Sekera | 2 | -100/+42 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -3186/+0 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -2/+0 |
2021-03-15 | tests: use socket transport instead of shared memory |  Ole Troan | 3 | -16/+79 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 1 | -0/+2 |
2021-01-22 | tests: add generalized tags for tests, use them for run-solo tests |  Andrew Yourtchenko | 1 | -24/+7 |
2020-12-22 | tests: move bfd tests to src/vnet/bfd/test |  Dave Wallace | 2 | -0/+3201 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -21/+23 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set |  Damjan Marion | 1 | -25/+19 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 1 | -1/+1 |
2020-09-25 | bfd: add missing unlock |  Klement Sekera | 1 | -0/+1 |
2020-04-09 | bfd: always start timers with non-zero tick counts |  Dave Barach | 1 | -0/+1 |
2020-02-17 | bfd: use tw_timer_template instead of legacy wheel |  Klement Sekera | 7 | -309/+336 |
2020-01-30 | vppinfra: improve clocks_per_second convergence |  Dave Barach | 1 | -1/+1 |
2020-01-30 | bfd: add missing cast |  Klement Sekera | 1 | -1/+1 |
2020-01-27 | bfd: reset peer discriminator on timeout |  Klement Sekera | 1 | -0/+13 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-04 | misc: fix feature.yaml |  Ole Troan | 1 | -1/+0 |
2020-01-03 | bfd: add feature.yaml |  Klement Sekera | 1 | -0/+9 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 2 | -5/+5 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-11-16 | bfd: allow IPv6 link-local address as local address |  Alexander Chernavin | 1 | -15/+30 |
2019-09-04 | bfd: API cleanup |  Jakub Grajciar | 2 | -84/+66 |
2019-07-23 | api: binary api cleanup |  Dave Barach | 2 | -5/+5 |
2019-06-07 | bfd: midchain adjacency support |  Matthew G Smith | 1 | -10/+51 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-12 | bfd: register udp ports only when enabled |  Klement Sekera | 1 | -14/+49 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 1 | -1/+1 |
2019-01-20 | buffers: don't init metadata, as it is already initialized |  Damjan Marion | 2 | -3/+0 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -21/+22 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 3 | -20/+20 |
2018-10-11 | bfd:fix handling session creation batch |  Eyal Bari | 1 | -27/+34 |