summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* include: refresh nf_tables.h cached copyPablo Neira Ayuso2019-08-092-6/+17
* tests: shell: move chain priority and policy to chain folderPablo Neira Ayuso2019-08-098-0/+0
* src: allow variable in chain policyFernando Fernandez Mancera2019-08-0816-18/+194
* src: allow variables in the chain priority specificationFernando Fernandez Mancera2019-08-0816-46/+250
* src: remove global symbol_tablePablo Neira Ayuso2019-08-0810-79/+56
* src: add parse_ctx objectPablo Neira Ayuso2019-08-087-31/+68
* cache: incorrect flush flag for table/chainLaura Garcia Liebana2019-07-313-1/+32
* src: Fix dumping vlan rulesM. Braun2019-07-314-0/+36
* src: Call bison with -Wno-yacc to silence warningsPhil Sutter2019-07-301-1/+1
* parser_bison: Fix for deprecated statementsPhil Sutter2019-07-301-2/+2
* scanner: don't rely on fseek for input stream repositioningFlorian Westphal2019-07-301-15/+20
* doc: fib: explain example in more detailFlorian Westphal2019-07-251-0/+6
* src: Sync comments with current expr definitionBrett Mastbergen2019-07-231-2/+2
* tests: shell: check for table re-definition usecaseFlorian Westphal2019-07-231-0/+15
* cache: add NFT_CACHE_UPDATE and NFT_CACHE_FLUSHED flagsPablo Neira Ayuso2019-07-235-25/+25
* rule: removed duplicate member initializer.Jeremy Sowden2019-07-221-1/+0
* libnftables: get rid of repeated initialization of netlink_ctxJeremy Sowden2019-07-221-13/+10
* src: osf: fix snprintf -Wformat-truncation warningFernando Fernandez Mancera2019-07-221-9/+10
* evaluate: missing location for chain nested in table definitionPablo Neira Ayuso2019-07-221-0/+1
* src: evaluate: support prefix expression in statementsFlorian Westphal2019-07-224-0/+89
* doc: fib: explain example in more detailFlorian Westphal2019-07-221-0/+6
* evaluate: bogus error when refering to existing non-base chainPablo Neira Ayuso2019-07-181-6/+3
* json: Fix memleak in timeout_policy_json()Phil Sutter2019-07-181-2/+2
* include: json: add missing synproxy stmt print stubFernando Fernandez Mancera2019-07-181-0/+1
* tests: py: add missing json outputsFernando Fernandez Mancera2019-07-171-0/+25
* json: fix synproxy flag parser typoFernando Fernandez Mancera2019-07-171-4/+4
* src: introduce SYNPROXY matchingFernando Fernandez Mancera2019-07-1716-0/+570
* tests: fix up two broken json test casesFlorian Westphal2019-07-172-3/+25
* evaluate: missing basic evaluation of expectationsPablo Neira Ayuso2019-07-161-4/+30
* src: add ct expectations supportStéphane Veyret2019-07-1619-6/+361
* cache: incorrect flags for create commandsPablo Neira Ayuso2019-07-163-9/+31
* evaluate: honor NFT_SET_OBJECT flagPablo Neira Ayuso2019-07-163-9/+7
* 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