summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-arp.c
Commit message (Expand)AuthorAgeFilesLines
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-071-1/+1
* arptables-nft: Set h-type/h-length masks by default, tooPhil Sutter2019-02-011-2/+6
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-1/+1
* arptables: Support --set-counters optionPhil Sutter2018-11-221-1/+2
* xtables: rename opcodes to arp_opcodesFlorian Westphal2018-11-191-2/+2
* arptables: fix --version infoFlorian Westphal2018-11-121-10/+15
* arptables: ignore --table argument.Florian Westphal2018-11-121-1/+4
* arptables: make uni/multicast mac masks staticFlorian Westphal2018-11-121-6/+6
* arptables: pre-init hlen and ethertypeFlorian Westphal2018-11-121-0/+2
* arptables: remove code that is also commented-out in original arptablesFlorian Westphal2018-11-121-31/+3
* xtables: Remove target_maxnamelen fieldPhil Sutter2018-10-151-1/+0
* Combine parse_target() and command_jump() implementationsPhil Sutter2018-09-251-58/+2
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-9/+30
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-041-4/+7
* arptables: Fix jumps into user-defined chainsPhil Sutter2018-08-041-11/+0
* arptables: Fix memleaks in do_commandarp()Phil Sutter2018-08-041-7/+12
* xtables: merge {ip,arp}tables_command_state structsPhil Sutter2018-07-191-55/+55
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-10/+8
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables: silence two compiler warningsFlorian Westphal2018-06-171-1/+1
* iptables: Remove explicit static variables initalization.Varsha Rao2017-04-061-1/+1
* iptables: remove duplicated argument parsing codeLorenzo Colitti2017-03-171-20/+10
* iptables: xtables-arp: Use getaddrinfo()Shivani Bhardwaj2016-11-101-10/+18
* iptables/xtables-arp.c: fix typo, wierd vs weirdArturo Borrero2016-03-101-1/+1
* arptables-compat: add mangle target extensionArturo Borrero2015-02-181-4/+11
* arptables-compat: allow to not specify a targetPablo Neira Ayuso2014-10-091-104/+77
* xtables: add xtables-compat-multi for the nftables compatibility layerPablo Neira Ayuso2014-02-041-1/+1
* xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be usedTomasz Bursztyka2013-12-301-0/+7
* xtables: arp: Fix a compilation warningTomasz Bursztyka2013-12-301-4/+4
* nft: arp: fix possible string overflowGiuseppe Longo2013-12-301-1/+2
* xtables: arp: Parse properly target optionsTomasz Bursztyka2013-12-301-2/+4
* xtables: arp: Store target entry properly and compare them relevantlyTomasz Bursztyka2013-12-301-4/+4
* xtables: arp: zeroing chain countersGiuseppe Longo2013-12-301-3/+2
* xtables: arp: add delete operationGiuseppe Longo2013-12-301-5/+28
* xtables: arp: add rule replacement supportGiuseppe Longo2013-12-301-4/+18
* nft: consolidate nft_rule_* functions to support ARPPablo Neira Ayuso2013-12-301-5/+4
* xtables: nft-arp: implements is_same op for ARP familyGiuseppe Longo2013-12-301-1/+1
* xtables: bootstrap ARP compatibility layer for nftablesGiuseppe Longo2013-12-301-0/+1457