summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* src: use set_is_anonymous()Pablo Neira Ayuso2019-07-167-11/+11
* evaluate: missing object maps handling in list and flush commandsPablo Neira Ayuso2019-07-165-8/+77
* src: add set_is_datamap(), set_is_objmap() and set_is_map() helpersPablo Neira Ayuso2019-07-166-20/+36
* tests: shell: make sure we test nft binary from working tree, not hostFlorian Westphal2019-07-151-2/+0
* proto: add pseudo th protocol to match d/sport in generic wayFlorian Westphal2019-07-158-1/+90
* src/ct: provide fixed data lengh sizes for ip/ip6 keysFlorian Westphal2019-07-123-4/+14
* cli: remove useless #include headersPablo Neira Ayuso2019-07-052-7/+2
* main: replace NFT_EXIT_NOMEM by EXIT_FAILUREPablo Neira Ayuso2019-07-051-2/+1
* src: use malloc() and free() from cli and mainPablo Neira Ayuso2019-07-052-4/+10
* ipopt: missing ipopt.h and ipopt.c filesPablo Neira Ayuso2019-07-042-0/+188
* files: Add inet family nat configPhil Sutter2019-07-043-0/+10
* exthdr: add support for matching IPv4 optionsStephen Suryaputra2019-07-0424-335/+512
* tests: shell: update test to include reset commandPablo Neira Ayuso2019-07-032-0/+9
* mnl: remove unnecessary NLM_F_ACK flagsPablo Neira Ayuso2019-07-031-7/+7
* files: Move netdev-ingress.nft to /etc/nftables as wellPhil Sutter2019-07-032-2/+3
* tests: py: fix python3Shekhar Sharma2019-07-011-33/+33
* libnftables: export public symbols onlyArturo Borrero Gonzalez2019-07-016-3/+84
* libnftables: reallocate definition of nft_print() and nft_gmp_print()Arturo Borrero Gonzalez2019-07-013-27/+39
* nft: don't use xzalloc()Arturo Borrero Gonzalez2019-07-011-1/+7
* rule: print space between policy and timeoutPablo Neira Ayuso2019-07-014-5/+5
* rule: do not print semicolon in ct timeoutPablo Neira Ayuso2019-07-014-4/+4
* parser_bison: do not enforce semicolon from ct helper blockPablo Neira Ayuso2019-07-011-1/+1
* tests: shell: restore element expirationPablo Neira Ayuso2019-07-011-0/+13
* monitor: fix double cache update with --echoPablo Neira Ayuso2019-07-011-1/+0
* src: enable set expiration date for set elementsLaura Garcia Liebana2019-06-283-0/+9
* build: avoid unnecessary call to xargsJan Engelhardt2019-06-251-1/+1
* build: avoid recursion into py/ if not selectedJan Engelhardt2019-06-252-5/+4
* build: unbreak non-functionality of --disable-pythonJan Engelhardt2019-06-251-4/+7
* main: Bail if non-available JSON was requestedPhil Sutter2019-06-251-0/+3
* json: Print newline at end of list outputPhil Sutter2019-06-251-0/+2
* build: Bump version to v0.9.1v0.9.1Pablo Neira Ayuso2019-06-241-3/+3
* ct: support for NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso2019-06-2113-63/+80
* src: prefer meta protocol as bridge l3 dependencyFlorian Westphal2019-06-199-121/+151
* src: statement: disable reject statement type omission for bridgeFlorian Westphal2019-06-194-5/+16
* netlink_delinerize: remove network header dep for reject statement also in br...Florian Westphal2019-06-194-200/+49
* rule: do not suggest anonymous sets on mispelling errorsPablo Neira Ayuso2019-06-191-0/+2
* evaluate: do not allow to list/flush anonymous sets via list commandPablo Neira Ayuso2019-06-192-6/+61
* evaluate: allow get/list/flush dynamic sets and maps via list commandPablo Neira Ayuso2019-06-192-3/+27
* tests: add missing json arp operation outputFlorian Westphal2019-06-181-0/+21
* src: add cache level flagsPablo Neira Ayuso2019-06-178-107/+135
* netlink: remove netlink_list_table()Pablo Neira Ayuso2019-06-173-8/+3
* rule: skip cache population from do_command_monitor()Pablo Neira Ayuso2019-06-171-32/+0
* tests: shell: cannot use handle for non-existing rule in kernelPablo Neira Ayuso2019-06-171-1/+1
* src: remove useless parameter from cache_flush()Pablo Neira Ayuso2019-06-173-4/+3
* datatype: fix print of raw numerical symbol valuesFlorian Westphal2019-06-174-11/+17
* cache: do not populate the cache in case of flush ruleset commandPablo Neira Ayuso2019-06-143-0/+7
* evaluate: double datatype_free() with dynamic integer datatypesPablo Neira Ayuso2019-06-143-8/+0
* evaluate: update byteorder only for implicit mapsPablo Neira Ayuso2019-06-141-1/+2
* evaluate: use-after-free in meterPablo Neira Ayuso2019-06-131-1/+2
* monitor: Accept -j flagPhil Sutter2019-06-132-7/+5