summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* optimize: support for redirect and masqueradePablo Neira Ayuso2023-04-053-32/+130
* netlink_delinearize: do not reset protocol context for nat protocol expressionPablo Neira Ayuso2023-04-057-35/+9
* evaluate: bogus missing transport protocolPablo Neira Ayuso2023-04-051-3/+8
* optimize: assert nat type on nat statement helperPablo Neira Ayuso2023-04-051-0/+4
* xt: Fix translation error pathPhil Sutter2023-03-291-4/+6
* netlink_delinearize: correct type and byte-order of shiftsJeremy Sowden2023-03-281-2/+11
* intervals: use expression location when translating to intervalsPablo Neira Ayuso2023-03-281-2/+2
* payload: set byteorder when completing expressionPablo Neira Ayuso2023-03-281-0/+1
* tests: py: extend test-cases for mark statements with bitwise expressionsPablo Neira Ayuso2023-03-286-0/+234
* tests: shell: add test-cases for ct and packet mark payload expressionsJeremy Sowden2023-03-2816-0/+136
* tests: shell: rename and move bitwise test-casesJeremy Sowden2023-03-284-4/+4
* tests: py: add test-cases for ct and packet mark payload expressionsJeremy Sowden2023-03-2812-0/+483
* netlink_delinerize: incorrect byteorder in mark statement listingPablo Neira Ayuso2023-03-281-4/+14
* evaluate: honor statement length in bitwise evaluationPablo Neira Ayuso2023-03-281-4/+23
* evaluate: honor statement length in integer evaluationPablo Neira Ayuso2023-03-281-2/+8
* evaluate: set up integer type to shift expressionPablo Neira Ayuso2023-03-281-0/+1
* evaluate: relax type-checking for integer arguments in mark statementsPablo Neira Ayuso2023-03-284-2/+41
* evaluate: don't eval unary argumentsJeremy Sowden2023-03-281-4/+2
* evaluate: support shifts larger than the width of the left operandPablo Neira Ayuso2023-03-283-20/+47
* meta: don't crash if meta key isn't knownFlorian Westphal2023-03-272-11/+24
* evaluate: insert byte-order conversions for expressions between 9 and 15 bitsJeremy Sowden2023-03-221-1/+1
* Avoid a memleak with 'reset rules' commandPhil Sutter2023-03-201-5/+0
* Reduce signature of do_list_table()Phil Sutter2023-03-201-4/+3
* py: replace distutils with setuptoolsJose M. Guisado Gomez2023-03-151-1/+1
* parser_bison: simplify reset syntaxPablo Neira Ayuso2023-03-152-5/+23
* Revert "evaluate: relax type-checking for integer arguments in mark statements"Pablo Neira Ayuso2023-03-144-36/+2
* build: Bump version to 1.0.7v1.0.7Pablo Neira Ayuso2023-03-131-3/+3
* src: fix a couple of typo's in commentsJeremy Sowden2023-03-122-2/+2
* cmd: move command functions to src/cmd.cPablo Neira Ayuso2023-03-115-212/+213
* src: improve error reporting for unsupported chain typePablo Neira Ayuso2023-03-112-9/+36
* Reject invalid chain priority values in user spacePhil Sutter2023-03-101-0/+9
* xt: Fix fallback printing for extensions matching keywordsPhil Sutter2023-03-102-2/+2
* doc: nft.8: Document lower priority limit for nat type chainsPhil Sutter2023-03-101-0/+3
* tests: shell: use bash in 0011reset_0Pablo Neira Ayuso2023-03-011-1/+1
* cache: fetch more objects when resetting rulePablo Neira Ayuso2023-03-011-0/+1
* parser_bison: allow to use quota in setsPablo Neira Ayuso2023-03-013-0/+69
* src: add last statementPablo Neira Ayuso2023-02-2810-3/+134
* evaluate: expand value to range when nat mapping contains intervalsPablo Neira Ayuso2023-02-288-2/+270
* src: expand table command before evaluationPablo Neira Ayuso2023-02-244-41/+27
* tests: shell: cover rule insertion by indexPablo Neira Ayuso2023-02-232-0/+20
* parser_bison: missing close scope in destroy start conditionPablo Neira Ayuso2023-02-221-1/+1
* src: use start condition with new destroy commandPablo Neira Ayuso2023-02-213-1/+6
* optimize: infer family for nat mappingPablo Neira Ayuso2023-02-214-2/+59
* evaluate: infer family from mappingPablo Neira Ayuso2023-02-212-5/+54
* evaluate: print error on missing family in nat statementPablo Neira Ayuso2023-02-211-3/+29
* netlink_delinearize: Sanitize concat data element decodingPhil Sutter2023-02-211-1/+1
* evaluate: relax type-checking for integer arguments in mark statementsJeremy Sowden2023-02-074-2/+36
* netlink_delinearize: add postprocessing for payload binopsJeremy Sowden2023-02-071-0/+39
* optimize: ignore existing nat mappingPablo Neira Ayuso2023-02-073-0/+9
* rule: expand standalone chain that contains rulesPablo Neira Ayuso2023-02-073-3/+41