aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_entry.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-2/+1
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns1-73/+141
2021-09-29fib: add barrier lock for fib_urpf_list_pool and fib_entry_poolStanislav Zaikin1-0/+11
2021-02-15ip: Path MTUNeale Ranns1-2/+18
2021-02-01fib: Changes to interpose sourceNeale Ranns1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-9/+9
2020-10-26fib: API to extract any resolving interface rather than the one from theNeale Ranns1-0/+21
2020-07-06fib: fix debug preprocessor directivesMatthew Smith1-1/+1
2020-02-13fib: Fix some more realloc errorsNeale Ranns1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-0/+23
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-34/+26
2019-11-26fib: Another realloc burnNeale Ranns1-5/+13
2019-10-14fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-07-19fib: FIB Entry trackingNeale Ranns1-8/+11
2019-06-18fib: fib api updatesNeale Ranns1-12/+12
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-7/+7
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-1/+14
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-16FIB: use vlib-log for debuggingNeale Ranns1-17/+60
2018-09-20Route counters in the stats segmentNeale Ranns1-0/+10
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-9/+5
2018-04-30FIB: elide cover walk for insert of host routeNeale Ranns1-0/+13
2018-03-26Restore the brief FIB entry printingNeale Ranns1-7/+7
2018-03-20FIB Interpose SourceNeale Ranns1-102/+85
2018-01-18FIB Inherited SrouceNeale Ranns1-82/+156
2017-12-05Revert "FIB: optimise for src memory allocations"Neale Ranns1-45/+22
2017-11-26FIB: optimise for src memory allocationsNeale Ranns1-22/+45
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-09BIERNeale Ranns1-0/+1
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns1-4/+2
2017-09-11FIB table add/delete APINeale Ranns1-2/+13
2017-08-08L2 over MPLSNeale Ranns1-1/+7
2017-07-18FIB path preferenceNeale Ranns1-1/+1
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns1-3/+7
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-10/+2
2017-04-26IP Flow Hash Config fixesNeale Ranns1-0/+29
2017-04-07MPLS McastNeale Ranns1-7/+40
2017-04-06BFD-FIB interactionsNeale Ranns1-16/+34
2017-04-01MTRIE Optimisations 2Neale Ranns1-2/+2
2017-02-24FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t...Neale Ranns1-4/+24
2017-02-20FIB reset leaves residual routes. Wrong API used to remove the routes meant t...Neale Ranns1-1/+4
2017-01-05FIB memory leaks (VPP-578)Neale Ranns1-0/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1503