summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* datatype: Replace getaddrinfo() by internal lookup tableElise Lennion2017-02-061-8/+10
* statement: fix print of ip dnat addressFlorian Westphal2017-02-051-0/+2
* src: Always print range expressions numericallyElise Lennion2017-02-052-1/+9
* main: Validate the number of numeric optionsElise Lennion2017-02-051-1/+6
* evaluate: fix typoManuel Messner2017-02-021-1/+1
* src: Allow list stateful objects in a tableElise Lennion2017-01-272-2/+16
* evaluate: Evaluate table name before reset stateful objects in a tableElise Lennion2017-01-271-3/+4
* src: Allow list single stateful objectElise Lennion2017-01-272-1/+25
* src: Allow reset single stateful objectElise Lennion2017-01-275-9/+50
* payload: explicit network ctx assignment for icmp/icmp6 in special familiesArturo Borrero Gonzalez2017-01-271-40/+30
* rule: check for errors from cache_init_objects() for stateful objectsPablo Neira Ayuso2017-01-231-4/+3
* netlink: don't bail out on dump errorsPablo Neira Ayuso2017-01-231-15/+5
* src: Honor obligatory stateless printing of flow tablesElise Lennion2017-01-232-2/+7
* evaluate: fix export length and data corruptionFlorian Westphal2017-01-161-1/+1
* src: Allow to list ruleset without stateful informationElise Lennion2017-01-163-4/+23
* ct: add average bytes per packet counter supportLiping Zhang2017-01-163-0/+5
* build: add missing backslash to list of CFLAGSTobias Klauser2017-01-161-1/+1
* src: sort set elements in netlink_get_setelems()Elise Lennion2017-01-103-0/+105
* mnl: use nftnl_nlmsg_build_hdr()Pablo Neira Ayuso2017-01-101-106/+103
* parser_bison: remove obsolete tokensFlorian Westphal2017-01-081-6/+0
* datatype: printf format warnings on 32-bit buildDuncan Roe2017-01-031-1/+1
* scanner: fix search_in_include_path testAnatole Denis2017-01-031-2/+2
* src: support for stateful object monitoringPablo Neira Ayuso2017-01-032-0/+159
* src: add support for stateful object mapsPablo Neira Ayuso2017-01-036-14/+180
* src: add stateful object reference expressionPablo Neira Ayuso2017-01-036-0/+112
* parser_bison: allow RESET token from rhsPablo Neira Ayuso2017-01-031-8/+8
* src: reset internal stateful objectsPablo Neira Ayuso2017-01-036-11/+96
* src: add/create/delete stateful objectsPablo Neira Ayuso2017-01-035-2/+310
* src: listing of stateful objectsPablo Neira Ayuso2017-01-037-3/+300
* src: add used quota supportPablo Neira Ayuso2017-01-035-3/+29
* src: remove SET_F_* flag definitionsPablo Neira Ayuso2017-01-036-44/+44
* segtree: allocate memory for arrays on heapOleksandr Natalenko2017-01-031-1/+10
* utils: provide array allocation wrapperOleksandr Natalenko2017-01-031-0/+11
* xt: use NFTNL_* definitionsPablo Neira Ayuso2016-12-201-6/+6
* mnl: add mnl_nft_setelem_batch_flush() and use it from netlink_flush_setelems()Pablo Neira Ayuso2016-12-202-1/+28
* expression: Show the base which pre-defined constants are displayedElise Lennion2016-12-207-1/+24
* netlink_linearize: fix IPv6 layer 4 checksum manglingPablo Neira Ayuso2016-12-161-5/+4
* mnl: don't send empty set elements netlink message to kernelPablo Neira Ayuso2016-12-141-5/+9
* segtree: don't trigger error on exact overlapsPablo Neira Ayuso2016-12-131-0/+4
* segtree: wrong prefix expression length on interval_map_decompose()Pablo Neira Ayuso2016-12-131-1/+2
* datatype: Display pre-defined inet_service values in decimal baseElise Lennion2016-12-112-3/+7
* datatype: Display pre-defined inet_service values in host byte orderElise Lennion2016-12-102-5/+24
* src: add support to flush setsPablo Neira Ayuso2016-12-053-1/+14
* src: trigger layer 4 checksum when pseudoheader fields are modifiedPablo Neira2016-12-042-0/+23
* evaluate: return ctx->table from table_lookup_global()Pablo Neira Ayuso2016-12-011-1/+1
* evaluate: Update cache on flush rulesetAnatole Denis2016-12-011-1/+24
* rule: Introduce helper function cache_flushAnatole Denis2016-12-011-1/+6
* datatype: honor -nn option from inet_service_type_print()Pablo Neira Ayuso2016-11-301-0/+4
* bison: remove old log level tokensFlorian Westphal2016-11-301-8/+0
* datatype: Replace getnameinfo() by internal lookup tableElise Lennion2016-11-303-13/+346