summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Bump version to 1.0.6v1.0.6Pablo Neira Ayuso2022-12-211-3/+3
* owner: Fix potential array out of bounds accessPablo Neira Ayuso2022-12-211-1/+1
* doc: add/update can be used with maps tooFlorian Westphal2022-12-131-0/+4
* xt: Fall back to generic printing from translationPhil Sutter2022-12-131-18/+13
* xt: Rewrite unsupported compat expression dumpingPhil Sutter2022-12-1310-10/+82
* xt: Purify enum nft_xt_typePhil Sutter2022-12-132-3/+1
* xt: Delay libxtables access until translationPhil Sutter2022-12-132-121/+80
* tests: add a test case for map update from packet path with concatFlorian Westphal2022-12-122-0/+30
* netlink_linearize: fix timeout with map updatesFlorian Westphal2022-12-122-0/+7
* netlink_delinearize: fix decoding of concat data elementFlorian Westphal2022-12-121-0/+8
* evaluate: fix compilation warningPablo Neira Ayuso2022-12-121-2/+2
* scanner: match full comment line in case of tiePablo Neira Ayuso2022-12-122-1/+3
* netlink: unfold function to generate concatenations for keys and dataPablo Neira Ayuso2022-12-101-10/+53
* netlink: add function to generate set element key dataPablo Neira Ayuso2022-12-101-4/+22
* netlink: statify __netlink_gen_data()Pablo Neira Ayuso2022-12-101-4/+4
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2022-12-091-1/+1
* evaluate: do not crash on runaway number of concatenation componentsPablo Neira Ayuso2022-12-081-1/+13
* netlink: swap byteorder of value component in concatenation of intervalsPablo Neira Ayuso2022-12-086-9/+154
* tests: py: missing json for different byteorder selector with interval concat...Pablo Neira Ayuso2022-12-081-0/+61
* scanner: munch full comment linesPablo Neira Ayuso2022-12-073-0/+58
* doc: statements: fwd supports for sending packets via neighbouring layerPablo Neira Ayuso2022-12-071-0/+17
* doc: payload-expression.txt: Mention that 'ih' existsHarald Welte2022-12-061-0/+2
* json: fix 'add flowtable' commandAlex Forster2022-12-021-1/+1
* src: support for selectors with different byteorder with interval concatenationsPablo Neira Ayuso2022-11-306-7/+87
* Warn for tables with compat expressions in rulesPhil Sutter2022-11-183-3/+16
* monitor: missing cache and set handle initializationPablo Neira Ayuso2022-11-112-0/+8
* doc: no reset support for limitPablo Neira Ayuso2022-11-091-1/+1
* doc: document a few reset commands supported by the parserPablo Neira Ayuso2022-11-091-2/+10
* optimize: handle prefix and range when merging into set + concatenationPablo Neira Ayuso2022-11-053-1/+5
* payload: do not kill dependency for proto_unknownPablo Neira Ayuso2022-10-314-2/+45
* netlink_delinearize: complete payload expression in payload statementPablo Neira Ayuso2022-10-311-3/+4
* tests: shell: deletion from interval concatenationPablo Neira Ayuso2022-10-182-0/+25
* netlink_delinearize: do not transfer binary operation to non-anonymous setsPablo Neira Ayuso2022-10-123-0/+40
* rule: do not display handle for implicit chainPablo Neira Ayuso2022-10-071-0/+6
* parser_bison: display too many levels of nesting errorPablo Neira Ayuso2022-10-072-4/+24
* evaluate: datatype memleak after binop transferPablo Neira Ayuso2022-10-061-1/+0
* evaluate: bogus datatype assertion in binary operation evaluationPablo Neira Ayuso2022-10-063-1/+14
* monitor: Sanitize startup race conditionPhil Sutter2022-09-303-1/+10
* tests: py: add vlan test case for ip/inet familyFlorian Westphal2022-09-295-0/+94
* evaluate: add ethernet header size offset for implicit vlan dependencyFlorian Westphal2022-09-291-1/+19
* doc: mention vlan matching in ip/ip6/inet familiesFlorian Westphal2022-09-281-0/+8
* evaluate: allow implicit ether -> vlan depFlorian Westphal2022-09-281-0/+1
* doc, src: make some spelling and grammatical improvementsJeremy Sowden2022-09-226-16/+16
* segtree: fix decomposition of unclosed intervals containing address prefixesJeremy Sowden2022-09-213-16/+50
* segtree: refactor decomposition of closed intervalsJeremy Sowden2022-09-211-33/+38
* evaluate: un-break rule insert with intervalsFlorian Westphal2022-09-203-0/+6
* doc: add nft_ctx_add_var() and nft_ctx_clear_vars() docsFernando Fernandez Mancera2022-09-161-0/+11
* py: support variables management and fix formattingFernando Fernandez Mancera2022-09-161-13/+30
* py: extend python API to support libnftables APIPeter Collinson2022-09-161-0/+82
* json: add stateful object comment supportFernando Fernandez Mancera2022-09-164-0/+24