summaryrefslogtreecommitdiffstats
path: root/iptables/nft-shared.c
Commit message (Expand)AuthorAgeFilesLines
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-2/+5
* nft-shared: skip check for jumpto if cs->target is unsetPablo Neira Ayuso2020-04-151-1/+2
* Fix DEBUG buildPhil Sutter2019-12-041-1/+1
* nft: Support parsing lookup expressionPhil Sutter2019-11-251-0/+9
* nft: Embed rule's table name in nft_xt_ctxPhil Sutter2019-11-251-0/+1
* nft: Bore up nft_parse_payload()Phil Sutter2019-11-251-0/+8
* nft: Keep nft_handle pointer in nft_xt_ctxPhil Sutter2019-11-251-26/+14
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-2/+3
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-251-4/+3
* nft: Fix typo in nft_parse_limit() error messagePhil Sutter2019-09-261-1/+1
* nft: Fix add_bitwise_u16() on Big EndianPhil Sutter2019-09-231-1/+1
* 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