summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/reass/ip4_full_reass.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16ip: fix possible missing trace indexesKlement Sekera1-0/+7
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-4/+4
2020-12-04ip: fixup memory leak in function ip4_full_reass_drop_allbarryxie1-0/+1
2020-11-26ip: reassembly - fix handoff for custom nodeKlement Sekera1-21/+110
2020-04-27ip: reassembly: fix one possible use-after-freeGao Feng1-5/+5
2020-04-24ip: reassembly: improve type safetyKlement Sekera1-6/+4
2020-04-06ip: reassembly: don't set error if no errorKlement Sekera1-1/+4
2020-02-10ip: more detailed show reassembly commandsVladimir Ratnikov1-2/+8
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+2
2019-10-28ip: reassembly: fix use-after-freeBenoît Ganne1-2/+5
2019-10-11ip: reassembly: trace ip headers over worker handoffsKlement Sekera1-1/+23
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera1-0/+32
2019-09-26ip: fix use-after-free in reassemblyBenoît Ganne1-2/+3
2019-09-26ip: add shallow virtual reassembly functionalityKlement Sekera1-26/+9
2019-09-25ip: refactor reassemblyKlement Sekera1-0/+1818