summaryrefslogtreecommitdiffstats
path: root/iptables/nft-ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-031-3/+7
* Share print_ipv{4,6}_addr() from xtablesPhil Sutter2018-09-241-38/+1
* xtables: Drop use of IP6T_F_PROTOPhil Sutter2018-09-011-4/+0
* xtables: Use meta l4proto for -p matchPhil Sutter2018-08-211-2/+1
* xtables: Fix for wrong counter format in -S outputPhil Sutter2018-08-091-8/+2
* xtables: Don't pass full invflags to add_compat()Phil Sutter2018-08-091-1/+1
* xtables: Reserve space for 'opt' column in ip6tables outputPhil Sutter2018-08-041-0/+5
* nft: decode meta l4protoFlorian Westphal2018-07-211-0/+10
* xtables: introduce save_chain callbackPhil Sutter2018-07-191-0/+1
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-191-12/+11
* xtables: get rid of nft_ipv{4,6}_save_counters()Phil Sutter2018-07-191-8/+1
* xtables: eliminate nft_ipv{4,6}_rule_find()Phil Sutter2018-07-191-9/+1
* xtables: merge nft_ipv{4,6}_parse_target()Phil Sutter2018-07-191-8/+1
* xtables: get rid of nft_ipv{4,6}_print_header()Phil Sutter2018-07-191-9/+1
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-191-0/+2
* xtables-compat: ip6table-save: fix save of ip6 address masksFlorian Westphal2018-05-111-7/+15
* xtables-compat: output -s,d first during save, just like iptablesFlorian Westphal2018-05-051-5/+5
* xtables-compat: fall back to comment match in case name is too longFlorian Westphal2018-05-041-1/+2
* nft: fix crash when getprotobynumber() returns 0Florian Westphal2018-04-131-6/+9
* xtables-compat: fix snprintf truncation warningsFlorian Westphal2018-04-081-1/+1
* xtables-compat: fix memory leak when listingPablo M. Bermudo Garay2017-08-141-0/+2
* xtables-translate: fix double space before commentPablo M. Bermudo Garay2017-06-061-1/+1
* iptables: fix the wrong appending of jump verdict after the comment.v1.6.1Shyam Saini2017-01-261-3/+2
* nft_ipv{4,6}_xlate: Respect prefix lengthsPhil Sutter2016-11-291-3/+5
* xtables-translate: add escape_quotes option to comment_xlatePablo M. Bermudo Garay2016-08-231-1/+1
* iptables-translate: add in/out ifname wildcard match translation to nftLiping Zhang2016-08-011-12/+4
* iptables-compat: use nft built-in comments supportPablo M. Bermudo Garay2016-06-221-2/+11
* iptables: nft-ipv6: Use meta l4proto instead of nexthdrShivani Bhardwaj2016-03-021-1/+1
* comment: Add translation to nftShivani Bhardwaj2016-02-291-0/+5
* iptables: nft-ipv6: Fix ipv6 flagsShivani Bhardwaj2016-02-161-7/+7
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-161-11/+11
* iptables: nft-ipv6: Replace ip with ip6Shivani Bhardwaj2016-02-161-3/+3
* nft: xtables: add the infrastructure to translate from iptables to nftPablo Neira Ayuso2016-02-161-1/+66
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-5/+5
* iptables-compat: unset context flags in netlink delinearize stepPablo Neira Ayuso2015-02-221-8/+12
* iptables-compat: kill add_*() invflags parameterArturo Borrero2014-11-121-8/+18
* nft-ipv46: replace offset var with ctx->payload.offsetGiuseppe Longo2014-10-181-1/+1
* arptables-compat: get output in sync with arptables -L -n --line-numbersPablo Neira Ayuso2014-10-091-0/+9
* iptables-compat: fix address prefixPablo Neira Ayuso2014-09-301-14/+31
* nft: compare layer 4 protocol in first placeGiuseppe Longo2014-08-241-4/+4
* nft: save: fix the printing of the countersGiuseppe Longo2014-06-111-2/+10
* nft-compat: fix IP6T_F_GOTO flag handlingPablo Neira Ayuso2014-02-111-5/+9
* nft: adds save_matches_and_targetGiuseppe Longo2014-02-111-3/+5
* nft: fix inversion of built-in selectorsPablo Neira Ayuso2013-12-301-0/+4
* xtables: fix missing ipt_entry for MASQUERADE targetPablo Neira Ayuso2013-12-301-6/+12
* nft: consolidate nft_rule_new to support ARPPablo Neira Ayuso2013-12-301-1/+14
* nft: consolidate nft_rule_find for ARP, IPv4 and IPv6Pablo Neira Ayuso2013-12-301-0/+9
* xtables: nft-arp: implements is_same op for ARP familyGiuseppe Longo2013-12-301-2/+5
* nft: generalize rule addition family hookPablo Neira Ayuso2013-12-301-1/+3
* nft: refactoring parse operations for more genericityGiuseppe Longo2013-12-301-5/+21