summaryrefslogtreecommitdiffstats
path: root/src/rule.c
Commit message (Expand)AuthorAgeFilesLines
* nftables: make pointers in string arrays constantHarsha Sharma2017-10-091-3/+3
* src: get rid of printfPhil Sutter2017-09-291-128/+144
* rule: Refactor chain_print_declaration()Phil Sutter2017-09-291-12/+6
* rule: Use C99-style initializer in cache_init()Phil Sutter2017-09-291-9/+8
* src: prepare for future ct timeout policy supportFlorian Westphal2017-09-271-2/+5
* src: store expression as set key instead of data typeFlorian Westphal2017-09-271-2/+2
* monitor: Fix for incorrect debug_maskPhil Sutter2017-09-271-7/+8
* src: add stateful object support for limitPablo M. Bermudo Garay2017-09-041-1/+42
* parser: Fix memleaks for STRING token (and derived ones)Phil Sutter2017-08-281-0/+1
* src: add debugging mask to context structurePablo Neira Ayuso2017-08-231-10/+13
* src: make netlink sequence number non-staticPablo Neira Ayuso2017-08-151-1/+2
* echo: Fix for added delays in rule updatesPhil Sutter2017-08-151-2/+21
* src: introduce struct nft_cacheVarsha Rao2017-08-141-38/+38
* Implement --echo optionPhil Sutter2017-08-141-2/+7
* netlink: Pass nlmsg flags from rule.cPhil Sutter2017-08-141-12/+14
* monitor: Fix printing of set declarationsPhil Sutter2017-07-271-4/+4
* src: netlink: Remove variable nf_mon_sock.Varsha Rao2017-07-191-1/+1
* src: Allow passing the parent set to set_expr_alloc()Phil Sutter2017-07-171-1/+1
* src: fix memory leak when listing rulesEric Leblond2017-07-171-1/+3
* include: Pass nf_sock where needed as parameterPablo Neira Ayuso2017-07-171-5/+8
* rename struct ct to ct_helperFlorian Westphal2017-07-161-3/+3
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-28/+31
* src: error reporting for nested ruleset representationPablo Neira Ayuso2017-06-161-52/+96
* rule: adjust set expression size accordingly with intervalsPablo Neira Ayuso2017-05-261-6/+11
* src: delete the old cache when dumping is interruptedLiping Zhang2017-05-171-1/+1
* src: Make flush command selective of the set structure typeElise Lennion2017-03-241-0/+2
* src: implement add/create/delete for ct helper objectsFlorian Westphal2017-03-161-0/+22
* src: allow listing all ct helpersFlorian Westphal2017-03-161-0/+2
* src: add initial ct helper supportFlorian Westphal2017-03-161-1/+20
* src: fix crash when inputting an incomplete set add commandLiping Zhang2017-03-131-2/+1
* src: store byteorder for set dataPablo Neira Ayuso2017-02-281-0/+2
* src: rename set_keytype_alloc() to set_datatype_alloc()Pablo Neira Ayuso2017-02-281-1/+1
* evaluate: store byteorder for set keysPablo Neira Ayuso2017-02-251-0/+1
* src: Allow list single stateful objectElise Lennion2017-01-271-1/+11
* src: Allow reset single stateful objectElise Lennion2017-01-271-1/+6
* rule: check for errors from cache_init_objects() for stateful objectsPablo Neira Ayuso2017-01-231-4/+3
* src: Allow to list ruleset without stateful informationElise Lennion2017-01-161-1/+5
* src: support for stateful object monitoringPablo Neira Ayuso2017-01-031-0/+25
* src: add support for stateful object mapsPablo Neira Ayuso2017-01-031-1/+4
* src: reset internal stateful objectsPablo Neira Ayuso2017-01-031-5/+38
* src: add/create/delete stateful objectsPablo Neira Ayuso2017-01-031-0/+21
* src: listing of stateful objectsPablo Neira Ayuso2017-01-031-0/+140
* src: remove SET_F_* flag definitionsPablo Neira Ayuso2017-01-031-16/+16
* src: add support to flush setsPablo Neira Ayuso2016-12-051-0/+3
* rule: Introduce helper function cache_flushAnatole Denis2016-12-011-1/+6
* src: create element commandPablo Neira Ayuso2016-08-251-6/+7
* src: add create set commandPablo Neira Ayuso2016-08-241-4/+4
* src: add support for display maps contentPablo M. Bermudo Garay2016-05-311-0/+2
* src: add 'list maps' supportPablo M. Bermudo Garay2016-05-311-1/+7
* rule: add support for display flow tables contentPablo M. Bermudo Garay2016-05-201-0/+2