summaryrefslogtreecommitdiffstats
path: root/iptables/nft-shared.c
Commit message (Expand)AuthorAgeFilesLines
* nft: Don't assume NFTNL_RULE_USERDATA holds a commentPhil Sutter2019-02-081-17/+22
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-051-0/+5
* xtables: Fix for crash when comparing rules with standard targetPhil Sutter2019-02-011-4/+19
* nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter2019-02-011-5/+9
* xtables: make all nft_parse_ helpers staticFlorian Westphal2018-11-191-8/+8
* xtables: Fix for matching rules with wildcard interfacesPhil Sutter2018-11-011-1/+1
* nft-shared: Use xtables_calloc()Phil Sutter2018-09-251-11/+2
* iptables: Use print_ifaces() from xtablesPhil Sutter2018-09-241-39/+0
* Mark fall through cases in switch() statementsPhil Sutter2018-09-241-0/+1
* xtables: Fix for deleting rules with commentPhil Sutter2018-08-291-9/+6
* xtables: Add missing deinitializationPhil Sutter2018-08-241-0/+2
* xtables: Use meta l4proto for -p matchPhil Sutter2018-08-211-0/+6
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-161-1/+1
* xtables: Use native nftables limit expressionPhil Sutter2018-08-161-0/+46
* xtables: Fix for wrong counter format in -S outputPhil Sutter2018-08-091-10/+19
* xtables: introduce save_chain callbackPhil Sutter2018-07-191-0/+11
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-191-10/+10
* xtables: get rid of nft_ipv{4,6}_save_counters()Phil Sutter2018-07-191-3/+5
* xtables: eliminate nft_ipv{4,6}_rule_find()Phil Sutter2018-07-191-2/+2
* xtables: merge nft_ipv{4,6}_parse_target()Phil Sutter2018-07-191-0/+7
* xtables: Use new callbacks in nft_rule_print_save()Phil Sutter2018-07-191-1/+1
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-191-0/+5
* xtables: simplify struct nft_xt_ctxPhil Sutter2018-07-191-8/+8
* xtables: merge {ip,arp}tables_command_state structsPhil Sutter2018-07-191-21/+6
* xtables: translate nft meta trace set 1 to -j TRACEFlorian Westphal2018-06-251-2/+63
* xtables: warn in case old-style (set/getsockopt) tables existFlorian Westphal2018-06-251-0/+29
* xtables-compat: ignore '+' interface nameFlorian Westphal2018-05-281-6/+8
* xtables: allocate struct xt_comment_info for commentsPablo Neira Ayuso2018-05-261-1/+3
* xtables-compat: ebtables: fix logical interface negationFlorian Westphal2018-05-101-0/+2
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-101-5/+2
* xtables-compat: fix wildcard detectionFlorian Westphal2018-05-101-18/+26
* xtables-compat: also check tg2->userspacesizeFlorian Westphal2018-05-051-1/+3
* xtables-compat: avoid unneeded bitwise opsFlorian Westphal2018-05-051-1/+11
* xtables-compat: ebtables: handle mac masks properlyFlorian Westphal2018-05-041-1/+1
* xtables-compat: fix comments listingPablo M. Bermudo Garay2016-08-091-0/+26
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-94/+94
* iptables-compat: unset context flags in netlink delinearize stepPablo Neira Ayuso2015-02-221-2/+6
* ebtables-compat: add watchers supportArturo Borrero2015-02-111-0/+5
* ebtables-compat: fix nft payload basesArturo Borrero2015-01-281-5/+4
* ebtables-compat: fix printing of extensionArturo Borrero2015-01-051-1/+17
* ebtables-compat: use ebtables_command_state in bootstrap codePablo Neira Ayuso2014-11-241-2/+2
* nft: bootstrap ebtables-compatPablo Neira Ayuso2014-11-241-5/+11
* iptables-compat: kill add_*() invflags parameterArturo Borrero2014-11-121-31/+4
* nft: fix syntax error in nft_parse_cmp()Giuseppe Longo2014-10-181-1/+1
* arptables-compat: get output in sync with arptables -L -n --line-numbersPablo Neira Ayuso2014-10-091-0/+44
* arptables-compat: allow to not specify a targetPablo Neira Ayuso2014-10-091-1/+1
* iptables-compat: fix address prefixPablo Neira Ayuso2014-09-301-32/+58
* nft: add nft_xt_ctx structGiuseppe Longo2014-08-241-30/+42
* nft: save: fix the printing of the countersGiuseppe Longo2014-06-111-8/+7
* nft: replace nft_rule_attr_get_u8Giuseppe Longo2014-03-241-1/+1