aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-26fib: Another realloc burnNeale Ranns1-5/+13
2019-11-26fib: Table ReplaceNeale Ranns7-17/+219
2019-11-14fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-10-14fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns1-0/+4
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang7-11/+11
2019-08-29ip: remove unused function parameterSimon Zhang2-3/+2
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns1-1/+1
2019-07-28fib: add invalid source type and fix debug logBenoît Ganne3-19/+22
2019-07-24fib: Support the POP of a Psuedo Wire Control WordNeale Ranns6-3/+35
2019-07-19fib: FIB Entry trackingNeale Ranns11-64/+409
2019-07-10fib: fib_entry_flags_update takes a vector of pathsNeale Ranns1-5/+1
2019-07-09fib: fix urpf_itfs vector overflowBenoît Ganne1-45/+16
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns2-33/+43
2019-06-26fib: default flow hash config for each DPO protocol typeNeale Ranns1-2/+1
2019-06-26fib: adj cover refinement check changeNeale Ranns1-1/+3
2019-06-18fib: fib api updatesNeale Ranns14-515/+937
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns1-1/+3
2019-06-05L3 cross connectNeale Ranns1-4/+8
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns4-13/+26
2019-05-16init / exit function orderingDave Barach2-15/+13
2019-04-19FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-04-08fixing typosJim Thompson4-11/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra10-30/+30
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns1-2/+0
2019-03-22ADJ: more thorough link up checkNeale Ranns1-5/+5