summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-175-44/+79
* nft-cache: Support partial cache per tablePhil Sutter2019-10-171-25/+57
* nft-cache: Cover for multiple fetcher invocationPhil Sutter2019-10-171-1/+18
* nft-cache: Fetch only chains in nft_chain_list_get()Phil Sutter2019-10-172-1/+21
* nft-cache: Introduce cache levelsPhil Sutter2019-10-172-16/+47
* iptables-test: Run tests in lexical orderPhil Sutter2019-10-171-2/+6
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-107-361/+404
* nft: Avoid nested cache fetchingPhil Sutter2019-10-101-2/+1
* nft: Pass nft_handle to flush_cache()Phil Sutter2019-10-101-17/+11
* extensions: libxt_SYNPROXY: add xlate methodJose M. Guisado Gomez2019-10-012-0/+25
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-303-2/+23
* nft: Make nftnl_table_list_get() fetch only tablesPhil Sutter2019-09-301-1/+2
* nft: Fix for add and delete of same rule in single batchPhil Sutter2019-09-302-5/+16
* tests: shell: Support running for legacy/nft onlyPhil Sutter2019-09-301-8/+20
* tests/shell: Speed up ipt-restore/0004-restore-race_0Phil Sutter2019-09-261-2/+2
* nft: Get rid of NFT_COMPAT_EXPR_MAX definePhil Sutter2019-09-261-4/+2
* nft: Fix typo in nft_parse_limit() error messagePhil Sutter2019-09-261-1/+1
* xtables_error() does not returnPhil Sutter2019-09-255-43/+19
* nft: Fix add_bitwise_u16() on Big EndianPhil Sutter2019-09-232-2/+2
* nft Increase mnl_talk() receive buffer sizePhil Sutter2019-09-231-1/+1
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-234-4/+9
* nft: Use nftnl_*_set_str() functionsPhil Sutter2019-09-231-14/+14
* DEBUG: Print to stderr to not disturb iptables-savePhil Sutter2019-09-231-1/+1
* tests/shell: Make ebtables-basic test more verbosePhil Sutter2019-09-231-12/+16
* extensions: fix iptables-{nft,translate} with conntrack EXPECTEDQuentin Armitage2019-09-202-2/+3
* ipables: xtables-restore: output filename option in help textFlorian Westphal2019-09-162-2/+2
* libiptc: silence two comiler warningsFlorian Westphal2019-09-161-2/+2
* libiptc: axe non-building debug codeFlorian Westphal2019-09-163-365/+1
* iptables-test: Support testing host binariesPhil Sutter2019-09-151-2/+6
* ebtables: fix over-eager -o checks on custom chainsFlorian Westphal2019-09-123-2/+41
* netfilter: hashlimit: prefer PRIu64 to avoid warnings on 32bit platformsDuncan Roe2019-09-121-1/+1
* doc: Note REDIRECT case of no IP addressJoseph C. Sible2019-08-211-1/+2
* extensions: nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-08-202-12/+33
* nft: Drop stale include directivePhil Sutter2019-08-011-1/+0
* doc: Install ip{6,}tables-restore-translate.8 man pagesPhil Sutter2019-07-292-1/+4
* doc: Install nft-variant man pages only if enabledPhil Sutter2019-07-291-6/+6
* xtables: Drop support for /etc/xtables.confPhil Sutter2019-07-297-498/+9
* nft: Set errno in nft_rule_flush()Phil Sutter2019-07-291-1/+3
* restore legacy behaviour of iptables-restore when rules start with -4/-6Adel Belhouane2019-07-293-0/+61
* utils: nfnl_osf: fix snprintf -Wformat-truncation warningFernando Fernandez Mancera2019-07-251-6/+9
* ebtables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-110/+13
* arptables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-60/+3
* xtables-save: Pass format flags to do_output()Phil Sutter2019-07-231-4/+6
* xtables-save: Make COMMIT line optionalPhil Sutter2019-07-231-1/+4
* xtables-save: Pass optstring/longopts to xtables_save_main()Phil Sutter2019-07-231-7/+13
* xtables-save: Avoid mixed code and declarationsPhil Sutter2019-07-231-4/+4
* nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-233-14/+21
* xtables-save: Fix table compatibility checkPhil Sutter2019-07-231-3/+4
* xtables-save: Unify *-save header/footer commentsPhil Sutter2019-07-237-33/+23
* ebtables-save: Fix counter formattingPhil Sutter2019-07-234-30/+81