summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb.c
Commit message (Expand)AuthorAgeFilesLines
* xtables: Review nft_init()Phil Sutter2020-02-241-8/+1
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-251-0/+1
* xtables-restore: Unbreak *tables-restorePhil Sutter2019-10-231-1/+3
* xtables-restore: Fix --table parameter checkPhil Sutter2019-10-211-0/+4
* ebtables: fix over-eager -o checks on custom chainsFlorian Westphal2019-09-121-2/+3
* ebtables-save: Fix counter formattingPhil Sutter2019-07-231-1/+1
* ebtables: Fix error message for invalid parametersPhil Sutter2019-07-231-1/+1
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-11/+9
* xshared: Explicitly pass target to command_jump()Phil Sutter2019-02-071-1/+1
* xtables: Fix for false-positive rule matchingPhil Sutter2019-02-051-46/+1
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-1/+1
* ebtables: Use xtables_exit_err()Phil Sutter2018-11-231-13/+2
* ebtables-nft: add arpreply targetFlorian Westphal2018-11-031-0/+1
* ebtables: relax -t table restriction, add snat/dnat test casesFlorian Westphal2018-11-031-3/+0
* ebtables: fix -j CONTINUE handling for add/deleteFlorian Westphal2018-11-031-2/+5
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-201-2/+1
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-201-3/+3
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-3/+0
* ebtables: Review match/target lookup once morePhil Sutter2018-08-241-32/+45
* ebtables-translate: Fix segfault while parsing extension optionsPhil Sutter2018-08-241-46/+40
* ebtables: trivial: Leverage C99-style initializers a bit morePhil Sutter2018-08-241-1/+1
* ebtables: Fix for listing of non-existent chainsPhil Sutter2018-08-161-2/+0
* ebtables: Merge libebt_limit.c into libxt_limit.cPhil Sutter2018-08-161-1/+4
* ebtables: Remove flags misinterpretationsPhil Sutter2018-08-101-9/+7
* ebtables: Review match/target lookupPhil Sutter2018-08-061-39/+16
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-1/+3
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-041-3/+4
* ebtables: Support --init-table commandPhil Sutter2018-08-041-1/+3
* ebtables: Fix match_list insertionPhil Sutter2018-08-041-10/+8
* ebtables: Fix for wrong program name in error messagesPhil Sutter2018-08-041-2/+2
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-2/+2
* xtables: introduce nft_init_eb()Phil Sutter2018-07-191-0/+34
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-4/+3
* ebtables-nft: add stp matchFlorian Westphal2018-07-021-0/+1
* ebtables-nft: make -L, -X CHAINNAME workFlorian Westphal2018-06-291-11/+6
* ebtables-nft: remove exec_styleFlorian Westphal2018-06-291-80/+7
* ebtables-nft: don't crash on ebtables -XFlorian Westphal2018-06-291-4/+6
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables: remove dead code inherited from ebtablesFlorian Westphal2018-06-151-2/+1
* ebtables-compat: add arp match extensionFlorian Westphal2018-05-211-0/+1
* ebtables-compat: add redirect match extensionFlorian Westphal2018-05-211-0/+1
* ebtables-compat: add nat match extensionsFlorian Westphal2018-05-211-0/+2
* xtables-compat: ebtables: prefer snprintf to strncpyFlorian Westphal2018-05-201-3/+4
* xtables-compat: ebtables: allow checking for zero-macFlorian Westphal2018-05-101-0/+1
* xtables-compat: ebtables: add and use helper to parse all interface namesFlorian Westphal2018-05-101-28/+11
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-101-30/+30
* xtables-compat: ebtables: support concurrent optionFlorian Westphal2018-05-071-5/+2
* ebtables-compat: add 'vlan' match extensionFlorian Westphal2018-04-221-0/+1
* ebtables-compat: add 'pkttype' match extensionFlorian Westphal2018-04-221-0/+1