aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/adj
AgeCommit message (Expand)AuthorFilesLines
2024-04-09fib: fix off-by-one error in rewrite length checkBenoît Ganne1-2/+2
2024-04-02fib: coverity 335348 out-of-bounds accessDave Wallace1-2/+6
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor1-14/+28
2024-03-12misc: remove GNU Indent directivesDamjan Marion3-6/+0
2023-06-23fib: walk over adj glean per tableStanislav Zaikin1-24/+33
2023-02-02fib: keep AddressSanitizer happyBenoît Ganne1-3/+2
2022-10-05fib: only invoke adj delegate create callback on mcast adj createPeter Morrow1-2/+2
2022-08-17fib: support "midchain delegate" removalAlexander Chernavin2-0/+31
2022-03-22fib: refetech the adj after the walk in case the pool realloc'dVladislav Grishenko1-3/+15
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-3/+1
2022-02-22fib: fix adj_get crashRajith P R1-1/+1
2022-02-18fib: Use the VLIB logger for adjacency debuggingNeale Ranns2-13/+13
2022-02-16fib: Use the same adjacency that BFD is usingNeale Ranns1-29/+22
2021-12-31fib: Refetech the adj after the walk in case the pool realloc'dNeale Ranns1-1/+1
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns5-90/+81
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns1-1/+59
2021-11-02fib: allow vnet rewrite max size to be smaller the pre_dataBenoît Ganne1-2/+2
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-1/+1
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns3-8/+50
2021-06-08fib: make sure adj is valid during walkBenoît Ganne1-0/+3
2021-04-01fib: Move the adjacency midchain nodes into a separate fileNeale Ranns4-232/+249
2021-03-05fib: format function for adjacency flagsNeale Ranns2-0/+18
2021-02-24fib: fix sa selection for fib routed destinationsJúlius Milan1-4/+14
2021-02-15ip: Path MTUNeale Ranns8-1/+63
2021-02-15fib: Always honour flow hash flagNeale Ranns2-1/+18
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-08fib: Adjacency flag for midchain to perfom flow hash (on inner packet)Neale Ranns4-27/+74
2020-12-08fib: Source Address SelectionNeale Ranns5-75/+269
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+2
2020-09-02fib: fix ADJ_NBR_ITF_OK param erroryedg1-1/+1
2020-09-01fib: detect wrong adj neighbour bugsBenoît Ganne1-0/+23
2020-08-06misc: harmonize namesDave Barach3-7/+7
2020-06-05fib: fix adj pool expand casesDave Barach1-1/+24
2020-05-29fib: Safe adj walkNeale Ranns1-8/+15
2020-05-26fib: Use basic hash for adjacency neighbour tableNeale Ranns1-82/+42
2020-05-13feature: Config end nodes are user specificNeale Ranns1-5/+5
2020-05-04fib: midchain adjacency optimisationsNeale Ranns12-345/+483
2020-04-10fib: fix adjacency cli command issueShivaShankarK1-3/+1
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns2-4/+3
2020-02-20fib: adjacency midchain teardown (VPP-1841)Neale Ranns3-5/+40
2020-02-03fib: invalid check for adj types.Neale Ranns1-1/+1
2020-02-03fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong1-0/+6
2020-01-30fib: fix typos in doxygenPaul Vinciguerra1-10/+10
2020-01-27ipip: Multi-point interfaceNeale Ranns4-18/+33
2020-01-27fib: Reload the adj after possible realloc (VPP-1822)Neale Ranns1-0/+1
2020-01-22fib: Adjacency realloc during rewrite update walk (VPP-1822)Neale Ranns1-4/+4
2020-01-09misc: fix feature description spellingOle Troan1-2/+1
2020-01-03fib: add adjacency feature.yamlNeale Ranns1-0/+24
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns5-15/+24
2019-12-17fib: Adjacency walk fix for IPv6Neale Ranns1-1/+1