Age | Commit message (Expand) | Author | Files | Lines |
2021-10-11 | ip: fix fib and mfib locks |  Nathan Skrzypczak | 1 | -2/+39 |
2021-10-04 | fib: fix unitialized padding in fib_api_next_hop_decode |  Benoît Ganne | 1 | -4/+2 |
2021-09-30 | fib: doc nitfixes |  Nathan Skrzypczak | 6 | -7/+7 |
2021-09-29 | fib: add barrier lock for fib_urpf_list_pool and fib_entry_pool |  Stanislav Zaikin | 2 | -0/+22 |
2021-09-27 | fib: fix crash on exporter tracker remove |  Vladislav Grishenko | 1 | -4/+3 |
2021-09-22 | ip: add ip_table_allocate to api |  Aloys Augustin | 1 | -1/+2 |
2021-08-25 | fib: fix source address get error for p2p if |  jxm | 1 | -0/+24 |
2021-08-20 | ip: check if interface has link-local address |  Stanislav Zaikin | 1 | -1/+6 |
2021-08-11 | fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather |  Neale Ranns | 1 | -0/+121 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t |  Neale Ranns | 8 | -386/+907 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE |  Neale Ranns | 1 | -14/+14 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific |  Neale Ranns | 2 | -44/+44 |
2021-08-10 | ip: Use the IP4 lookup functions |  Neale Ranns | 1 | -1/+43 |
2021-07-13 | fib: Set the GLEAN flag on attached export routes so that the SAS works |  Neale Ranns | 4 | -38/+63 |
2021-06-17 | fib: changing parsing order to avoid corner case |  Arthur de Kerhor | 1 | -3/+3 |
2021-06-16 | fib: copy the path extentions when creating fib src rr entry |  Stanislav Zaikin | 1 | -0/+11 |
2021-06-08 | fib: make sure dpo is valid even when path pool expands |  Benoît Ganne | 1 | -8/+22 |
2021-06-03 | fib: fix flags updates when adding routes with a udp encap path |  Arthur de Kerhor | 1 | -1/+1 |
2021-05-29 | udp: add udp decapsulation |  Arthur de Kerhor | 1 | -1/+3 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -458/+0 |
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 |