summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nft.8: Describe conntrack typesPhil Sutter2017-08-141-0/+230
* nft.8: Document operations on rulesetPhil Sutter2017-08-141-15/+72
* tests: Add a simple test suite for --echo optionPhil Sutter2017-08-142-0/+57
* Implement --echo optionPhil Sutter2017-08-148-7/+78
* netlink: Pass nlmsg flags from rule.cPhil Sutter2017-08-143-52/+48
* tests: fix arp chain testFlorian Westphal2017-08-081-3/+2
* src: netlink: Subscribe nft monitor and nft monitor trace to respective groups.Varsha Rao2017-08-021-16/+20
* src: handle rule tracing as an monitor objectPablo Neira Ayuso2017-08-024-27/+8
* mnl: Consolidate mnl_batch_talk() parametersPhil Sutter2017-08-023-6/+6
* man: Document nft monitor ruleset.Varsha Rao2017-07-311-1/+7
* src: nft monitor rulesetVarsha Rao2017-07-313-0/+34
* tests/monitor: Clear ruleset after testingPhil Sutter2017-07-271-5/+6
* tests/monitor: Simplify testcasesPhil Sutter2017-07-275-29/+20
* monitor: Fix printing of set declarationsPhil Sutter2017-07-275-9/+9
* tests/monitor: Add a small READMEPhil Sutter2017-07-251-0/+48
* tests/monitor: Ignore newgen messages in outputPhil Sutter2017-07-251-2/+5
* monitor: Print NEWGEN eventsPhil Sutter2017-07-242-0/+44
* tests: Add basic monitor testing frameworkPhil Sutter2017-07-195-0/+168
* monitor: Fix printing of range elements in named setsArturo Borrero Gonzalez2017-07-192-0/+70
* segtree: Introduce flag for half-open range elementsPhil Sutter2017-07-194-21/+56
* src: netlink: Remove variable nf_mon_sock.Varsha Rao2017-07-194-29/+40
* src: Allow passing the parent set to set_expr_alloc()Phil Sutter2017-07-176-12/+19
* segtree: Fix expr_value_cmp()Phil Sutter2017-07-171-4/+6
* monitor: add debug messagesArturo Borrero Gonzalez2017-07-172-0/+46
* cli: fix heap buffer overflowEric Leblond2017-07-171-0/+4
* scanner: free filename when destroying scannerEric Leblond2017-07-172-2/+14
* evaluate: fix build with clangEric Leblond2017-07-171-2/+1
* parser: error if needed at EOFEric Leblond2017-07-171-0/+2
* parser: fix bison warningsEric Leblond2017-07-171-1/+2
* parser: fix memory leak in set creationEric Leblond2017-07-171-0/+2
* src: fix memory leak when listing rulesEric Leblond2017-07-171-1/+3
* src: Remove __init and __exit macro definitions.Varsha Rao2017-07-179-14/+52
* include: Pass nf_sock where needed as parameterPablo Neira Ayuso2017-07-1712-68/+97
* rename struct ct to ct_helperFlorian Westphal2017-07-164-19/+19
* parser: compact list of rhs keyword expressionsFlorian Westphal2017-07-161-56/+16
* exhtdr: pacify compiler warningFlorian Westphal2017-07-131-1/+1
* tcpopt: make tcptopt structs staticFlorian Westphal2017-07-132-17/+8
* include: Remove datatype_register().Varsha Rao2017-06-3014-93/+61
* man: add include statement documentation.Ismo Puustinen2017-06-281-2/+7
* tests: update include directory tests to support wildcard syntax.Ismo Puustinen2017-06-2711-13/+171
* scanner: support for wildcards in include statements.Ismo Puustinen2017-06-271-119/+107
* tests: py: Fail test forcefully when bug is not fixedShyam Saini2017-06-261-1/+1
* src: add --check option flagPablo M. Bermudo Garay2017-06-263-2/+24
* src: add new generic context structure nft_ctxPablo M. Bermudo Garay2017-06-264-21/+25
* tests: shell: Test input descriptors for included filesShyam Saini2017-06-261-0/+52
* tests: shell: Add test for incomplete set add set commandShyam Saini2017-06-261-0/+16
* evaluate: Better error reporting for bad set referencesPablo Neira Ayuso2017-06-191-2/+3
* evaluate: merge nested set flagsPablo Neira Ayuso2017-06-191-0/+1
* evaluate: reject meta nfproto outside of inet familyFlorian Westphal2017-06-182-2/+22
* tests: restrict meta nfproto test cases to inet familyFlorian Westphal2017-06-185-32/+36