summaryrefslogtreecommitdiff
path: root/lib/hash
AgeCommit message (Expand)Author
2024-11-11hash: add RSS hash key generationVladimir Medvedkin
2024-11-11hash: add dynamic polynomial calculationVladimir Medvedkin
2024-10-18hash: use IPv6 address structureRobin Jarry
2024-10-18net: use IPv6 address structure for packet headersRobin Jarry
2024-10-18hash: separate creation parameters checksNiall Meade
2024-10-17hash: fix thash LFSR initializationVladimir Medvedkin
2024-10-09use C linkage where appropriate in headersMattias Rönnblom
2024-08-08version: 24.11-rc0David Marchand
2024-07-09hash: add SVE support for bulk key lookupYoan Picchi
2024-07-09hash: hide compare signature function enumYoan Picchi
2024-07-09hash: optimize compare signature for NEONYoan Picchi
2024-07-09hash: pack the hitmask for hash in bulk lookupYoan Picchi
2024-07-09hash: add arch-specific compare signature headersYoan Picchi
2024-07-09hash: check hash bucket sizeYoan Picchi
2024-06-18hash: reclaim RCU defer queueAbdullah Ömer Yamaç
2024-06-18hash: fix RCU reclamation sizeAbdullah Ömer Yamaç
2024-06-14hash: check name when creating a hashConor Fogarty
2024-06-14hash: fix return code description in DoxygenChenming Chang
2024-06-11hash: replace zero length array with flex arrayTyler Retzlaff
2024-05-26hash: provide CRC32 functions based on intrinsicsTyler Retzlaff
2024-05-26hash: cast away atomic qualification when freeingTyler Retzlaff
2024-05-16hash: remove return from function returning voidTyler Retzlaff
2024-03-07hash: fix MSVC link on GFNI stubsStephen Hemminger
2024-03-06lib: move alignment attribute on types for MSVCTyler Retzlaff
2024-03-06lib: use C11 alignment attribute on variablesTyler Retzlaff
2024-02-18lib: use atomic thread fence recommended APITyler Retzlaff
2023-12-21lib: use per line logging in helpersDavid Marchand
2023-12-21lib: add more logging helpersDavid Marchand
2023-12-21hash: remove some dead codeDavid Marchand
2023-12-06hash: use dynamic logtypesStephen Hemminger
2023-12-06hash: uninline algorithm selectionStephen Hemminger
2023-12-06hash: uninline GFNI stubsStephen Hemminger
2023-11-13hash: promote toeplitz hash API as stableStephen Hemminger
2023-11-08lib: use abstracted bit count functionsTyler Retzlaff
2023-10-30hash: use stdatomic APITyler Retzlaff
2023-10-26hash: fix build with GFNIDavid Marchand
2023-10-10hash: align SSE lookup to scalar implementationJieqiang Wang
2023-09-05use abstracted bit count functionsDavid Marchand
2023-08-16remove C11 compatibility macroTyler Retzlaff
2023-07-31version: 23.11-rc0David Marchand
2023-07-12ip_frag: optimize key compare and hash generationPavan Nikhilesh
2023-07-06hash: fix reading unaligned bits in Toeplitz hashVladimir Medvedkin
2023-06-27lib: remove blank line ending comment blocksThomas Monjalon
2023-04-23hash: annotate cuckoo hash lockDavid Marchand
2023-01-09hash: fix GFNI implementation build with GCC 12David Marchand
2022-11-15cleanup compat header inclusionsDavid Marchand
2022-11-14hash: fix RCU configuration memory leakJun Qiu
2022-10-26lib: remove empty return types from doxygen commentsAli Alnubani
2022-07-21version: 22.11-rc0David Marchand
2022-06-21hash: remove unneeded header includesSean Morrissey