summaryrefslogtreecommitdiffstats
path: root/src/rule.c
Commit message (Expand)AuthorAgeFilesLines
* rule: print handle attribute in more clearer mannerHarsha Sharma2018-03-091-31/+32
* src: support for get element commandPablo Neira Ayuso2018-03-071-3/+81
* rule: broken handle listing of table and named objectsPablo Neira Ayuso2018-03-051-3/+8
* rule: print object handle with --echo --handlePablo Neira Ayuso2018-03-051-0/+3
* netlink: print chain handle with --echo --handlePablo Neira Ayuso2018-03-051-0/+2
* src: list set handle and delete set via set handleHarsha Sharma2018-03-051-1/+5
* src: Print handle attribute in chainsHarsha Sharma2018-03-051-1/+4
* src: print 'handle' attribute in tablesHarsha Sharma2018-03-051-0/+2
* src: delete flowtablePablo Neira Ayuso2018-03-051-0/+3
* src: add support to add flowtablesPablo Neira Ayuso2018-03-051-0/+17
* src: support for flowtable listingPablo Neira Ayuso2018-03-051-0/+122
* src: add variable expression and use it to allow redefinitionsPablo Neira Ayuso2018-03-041-6/+33
* netlink: remove non-batching routinesPablo Neira Ayuso2018-03-031-11/+13
* Review switch statements for unmarked fall through casesPhil Sutter2018-02-281-2/+3
* Added undefine/redefine keywordsDavid Fabian2018-02-261-0/+15
* src: add 'auto-merge' option to setsPablo Neira Ayuso2018-01-221-3/+6
* src: Add import command for low level jsonShyam Saini2018-01-171-10/+35
* src: Don't merge adjacent/overlapping rangesPhil Sutter2018-01-111-3/+5
* src: do not print limit keyword inside object definitionPablo M. Bermudo Garay2017-12-221-2/+2
* src: deprecate "flow table" syntax, replace it by "meter"Pablo Neira Ayuso2017-11-241-5/+5
* libnftables: Ensure output_fp is never NULLPhil Sutter2017-11-221-5/+1
* rule: Make 'nft export' respect output_fpPhil Sutter2017-11-161-2/+7
* Eliminate struct mnl_ctxPhil Sutter2017-11-161-16/+14
* libnftables: Get rid of explicit cache flushesPhil Sutter2017-10-261-5/+7
* src: add nft_ prefix to everything exposed through include/nftables/nftables.hPablo Neira Ayuso2017-10-241-1/+1
* rule: fix netlink debug flag when listing table/rulesFlorian Westphal2017-10-191-2/+2
* 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