summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rule: family field in struct handle is unsignedPablo Neira Ayuso2013-06-241-1/+1
* src: get it sync with current include/linux/netfilter/nf_tables.hPablo Neira Ayuso2013-06-241-4/+44
* evaluate: fix range and comparison evaluationPablo Neira Ayuso2013-06-121-2/+2
* src: fix counter restorationEric Leblond2013-06-123-3/+31
* rule: display hook infoEric Leblond2013-06-121-0/+23
* datatype: concat expression only releases dynamically allocated datatypePablo Neira Ayuso2013-06-082-3/+20
* cli: reset terminal when CTRL+d is pressedEric Leblond2013-06-081-1/+4
* cli: add quit commandEric Leblond2013-06-081-0/+5
* rule: list elements in set in any caseEric Leblond2013-06-081-2/+1
* doc: fix inversion of operator and object.Eric Leblond2013-05-311-4/+4
* rule: add flag to display rule handle as commentEric Leblond2013-05-313-1/+15
* cli: complete basic functionality of the interactive modePablo Neira Ayuso2013-05-194-43/+69
* parser: fix size of internet protocol expressions matching keywordsPatrick McHardy2013-04-231-9/+9
* parser: include leading '.' in concat subexpression locationPatrick McHardy2013-04-221-0/+6
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-222-4/+19
* tests: obj-table: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-4/+2
* tests: set: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-2/+2
* tests: dictionary: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-12/+12
* tests: obj-chain: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-3/+3
* tests: expr-meta: update examples to use the current syntaxPablo Neira Ayuso2013-04-201-7/+7
* meta: accept uid/gid in numericalPablo Neira Ayuso2013-04-201-4/+12
* tests: feat-adjancent-load-merging: remove ip protocol from rulePablo Neira Ayuso2013-04-201-1/+1
* tests: family-bridge: update to use the current syntaxPablo Neira Ayuso2013-04-201-1/+1
* payload: accept ethertype in hexadecimalPablo Neira Ayuso2013-04-201-1/+21
* tests: family-ipv6: update to use the current syntaxPablo Neira Ayuso2013-04-191-2/+5
* src: fix crash if nft -f wrong_file is passedPablo Neira Ayuso2013-04-191-1/+1
* tests: expr-ct: update examples to use the current syntaxPablo Neira Ayuso2013-04-181-5/+5
* mark: fix numeric mark value parsingPatrick McHardy2013-04-181-0/+7
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-186-122/+172
* tests: family-ipv4: update test to use current syntaxPablo Neira Ayuso2013-04-181-2/+6
* main: fix error checking in nft_parsePablo Neira Ayuso2013-04-181-1/+1
* netlink: return error if chain not foundPablo Neira Ayuso2013-04-181-1/+16
* rule: fix nft list chainPablo Neira Ayuso2013-04-181-1/+4
* rule: allow to list of existing tablesPablo Neira Ayuso2013-04-184-3/+31
* expr: fix concat expression type propagationPatrick McHardy2013-04-184-7/+74
* types: add ethernet address typePatrick McHardy2013-04-183-1/+14
* datatype: parse/print in all basetypes subsequentlyPatrick McHardy2013-04-181-9/+15
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-152-13/+4
* netlink_delinearize: don't reset source register after readPatrick McHardy2013-01-041-1/+0
* chains: add rename testcasesPatrick McHardy2012-12-153-0/+16
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-147-7/+34
* chains: add chain rename supportPatrick McHardy2012-12-147-5/+71
* netlink: fix query requestsPatrick McHardy2012-12-141-6/+10
* tests: add loop detection testsPatrick McHardy2012-12-104-0/+29
* cmd: fix handle use after free for implicit set declarationsPatrick McHardy2012-12-101-1/+4
* rule: reenable adjacent payload mergingPatrick McHardy2012-12-092-1/+8
* sets: fix sets using intervalsPatrick McHardy2012-12-091-1/+3
* netlink: fix endless loop on 64 bit when parsing binopsPatrick McHardy2012-12-091-1/+1
* rules: change rule handle to 64 bitPatrick McHardy2012-12-091-1/+1
* expression: fix constant expression splicingPatrick McHardy2012-12-091-1/+3