summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xtables-compat: ebtables: prefer snprintf to strncpyFlorian Westphal2018-05-202-4/+6
* xtables-compat: extend generic tests for masks and wildcardsFlorian Westphal2018-05-152-31/+57
* libxtables: store all requested match typesFlorian Westphal2018-05-141-3/+0
* xtables-compat: ip6table-save: fix save of ip6 address masksFlorian Westphal2018-05-112-7/+17
* ebtables-translate: suppress redundant protocolsFlorian Westphal2018-05-106-29/+46
* xtables-compat: ebtables: allow checking for zero-macFlorian Westphal2018-05-104-38/+43
* xtables-compat: ebtables: add helpers to print interface and mac addressesFlorian Westphal2018-05-101-53/+24
* xtables-compat: ebtables: remove interface masks from ebt_entry structFlorian Westphal2018-05-102-12/+1
* xtables-compat: ebtables: fix logical interface negationFlorian Westphal2018-05-102-53/+24
* xtables-compat: ebtables: add and use helper to parse all interface namesFlorian Westphal2018-05-102-56/+23
* xtables-compat: ebtables: split match/target print from nft_bridge_print_fire...Florian Westphal2018-05-101-18/+26
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-107-231/+172
* xtables-compat: pass correct table skeletonFlorian Westphal2018-05-103-24/+76
* xtables-compat: fix wildcard detectionFlorian Westphal2018-05-101-18/+26
* extensions: libip6t_srh.t: Add test cases for psid, nsid, and lsidAhmed Abdelsalam2018-05-091-0/+2
* extensions: libxt_CONNMARK: incorrect translation after v2Pablo Neira Ayuso2018-05-081-3/+3
* extensions: libxt_CONNMARK: Support bit-shifting for --restore,set and save-markJack Ma2018-05-082-13/+284
* extensions: libip6t_srh: support matching previous, next and last SIDAhmed Abdelsalam2018-05-082-16/+314
* extensions: libipt_DNAT: tests added for shifted portmap rangeThierry Du Tre2018-05-082-0/+10
* xtables-compat-restore: flush table and its content with no -nPablo Neira Ayuso2018-05-081-56/+66
* xtables-compat: fix bogus error with -X and no user-defined chainsPablo Neira Ayuso2018-05-071-1/+1
* xtables-compat-restore: flush user-defined chains with -nPablo Neira Ayuso2018-05-074-2/+74
* xtables-compat-restore: flush rules and delete user-defined chainsPablo Neira Ayuso2018-05-071-27/+56
* extensions: libipt_DNAT: use size of nf_nat_range2 for rev2Florian Westphal2018-05-072-4/+4
* xtables-compat: pass larger socket bufferFlorian Westphal2018-05-071-6/+6
* xtables-compat: xtables-save: don't return 1Florian Westphal2018-05-072-16/+9
* xtables-compat: ebtables: support concurrent optionFlorian Westphal2018-05-071-5/+2
* iptables-test: fix bug with rateestFlorian Westphal2018-05-071-2/+5
* xtables-compat: fix ipv4 frag (-f)Florian Westphal2018-05-051-3/+6
* 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