summaryrefslogtreecommitdiffstats
path: root/src/hash.c
Commit message (Expand)AuthorAgeFilesLines
* src: expr: remove expr_ops from struct exprFlorian Westphal2019-02-081-2/+2
* libnftables: Implement JSON output supportPhil Sutter2018-05-111-0/+1
* hash: Fix potential null-pointer dereference in hash_expr_cmp()Phil Sutter2018-03-021-1/+1
* Review switch statements for unmarked fall through casesPhil Sutter2018-02-281-1/+1
* src: get rid of printfPhil Sutter2017-09-291-5/+5
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-2/+2
* hash: generate a random seed if seed option is emptyLiping Zhang2017-04-151-3/+8
* src: hash: fix seed attribute not listedLaura Garcia Liebana2017-03-241-1/+1
* src: hash: support of symmetric hashLaura Garcia Liebana2017-03-061-7/+21
* src: add offset attribute for hash expressionLaura Garcia Liebana2016-11-091-2/+7
* src: add hash expressionPablo Neira Ayuso2016-08-291-0/+60