summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-023-27/+7
* mnl: Consolidate mnl_batch_talk() parametersPhil Sutter2017-08-022-4/+4
* src: nft monitor rulesetVarsha Rao2017-07-312-0/+33
* monitor: Fix printing of set declarationsPhil Sutter2017-07-271-4/+4
* monitor: Print NEWGEN eventsPhil Sutter2017-07-241-0/+42
* monitor: Fix printing of range elements in named setsArturo Borrero Gonzalez2017-07-191-0/+68
* segtree: Introduce flag for half-open range elementsPhil Sutter2017-07-192-21/+39
* src: netlink: Remove variable nf_mon_sock.Varsha Rao2017-07-193-28/+38
* src: Allow passing the parent set to set_expr_alloc()Phil Sutter2017-07-175-11/+17
* 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-177-12/+36
* include: Pass nf_sock where needed as parameterPablo Neira Ayuso2017-07-176-59/+75
* rename struct ct to ct_helperFlorian Westphal2017-07-163-16/+16
* 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-131-8/+8
* include: Remove datatype_register().Varsha Rao2017-06-307-90/+37
* scanner: support for wildcards in include statements.Ismo Puustinen2017-06-271-119/+107
* src: add --check option flagPablo M. Bermudo Garay2017-06-261-2/+12
* src: add new generic context structure nft_ctxPablo M. Bermudo Garay2017-06-262-17/+17
* 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-181-1/+14
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-1818-211/+237
* src: error reporting for nested ruleset representationPablo Neira Ayuso2017-06-162-52/+100
* src: rename ct eventmask to eventFlorian Westphal2017-06-071-1/+1
* netlink_delinearize: prefer ct event set foo,bar over 'set foo|bar'Florian Westphal2017-06-071-1/+6
* src: display default directory for file inclusion in -h/--helpPablo Neira Ayuso2017-06-071-2/+2
* scanner: add files in include dirs in alphabetical order.Ismo Puustinen2017-06-071-27/+70
* parser: allow ct eventmask set new,relatedFlorian Westphal2017-06-071-3/+24
* meta: permit meta nfproto ip in ip familyFlorian Westphal2017-06-061-2/+9
* ct: fix inet/bridge/netdev family handling for saddr/daddrFlorian Westphal2017-06-061-7/+20
* src: Remove expire information from list stateless ruleset.Varsha Rao2017-06-061-1/+1
* scanner: add support for include directoriesIsmo Puustinen2017-06-061-23/+109
* src: remove global nftnl_batch structure in mnl layerPablo Neira Ayuso2017-05-293-83/+95
* expression: don't trim off unary expression on delinearizationPablo Neira Ayuso2017-05-292-7/+1
* evaluate: avoid reference to multiple src data in statements which set valuesArturo Borrero Gonzalez2017-05-291-0/+15
* netlink: add size description for constant setsPablo Neira Ayuso2017-05-261-0/+2
* segtree: reset element size counter before adding intervals to setPablo Neira Ayuso2017-05-261-0/+2
* rule: adjust set expression size accordingly with intervalsPablo Neira Ayuso2017-05-261-6/+11
* src: ip: switch implicit dependencies to meta l4proto tooFlorian Westphal2017-05-192-7/+13