summaryrefslogtreecommitdiffstats
path: root/src/flowtable.c
Commit message (Expand)AuthorAgeFilesLines
* flowtable: relax logic to build NFTA_FLOWTABLE_HOOKPablo Neira Ayuso2020-05-251-12/+19
* src: add nftnl_*_{get,set}_array()Pablo Neira Ayuso2020-02-191-0/+18
* src: Fix for reading garbage in nftnl_chain gettersPhil Sutter2020-02-191-0/+1
* include: Remove buffer.hBrett Mastbergen2020-01-051-1/+0
* flowtable: Correctly check realloc() callPhil Sutter2019-12-031-6/+5
* flowtable: Fix memleak in error path of nftnl_flowtable_parse_devs()Phil Sutter2019-12-031-0/+1
* flowtable: remove NFTA_FLOWTABLE_SIZEPablo Neira Ayuso2019-11-181-6/+0
* flowtable: add support for handle attributeEric Jallot2019-11-061-0/+36
* Deprecate untyped data settersPhil Sutter2019-10-311-1/+1
* flowtable: Fix symbol export for clangManuel Messner2019-10-311-27/+27
* flowtable: device array dynamic allocationPablo Neira Ayuso2019-10-281-14/+17
* flowtable: Fix for reading garbagePhil Sutter2018-12-211-2/+2
* flowtable: Fix memleak in nftnl_flowtable_parse_devs()Phil Sutter2018-12-211-3/+7
* flowtable: Fix use after free in two spotsPhil Sutter2018-12-211-6/+4
* flowtable: Add missing breakPhil Sutter2018-12-211-0/+1
* src: remove json supportPablo Neira Ayuso2018-10-151-141/+5
* src: remove set/get array apiFlorian Westphal2018-03-121-12/+0
* flowtable: support for flagsPablo Neira Ayuso2018-03-051-3/+20
* flowtable: allow to specify sizePablo Neira Ayuso2018-03-051-2/+21
* src: add flowtable supportPablo Neira Ayuso2018-03-051-0/+793