summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: bump version for 1.8.5 releasev1.8.5Pablo Neira Ayuso2020-06-031-1/+1
* build: bump dependency on libnftnlPhil Sutter2020-06-031-1/+1
* include: Avoid undefined left-shift in xt_sctp.hPhil Sutter2020-05-291-3/+3
* tests: shell: Fix syntax in ipt-restore/0010-noflush-new-chain_0Phil Sutter2020-05-291-0/+1
* doc: libxt_MARK: OUTPUT chain is fine, tooPhil Sutter2020-05-271-2/+2
* nft: Drop save_counters callback from family_opsPhil Sutter2020-05-187-16/+3
* nft: Merge nft_*_rule_find() functionsPhil Sutter2020-05-187-112/+40
* nfnl_osf: Improve error handlingPhil Sutter2020-05-181-5/+10
* nfnl_osf: Fix broken conversion to nfnl_query()Phil Sutter2020-05-181-2/+4
* libip6t_srh.t: switch to lowercase, add /128 suffix, require successMaciej Żenczykowski2020-05-141-2/+2
* iptables-test: Don't choke on empty linesPhil Sutter2020-05-112-2/+1
* nft: Don't exit early after printing help textsPhil Sutter2020-05-113-9/+10
* nft: Fix leak when replacing a rulePhil Sutter2020-05-111-1/+2
* arptables: Fix leak in nft_arp_print_rule()Phil Sutter2020-05-111-0/+2
* nft: Use clear_cs() instead of open codingPhil Sutter2020-05-114-10/+4
* libxtables: Introduce xtables_fini()Phil Sutter2020-05-1114-9/+82
* ebtables: Free statically loaded extensions againPhil Sutter2020-05-114-2/+20
* nft: Fix leak when deleting rulesPhil Sutter2020-05-111-1/+1
* nft: Fix leaks in ebt_add_policy_rule()Phil Sutter2020-05-111-6/+12
* nft: Clear all lists in nft_fini()Phil Sutter2020-05-111-3/+9
* nft: cache: Re-establish cache consistency checkPhil Sutter2020-05-111-0/+11
* tests: shell: Implement --valgrind modePhil Sutter2020-05-111-0/+47
* nft: Fix for '-F' in iptables dumpsPhil Sutter2020-05-111-0/+34
* nft: cache: Optimize caching for flush commandPhil Sutter2020-05-113-1/+39
* nft: cache: Fetch cache for specific chainsPhil Sutter2020-05-113-8/+81
* nft-cache: Introduce __fetch_chain_cache()Phil Sutter2020-05-111-20/+30
* nft-cache: Fetch cache per tablePhil Sutter2020-05-117-44/+64
* nft: cache: Introduce struct nft_cache_reqPhil Sutter2020-05-112-16/+22
* nft: cache: Improve fake cache integrationPhil Sutter2020-05-113-15/+4
* nft: cache: Simplify rule and set fetchersPhil Sutter2020-05-111-15/+5
* nft: missing nft_fini() call in bridge familyPablo Neira Ayuso2020-05-111-0/+2
* nft: remove cache build callsPablo Neira Ayuso2020-05-113-42/+0
* nft: restore among supportPablo Neira Ayuso2020-05-113-2/+32
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-118-127/+119
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-1115-143/+726
* ebtables-restore: Table line to trigger implicit commitPhil Sutter2020-05-111-0/+4
* nft: cache: Fetch sets per tablePhil Sutter2020-05-111-11/+15
* nft: cache: Init per table set list along with chain listPhil Sutter2020-05-111-15/+4
* nft: cache: Eliminate init_chain_cache()Phil Sutter2020-05-111-12/+4
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-113-30/+1
* iptables: flush stdout after every verbose log.Maciej Żenczykowski2020-05-112-2/+6
* libiptc: do not typedef socklen_t on AndroidMaciej Żenczykowski2020-05-112-2/+2
* tests: shell: Add test for nfbz#1391Phil Sutter2020-04-281-0/+7
* libxt_IDLETIMER: fix target v1 help alignment and docMaciej Żenczykowski2020-04-281-1/+1
* iptables: include sys/time.h to fix lack of struct timeval declarationMaciej Żenczykowski2020-04-281-0/+1
* extensions: include strings.h for the definition of ffs()Maciej Żenczykowski2020-04-282-0/+2
* tests: shell: Test -F in dump filesPhil Sutter2020-04-231-0/+12
* tests: shell: Extend ipt-restore/0004-restore-race_0Phil Sutter2020-04-231-3/+2
* tests: shell: Improve ipt-restore/0001load-specific-table_0 a bitPhil Sutter2020-04-231-1/+1
* xshared: Drop pointless assignment in add_param_to_argv()Phil Sutter2020-04-231-1/+0