summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xtables-compat: also check tg2->userspacesizeFlorian Westphal2018-05-051-1/+3
* xtables-compat: avoid unneeded bitwise opsFlorian Westphal2018-05-052-5/+23
* xtables-compat: restore: sync options with iptables-restoreFlorian Westphal2018-05-051-2/+13
* extensions: add xlate test for ipables -fFlorian Westphal2018-05-051-0/+6
* xtables-compat: output -s,d first during save, just like iptablesFlorian Westphal2018-05-052-10/+10
* iptables-compat: chains are purge out already from table flushPablo Neira Ayuso2018-05-053-52/+0
* iptables-compat: do not fail on restore if user chain existsPablo Neira Ayuso2018-05-054-4/+32
* iptables-compat: remove non-batching routinesPablo Neira Ayuso2018-05-052-153/+7
* xtables.conf: fix hook skeletonsFlorian Westphal2018-05-041-6/+5
* xtables-compat: fall back to comment match in case name is too longFlorian Westphal2018-05-043-5/+13
* xlate-test: use locally installed xlate toolsFlorian Westphal2018-05-041-1/+3
* xtables-compat: ebtables: handle mac masks properlyFlorian Westphal2018-05-043-1/+17
* xtables-compat: nft-arp: fix warning wrt. sprintf-out-of-boundsFlorian Westphal2018-05-031-2/+2
* xtables-compat: truncate comments to 254 bytesFlorian Westphal2018-04-291-1/+3
* extensions: libipt_DNAT: support shifted portmap rangesThierry Du Tre2018-04-293-51/+423
* iptables-test: add nft switch and test binaries from gitFlorian Westphal2018-04-281-3/+14
* xtables-compat: only fetch revisions for ip/ip6Florian Westphal2018-04-281-6/+19
* xtables: Fix rules print/save after iptables updateSerhey Popovych2018-04-274-46/+134
* xtables: Register all match/target revisions supported by us and kernelSerhey Popovych2018-04-271-24/+71
* xtables: Check match/target size vs XT_ALIGN(size) at register timeSerhey Popovych2018-04-271-14/+16
* xtables: Do not register matches/targets with incompatible revisionSerhey Popovych2018-04-271-24/+42
* xtables: Introduce and use common function to print val[/mask] argumentsSerhey Popovych2018-04-276-64/+48
* xtables: Introduce and use common function to parse val[/mask] argumentsSerhey Popovych2018-04-275-72/+77
* extensions: Initialize linear mapping of symbols in _init() of extensionSerhey Popovych2018-04-272-21/+14
* extensions: ULOG: remove testFlorian Westphal2018-04-271-19/+0
* ebtables-translate: turn off useless compat queriesFlorian Westphal2018-04-271-0/+6
* nft: arptables: remove obsolete forward hook definitionFlorian Westphal2018-04-271-6/+0
* iptables-compat: statify nft_restart()Pablo Neira Ayuso2018-04-242-2/+1
* iptables-compat: handle netlink dump EINTR errorsPablo Neira Ayuso2018-04-242-2/+41
* ebtables-compat: add 'vlan' match extensionFlorian Westphal2018-04-223-0/+238
* ebtables-compat: add 'pkttype' match extensionFlorian Westphal2018-04-223-0/+140
* ebtables-translate: update table name on -tFlorian Westphal2018-04-221-0/+1
* ebtables-compat: add 'ip6' match extensionFlorian Westphal2018-04-193-0/+666
* libebt_ip: fix translations for tos and icmpFlorian Westphal2018-04-192-7/+7
* libebt_ip: add icmp supportFlorian Westphal2018-04-192-2/+304
* xt-translate: quote interface names in translated outputFlorian Westphal2018-04-1910-30/+30
* icmp: split icmp type printing to header fileFlorian Westphal2018-04-193-58/+35
* ebtables-translate: add initial test casesFlorian Westphal2018-04-139-6/+81
* xt-compat: add ebtables-translateFlorian Westphal2018-04-135-1/+804
* xlate-translate: split common parts into helperFlorian Westphal2018-04-131-33/+26
* xtables-eb: export 3 functionsFlorian Westphal2018-04-132-5/+10
* nft-bridge: add eb-translate backend functionsFlorian Westphal2018-04-131-0/+136
* nft-bridge: fix mac address printingFlorian Westphal2018-04-131-1/+1
* nft: fix crash when getprotobynumber() returns 0Florian Westphal2018-04-132-12/+17
* ebtables-compat: support intra-positioned negationsFlorian Westphal2018-04-131-1/+1
* nft-bridge: add forward declaration for struct nftnl_ruleFlorian Westphal2018-04-131-0/+1
* libebt_limit: print 'minute' and 'seconds', not 'min' and 'secs'Florian Westphal2018-04-131-3/+3
* nft: make nft_init self-containedFlorian Westphal2018-04-132-2/+3
* xtables-translate: rm duplicate includesFlorian Westphal2018-04-131-5/+0
* xt-compat: constify a few struct membersFlorian Westphal2018-04-131-3/+3