aboutsummaryrefslogtreecommitdiff
path: root/iptables/xtables-arp.c
AgeCommit message (Expand)Author
2019-10-30xtables-arp: Use xtables_parse_interface()Phil Sutter
2019-10-30xtables-arp: Drop some unused variablesPhil Sutter
2019-10-30xtables-arp: Integrate OPT_* defines into xshared.hPhil Sutter
2019-10-30Replace TRUE/FALSE with true/falsePhil Sutter
2019-10-30xtables-arp: Drop generic_opt_check()Phil Sutter
2019-10-30Merge CMD_* definesPhil Sutter
2019-10-30xshared: Share a common implementation of parse_rulenumber()Phil Sutter
2019-10-30xshared: Share a common add_command() implementationPhil Sutter
2019-10-30ip6tables, xtables-arp: Drop unused struct pprotPhil Sutter
2019-10-26xtables-arp: Use xtables_ipparse_multiple()Phil Sutter
2019-05-30src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt
2019-02-07xshared: Explicitly pass target to command_jump()Phil Sutter
2019-02-01arptables-nft: Set h-type/h-length masks by default, tooPhil Sutter
2019-01-18xtables: Fix position of replaced rules in cachePhil Sutter
2018-11-22arptables: Support --set-counters optionPhil Sutter
2018-11-19xtables: rename opcodes to arp_opcodesFlorian Westphal
2018-11-12arptables: fix --version infoFlorian Westphal
2018-11-12arptables: ignore --table argument.Florian Westphal
2018-11-12arptables: make uni/multicast mac masks staticFlorian Westphal
2018-11-12arptables: pre-init hlen and ethertypeFlorian Westphal
2018-11-12arptables: remove code that is also commented-out in original arptablesFlorian Westphal
2018-10-15xtables: Remove target_maxnamelen fieldPhil Sutter
2018-09-25Combine parse_target() and command_jump() implementationsPhil Sutter
2018-08-06xtables: Implement arptables-{save,restore}Phil Sutter
2018-08-04xtables: Match verbose ip{,6}tables output with legacyPhil Sutter
2018-08-04arptables: Fix jumps into user-defined chainsPhil Sutter
2018-08-04arptables: Fix memleaks in do_commandarp()Phil Sutter
2018-07-19xtables: merge {ip,arp}tables_command_state structsPhil Sutter
2018-07-19iptables: replace memset by c99-style initializersPhil Sutter
2018-06-18xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal
2018-06-17xtables: silence two compiler warningsFlorian Westphal
2017-04-06iptables: Remove explicit static variables initalization.Varsha Rao
2017-03-17iptables: remove duplicated argument parsing codeLorenzo Colitti
2016-11-10iptables: xtables-arp: Use getaddrinfo()Shivani Bhardwaj
2016-03-10iptables/xtables-arp.c: fix typo, wierd vs weirdArturo Borrero
2015-02-18arptables-compat: add mangle target extensionArturo Borrero
2014-10-09arptables-compat: allow to not specify a targetPablo Neira Ayuso
2014-02-04xtables: add xtables-compat-multi for the nftables compatibility layerPablo Neira Ayuso
2013-12-30xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be usedTomasz Bursztyka
2013-12-30xtables: arp: Fix a compilation warningTomasz Bursztyka
2013-12-30nft: arp: fix possible string overflowGiuseppe Longo
2013-12-30xtables: arp: Parse properly target optionsTomasz Bursztyka
2013-12-30xtables: arp: Store target entry properly and compare them relevantlyTomasz Bursztyka
2013-12-30xtables: arp: zeroing chain countersGiuseppe Longo
2013-12-30xtables: arp: add delete operationGiuseppe Longo
2013-12-30xtables: arp: add rule replacement supportGiuseppe Longo
2013-12-30nft: consolidate nft_rule_* functions to support ARPPablo Neira Ayuso
2013-12-30xtables: nft-arp: implements is_same op for ARP familyGiuseppe Longo
2013-12-30xtables: bootstrap ARP compatibility layer for nftablesGiuseppe Longo