Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-02 | BFD: add get echo source API (VPP-1367) |  Matus Fabian | 2 | -1/+87 |
2018-09-14 | Remove scaffolding |  Dave Barach | 2 | -14/+1 |
2018-08-29 | Address bfd rpc scale issues |  Dave Barach | 3 | -24/+280 |
2018-08-09 | bfd:fix NULL session free/put |  Eyal Bari | 1 | -1/+0 |
2018-05-07 | BFD: Fix format_ip46_address() parameter ordering. |  Jon Loeliger | 1 | -1/+1 |
2018-04-17 | Add logging support |  Damjan Marion | 3 | -52/+124 |
2018-03-16 | stats: allow configuring poller delay |  Klement Sekera | 1 | -16/+0 |
2018-02-13 | BFD: make CLI consume only one line at a time |  Klement Sekera | 1 | -26/+78 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-15 | bfd: fix bfd_auth_keys_dump |  Florin Coras | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -36/+34 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -4/+4 |
2017-12-16 | Use crc32 wrapper (VPP-1086) |  Gabriel Ganne | 1 | -4/+4 |
2017-11-10 | add warning control macro set |  Gabriel Ganne | 1 | -11/+3 |
2017-11-07 | fix bfd cli with gcc >= 6 |  Gabriel Ganne | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -1/+1 |
2017-07-14 | vnet_buffer_t flags cleanup |  Damjan Marion | 1 | -2/+2 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata |  Damjan Marion | 1 | -2/+2 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems |  Damjan Marion | 1 | -1/+1 |
2017-05-02 | BFD: don't crash if interface is deleted |  Klement Sekera | 1 | -33/+42 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 1 | -121/+11 |
2017-04-24 | BFD: disable gcc6 warnings in helper macros |  Klement Sekera | 1 | -0/+11 |
2017-04-06 | BFD-FIB interactions |  Neale Ranns | 3 | -2/+73 |
2017-04-05 | BFD: add ARP-awareness, fix bugs |  Klement Sekera | 5 | -77/+282 |
2017-03-06 | BFD: documentation |  Klement Sekera | 11 | -91/+526 |
2017-03-06 | BFD: drop rpc call if packet doesn't match session |  Klement Sekera | 1 | -1/+1 |
2017-03-06 | BFD: remove unneeded code |  Klement Sekera | 1 | -15/+0 |
2017-03-02 | BFD: command line interface |  Klement Sekera | 9 | -167/+1080 |
2017-03-01 | VPP-598: tcp stack initial commit |  Dave Barach | 1 | -2/+2 |