summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ebtables-compat: add initial translationsFlorian Westphal2018-04-116-0/+270
* iptables: constify option structArushi Singhal2018-04-112-2/+2
* ebtables-compat: load mark targetFlorian Westphal2018-04-111-2/+14
* ebtables-compat: don't make failing extension load fatalFlorian Westphal2018-04-111-7/+10
* libxt_comment: silence truncation warningFlorian Westphal2018-04-101-4/+3
* xtables-compat: only validate the xtables builtin tablesFlorian Westphal2018-04-091-2/+9
* xtables-compat: skip unsupported tablesFlorian Westphal2018-04-094-43/+14
* xtables-compat: also validate priorities and hook points match expected valuesFlorian Westphal2018-04-091-13/+22
* xtables-compat: fix snprintf truncation warningsFlorian Westphal2018-04-082-2/+2
* extensions: CLUSTERIP: do not allow --local-node 0Pablo Neira Ayuso2018-03-301-1/+2
* extensions: CLUSTERIP: add testsPablo Neira Ayuso2018-03-281-0/+3
* iptables: add xtables-translate.8 manpageArturo Borrero Gonzalez2018-03-172-1/+136
* extensions: libxt_bpf: Fix build with old kernel versionsHauke Mehrtens2018-02-281-1/+2
* extenstions: ecn: add tcp ecn/cwr translationFlorian Westphal2018-02-262-18/+37
* extensions: add tests for comp match optionsHarsha Sharma2018-02-252-5/+6
* xtables-compat-multi.c: Allow symlink of ebtablesDuncan Roe2018-02-251-0/+1
* iptables: add xtables-compat.8 manpageArturo Borrero Gonzalez2018-02-252-1/+178
* extensions: connmark: remove non-working translationFlorian Westphal2018-02-202-18/+10
* extensions: prefer plain 'set' over 'set mark and'Florian Westphal2018-02-204-6/+12
* xtables-compat-restore: use correct hook prioritiesFlorian Westphal2018-02-171-5/+31