summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.c
Commit message (Expand)AuthorAgeFilesLines
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-251-1/+2
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-1/+1
* nft-arp: Use xtables_print_mac_and_mask()Phil Sutter2019-10-301-27/+4
* arptables-nft: fix decoding of hlen on bigendian platformsFlorian Westphal2019-02-221-2/+3
* arptables: Print space before comma and countersPhil Sutter2019-02-211-1/+1
* nft: Fix potential memleaks in nft_*_rule_find()Phil Sutter2019-02-011-4/+8
* arptables-nft: Don't print default h-len/h-type valuesPhil Sutter2019-01-311-2/+2
* arptables-nft-save: Fix position of -j optionPhil Sutter2019-01-311-26/+39
* arptables-nft: Remove space between *cnt= and valuePhil Sutter2019-01-311-2/+2
* arptables-nft: Fix listing rules without targetPhil Sutter2019-01-311-1/+1
* xtables: rename opcodes to arp_opcodesFlorian Westphal2018-11-191-2/+2
* arptables-nft: use generic expression parsing functionFlorian Westphal2018-11-181-82/+10
* arptables: fix src/dst mac handlingFlorian Westphal2018-11-121-9/+57
* arptables: fix target ip offsetFlorian Westphal2018-11-121-2/+3
* arptables: fix -s/-d handling for negation and maskFlorian Westphal2018-11-121-6/+14
* arptables: fix rule deletion/compareFlorian Westphal2018-11-121-1/+2
* arptables-save: add -c option, like xtables-saveFlorian Westphal2018-11-121-8/+9
* arptables: use ->save for arptables-save, like xtablesFlorian Westphal2018-11-121-9/+24
* arptables: Use the shared nft_ipv46_parse_target()Phil Sutter2018-09-251-8/+1
* arptables: Fix incorrect strcmp() in nft_arp_rule_find()Phil Sutter2018-09-241-1/+1
* nft-arp: Drop ineffective conditionalPhil Sutter2018-09-241-3/+0
* xtables: Add missing deinitializationPhil Sutter2018-08-241-1/+1
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-161-1/+2
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-17/+38
* arptables: Fix opcode printing in numeric outputPhil Sutter2018-08-041-0/+1
* arptables: Print policy only for base chainsPhil Sutter2018-08-041-1/+1
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-191-6/+6
* xtables: arp: make rule_to_cs callback privatePhil Sutter2018-07-191-5/+5
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-191-0/+2
* xtables: simplify struct nft_xt_ctxPhil Sutter2018-07-191-2/+2
* xtables: merge {ip,arp}tables_command_state structsPhil Sutter2018-07-191-20/+20
* xtables-compat: nft-arp: fix warning wrt. sprintf-out-of-boundsFlorian Westphal2018-05-031-2/+2
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-14/+14
* arptables-compat: delete extra space in target printingArturo Borrero2015-03-051-1/+1
* iptables-compat: unset context flags in netlink delinearize stepPablo Neira Ayuso2015-02-221-4/+8
* arptables-compat: add mangle target extensionArturo Borrero2015-02-181-10/+9
* ebtables-compat: fix nft payload basesArturo Borrero2015-01-281-5/+10
* iptables-compat: kill add_*() invflags parameterArturo Borrero2014-11-121-37/+28
* arptables-compat: remove save codePablo Neira Ayuso2014-10-091-29/+2
* arptables-compat: get output in sync with arptables -L -n --line-numbersPablo Neira Ayuso2014-10-091-0/+22
* arptables-compat: allow to not specify a targetPablo Neira Ayuso2014-10-091-106/+64
* iptables-compat: fix address prefixPablo Neira Ayuso2014-09-301-19/+43
* nft: add nft_xt_ctx structGiuseppe Longo2014-08-241-5/+10
* nft-arp: remove wrong conditionsGiuseppe Longo2014-08-111-6/+0
* nft: save: fix the printing of the countersGiuseppe Longo2014-06-111-6/+8
* nft: replace nft_rule_attr_get_u8Giuseppe Longo2014-03-241-1/+1
* nft-arp: wrong condition in parse_payloadGiuseppe Longo2014-03-071-1/+1
* nft-arp: fix is_same_interfaces argumentsGiuseppe Longo2014-03-071-8/+8