aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2021-05-29udp: add udp decapsulationArthur de Kerhor1-1/+3
2021-05-13tests: move test source to vpp/testDave Wallace2-458/+0
2021-04-14misc: clang-12 supportDamjan Marion1-6/+2
2021-03-16fib: Allow the creation of new source on the APINeale Ranns6-20/+201
2021-02-15ip: Path MTUNeale Ranns3-2/+25
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-02-04mpls: MPLS Hash fixesNeale Ranns1-2/+3
2021-02-01fib: Changes to interpose sourceNeale Ranns5-19/+78
2021-01-21fib: fix includes for muslNathan Moos1-1/+1
2021-01-14docs: Update FIB documentationNeale Ranns1-6/+17
2020-12-18fib: Remove unused FIB path-list DB variableNeale Ranns2-7/+0
2020-12-16tests: move fib tests to src/vnet/fib/testDave Wallace2-0/+456
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion8-30/+30
2020-12-11fib: remove unsued path flagNeale Ranns1-5/+0
2020-12-11fib: Remove unused BIER variablesNeale Ranns2-22/+10
2020-12-08fib: Source Address SelectionNeale Ranns10-34/+329
2020-11-26fib: Expressive type for walk return code. Honour code.Neale Ranns6-19/+17
2020-11-26fib: Only track cover if activatedNeale Ranns1-1/+15
2020-11-16fib: remove misleading FIB_PATH_TYPE_LASTBenoît Ganne1-14/+0
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-1/+0
2020-10-26fib: API to extract any resolving interface rather than the one from theNeale Ranns2-0/+22
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns1-2/+2
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns2-14/+120
2020-09-21ip: use main heap for mtrieDamjan Marion1-18/+3
2020-09-02fib: IPv6 lookup data structure MP safe when prefixes changeNeale Ranns1-14/+31
2020-07-06fib: fix debug preprocessor directivesMatthew Smith4-4/+4
2020-05-26fib: Fix interpose source reactivateNeale Ranns1-0/+14
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-1/+1
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns1-0/+24
2020-03-19ip: change ip API enums address_family and ip_proto size to u8Jakub Grajciar2-14/+16
2020-03-19fib: format functions for pathNeale Ranns2-0/+72
2020-03-06fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to clientIJsbrand Wijnands1-0/+4
2020-02-21fib: Uninitialised pad in the prefix (coverity warning)Neale Ranns1-0/+2
2020-02-20fib: fib path realloc during midchain stackNeale Ranns1-9/+13
2020-02-17misc: fix coverity warningsDave Barach1-4/+4
2020-02-13fib: Fix some more realloc errorsNeale Ranns5-55/+34
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-12/+3
2020-02-07fib: fix non-NULL terminated vectors in cli outputBenoît Ganne2-2/+2
2020-01-27ipip: Multi-point interfaceNeale Ranns1-1/+2
2020-01-22fib: FIB crash removing labelled route (VPP-1818)Neale Ranns1-7/+12
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2020-01-09fib: leverage well-optimized clib_memcpyZhiyong Yang3-6/+6
2019-12-22fib: use 32 bits per-source reference counterMiklos Tirpak2-2/+2
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns7-6/+59
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns2-86/+85
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-2/+4
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns23-371/+743
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-7/+11