Age | Commit message (Expand) | Author | Files | Lines |
2021-04-14 | misc: clang-12 support | Damjan Marion | 1 | -6/+2 |
2021-03-16 | fib: Allow the creation of new source on the API | Neale Ranns | 6 | -20/+201 |
2021-02-15 | ip: Path MTU | Neale Ranns | 3 | -2/+25 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 1 | -0/+2 |
2021-02-04 | mpls: MPLS Hash fixes | Neale Ranns | 1 | -2/+3 |
2021-02-01 | fib: Changes to interpose source | Neale Ranns | 5 | -19/+78 |
2021-01-21 | fib: fix includes for musl | Nathan Moos | 1 | -1/+1 |
2021-01-14 | docs: Update FIB documentation | Neale Ranns | 1 | -6/+17 |
2020-12-18 | fib: Remove unused FIB path-list DB variable | Neale Ranns | 2 | -7/+0 |
2020-12-16 | tests: move fib tests to src/vnet/fib/test | Dave Wallace | 2 | -0/+456 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -3/+3 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 8 | -30/+30 |
2020-12-11 | fib: remove unsued path flag | Neale Ranns | 1 | -5/+0 |
2020-12-11 | fib: Remove unused BIER variables | Neale Ranns | 2 | -22/+10 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 10 | -34/+329 |
2020-11-26 | fib: Expressive type for walk return code. Honour code. | Neale Ranns | 6 | -19/+17 |
2020-11-26 | fib: Only track cover if activated | Neale Ranns | 1 | -1/+15 |
2020-11-16 | fib: remove misleading FIB_PATH_TYPE_LAST | Benoît Ganne | 1 | -14/+0 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -1/+0 |
2020-10-26 | fib: API to extract any resolving interface rather than the one from the | Neale Ranns | 2 | -0/+22 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API | Neale Ranns | 1 | -2/+2 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c | Neale Ranns | 2 | -14/+120 |
2020-09-21 | ip: use main heap for mtrie | Damjan Marion | 1 | -18/+3 |
2020-09-02 | fib: IPv6 lookup data structure MP safe when prefixes change | Neale Ranns | 1 | -14/+31 |
2020-07-06 | fib: fix debug preprocessor directives | Matthew Smith | 4 | -4/+4 |
2020-05-26 | fib: Fix interpose source reactivate | Neale Ranns | 1 | -0/+14 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 1 | -1/+1 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) | Neale Ranns | 1 | -0/+24 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 | Jakub Grajciar | 2 | -14/+16 |
2020-03-19 | fib: format functions for path | Neale Ranns | 2 | -0/+72 |
2020-03-06 | fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to client | IJsbrand Wijnands | 1 | -0/+4 |
2020-02-21 | fib: Uninitialised pad in the prefix (coverity warning) | Neale Ranns | 1 | -0/+2 |
2020-02-20 | fib: fib path realloc during midchain stack | Neale Ranns | 1 | -9/+13 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -4/+4 |
2020-02-13 | fib: Fix some more realloc errors | Neale Ranns | 5 | -55/+34 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -12/+3 |
2020-02-07 | fib: fix non-NULL terminated vectors in cli output | Benoît Ganne | 2 | -2/+2 |
2020-01-27 | ipip: Multi-point interface | Neale Ranns | 1 | -1/+2 |
2020-01-22 | fib: FIB crash removing labelled route (VPP-1818) | Neale Ranns | 1 | -7/+12 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h | Neale Ranns | 1 | -0/+1 |
2020-01-09 | fib: leverage well-optimized clib_memcpy | Zhiyong Yang | 3 | -6/+6 |
2019-12-22 | fib: use 32 bits per-source reference counter | Miklos Tirpak | 2 | -2/+2 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 7 | -6/+59 |
2019-12-17 | fib: Glean on NBMA interface points to drop | Neale Ranns | 2 | -86/+85 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 1 | -2/+4 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 23 | -371/+743 |
2019-11-26 | fib: Fix crash on cover update to non activated adj source | Neale Ranns | 1 | -7/+11 |
2019-11-26 | fib: Another realloc burn | Neale Ranns | 1 | -5/+13 |
2019-11-26 | fib: Table Replace | Neale Ranns | 7 | -17/+219 |