summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osf: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+14
* socket: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+52
* exthdr: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-0/+75
* exthdr: add exthdr_desc_id enum and use itPablo Neira Ayuso2019-12-172-0/+43
* meta: add parse and build userdata interfacePablo Neira Ayuso2019-12-172-2/+53
* src: add "typeof" build/parse/print supportFlorian Westphal2019-12-177-20/+262
* parser: add typeof keyword for declarationsPablo Neira Ayuso2019-12-172-2/+38
* expr: add expr_ops_by_type()Pablo Neira Ayuso2019-12-162-0/+13
* proto: add proto_desc_id enumerationPablo Neira Ayuso2019-12-162-0/+73
* src: store expr, not dtype to track data in setsFlorian Westphal2019-12-1614-63/+81
* parser: add a helper for concat expression handlingFlorian Westphal2019-12-161-56/+43
* py: load the SONAME-versioned shared objectArturo Borrero Gonzalez2019-12-101-1/+1
* segtree: don't remove nul-root element from interval setPablo Neira Ayuso2019-12-095-10/+33
* doc: Remove repeated paragraph and fix typonl67202019-12-091-7/+1
* doc: Clarify conditions under which a reject verdict is permissibleDuncan Roe2019-12-061-2/+3
* build: nftables 0.9.3 depends on libnftnl 1.1.5Pablo Neira Ayuso2019-12-051-1/+1
* include: add nf_tables_compat.h to tarballsPablo Neira Ayuso2019-12-031-0/+1
* build: Bump version to v0.9.3v0.9.3Pablo Neira Ayuso2019-12-021-2/+2
* netlink: off-by-one write in netdev chain device arrayPablo Neira Ayuso2019-12-021-2/+2
* doc: fix inconsistency in set statement documentation.Jeremy Sowden2019-12-021-4/+9
* scanner: fix out-of-bound memory write in include_file()Eric Jallot2019-12-022-12/+17
* segtree: restore automergePablo Neira Ayuso2019-12-021-1/+1
* segtree: Fix add and delete of element in same batchPhil Sutter2019-12-021-0/+8
* tests/py: Set a fixed timezone in nft-test.pyPhil Sutter2019-11-293-2/+3
* nft.8: Fix nat family spec positionPhil Sutter2019-11-271-2/+2
* nft.8: Describe numgen expressionPhil Sutter2019-11-271-0/+26
* files: add example secmark configChristian Göttsche2019-11-252-0/+88
* src: add ability to set/get secmarks to/from connectionChristian Göttsche2019-11-254-5/+37
* mnl: Fix -Wimplicit-function-declaration warningsMichal Rostecki2019-11-211-0/+1
* statement: make secmark statements idempotentChristian Göttsche2019-11-211-0/+3
* scanner: Introduce numberstringPhil Sutter2019-11-191-11/+2
* files: Drop shebangs from config filesPhil Sutter2019-11-1915-33/+2
* files: Install sample scripts from files/examplesPhil Sutter2019-11-193-0/+6
* tests: shell: set reference from variable definitionPablo Neira Ayuso2019-11-181-0/+21
* parser_bison: Avoid set references in odd placesPhil Sutter2019-11-181-14/+17
* tests: add stateful object update operation testFernando Fernandez Mancera2019-11-161-0/+25
* cache: Reduce caching for get commandPhil Sutter2019-11-151-0/+17
* segtree: Fix get element for little endian rangesPhil Sutter2019-11-152-5/+50
* segtree: Check ranges when deleting elementsPhil Sutter2019-11-142-11/+47
* meta: Rewrite hour_type_print()Phil Sutter2019-11-121-30/+19
* libnftables: Store top_scope in struct nft_ctxPhil Sutter2019-11-077-7/+50
* doc: Drop incorrect requirement for nft configsPhil Sutter2019-11-061-2/+1
* src: add and use `set_is_meter` helperJeremy Sowden2019-11-066-18/+47
* src: flowtable: add support for delete command by handleEric Jallot2019-11-069-12/+69
* doc: fix missing family in plural forms list command.Eric Jallot2019-10-311-6/+7
* src: flowtable: add support for named flowtable listingEric Jallot2019-10-3110-19/+157
* mnl: Replace use of untyped nftnl data settersPhil Sutter2019-10-301-6/+10
* mnl: remove artifical cap on 8 devices per flowtableSven Auhagen2019-10-301-2/+7
* src: add multidevice support for netdev chainPablo Neira Ayuso2019-10-307-27/+109
* tests/py: Fix test script for Python3 tempfilePhil Sutter2019-10-291-4/+4