aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * nft: Drop stale include directivePhil Sutter2019-08-011-1/+0
| | | * doc: Install ip{6,}tables-restore-translate.8 man pagesPhil Sutter2019-07-292-1/+4
| | | * doc: Install nft-variant man pages only if enabledPhil Sutter2019-07-291-6/+6
| | | * xtables: Drop support for /etc/xtables.confPhil Sutter2019-07-297-498/+9
| | | * nft: Set errno in nft_rule_flush()Phil Sutter2019-07-291-1/+3
| | | * restore legacy behaviour of iptables-restore when rules start with -4/-6Adel Belhouane2019-07-293-0/+61
| | | * utils: nfnl_osf: fix snprintf -Wformat-truncation warningFernando Fernandez Mancera2019-07-251-6/+9
| | | * ebtables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-110/+13
| | | * arptables-save: Merge into xtables_save_main()Phil Sutter2019-07-231-60/+3
| | | * xtables-save: Pass format flags to do_output()Phil Sutter2019-07-231-4/+6
| | | * xtables-save: Make COMMIT line optionalPhil Sutter2019-07-231-1/+4
| | | * xtables-save: Pass optstring/longopts to xtables_save_main()Phil Sutter2019-07-231-7/+13
| | | * xtables-save: Avoid mixed code and declarationsPhil Sutter2019-07-231-4/+4
| | | * nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-233-14/+21
| | | * xtables-save: Fix table compatibility checkPhil Sutter2019-07-231-3/+4
| | | * xtables-save: Unify *-save header/footer commentsPhil Sutter2019-07-237-33/+23
| | | * ebtables-save: Fix counter formattingPhil Sutter2019-07-234-30/+81
| | | * ebtables: Fix error message for invalid parametersPhil Sutter2019-07-231-1/+1
| | | * xtables-save: Use argv[0] as program namePhil Sutter2019-07-181-10/+11
| | | * nft: exit in case we can't fetch current genidFlorian Westphal2019-07-151-2/+8
| | | * extensions/libxt_MASQUERADE.man: random and random-fully are now identicalFlorian Westphal2019-07-111-0/+1
| | | * nft: Move send/receive buffer sizes into nft_handlePhil Sutter2019-07-032-10/+9
| | | * nft: Pass nft_handle down to mnl_batch_talk()Phil Sutter2019-07-031-23/+18
| | | * nft: Set socket receive bufferPhil Sutter2019-07-031-4/+23
| | | * iptables-tests: fix python3Shekhar Sharma2019-06-261-11/+11
| | | * extensions: libxt_owner: Add supplementary groups optionLukasz Pawelczyk2019-06-194-10/+29
| | | * xtables-restore: Fix program names in help textsPhil Sutter2019-06-091-6/+7
| | | * src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-3016-32/+32
| | | * build: remove -Wl,--no-as-needed and libiptc.soJan Engelhardt2019-05-303-88/+2
| | * | Merge tag 'v1.8.3' of git://git.netfilter.org/iptables into workMaciej Żenczykowski2020-04-0897-2277/+4184
| | |\|
| | | * configure: bump versions for 1.8.3 releasePablo Neira Ayuso2019-05-271-2/+2
| | | * Revert "build: don't include tests in released tarball"Phil Sutter2019-05-211-1/+1
| | | * Drop release.shPhil Sutter2019-05-201-31/+0
| | | * nft: reset netlink sender buffer size of socket restartPablo Neira Ayuso2019-05-201-0/+1
| | | * nft: do not retry on EINTRPablo Neira Ayuso2019-05-201-21/+5
| | | * nft: don't care about previous state in ERESTARTPablo Neira Ayuso2019-05-201-7/+10
| | | * nft: don't skip table addition from ERESTARTPablo Neira Ayuso2019-05-201-9/+1
| | | * xtables: Fix for explicit rule flushesPhil Sutter2019-05-201-1/+1
| | | * nft: keep original cache in case of ERESTARTPablo Neira Ayuso2019-05-202-4/+22
| | | * nft: ensure cache consistencyPablo Neira Ayuso2019-05-201-6/+16
| | | * nft: cache table listPablo Neira Ayuso2019-05-202-45/+58
| | | * nft: add flush_cache()Pablo Neira Ayuso2019-05-191-11/+19
| | | * nft: add __nft_table_builtin_find()Pablo Neira Ayuso2019-05-191-6/+12
| | | * nft: statify nft_rebuild_cache()Pablo Neira Ayuso2019-05-192-2/+1
| | | * nft: add struct nft_cachePablo Neira Ayuso2019-05-192-19/+25
| | | * man: refer to iptables-translate and ip6tablesPablo Neira Ayuso2019-05-151-4/+5
| | | * tests: Fix ipt-restore/0004-restore-race_0 testcasePhil Sutter2019-05-151-4/+3
| | | * xtables: Don't leak iter in error path of __nft_chain_zero_counters()Phil Sutter2019-05-151-1/+3
| | | * extensions: SYNPROXY: should not be needed anymore on current kernelsFlorian Westphal2019-05-081-0/+2
| | | * xshared: check for maximum buffer length in add_param_to_argv()Pablo Neira Ayuso2019-04-301-18/+28