aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/crc32.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-18vppinfra: missing static_always_inline in crc32c.hDamjan Marion1-2/+2
2023-04-17vppinfra: table based crc32c for targets without crc32c instructionsDamjan Marion1-0/+71
2023-03-14vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8Andrew Yourtchenko1-1/+1
2022-10-17cnat: Add sctp supportNathan Skrzypczak1-8/+12
2021-11-12hash: refactor crc32_5tupleDamjan Marion1-33/+47
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-2/+2
2018-08-2832/64 shmem bihash interoperabilityDave Barach1-0/+2
2018-05-25bond: performance harvestingSteven1-0/+2
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne1-0/+5
2017-11-15armv8 crc32 - fix macro nameGabriel Ganne1-1/+1
2017-06-12Fix build breakge post 6956Neale Ranns1-0/+2
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine1-1/+25
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion1-0/+58