summaryrefslogtreecommitdiff
path: root/iptables.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace unsafe string functionsJo-Philipp Wich2020-06-031-1/+1
* improve reload logicJo-Philipp Wich2020-06-021-2/+4
* Add support for DSCP matches and targetJo-Philipp Wich2018-08-031-0/+2
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-201-0/+2
* iptables: move includes into iptables.c to avoid kernel header clashesJo-Philipp Wich2016-11-061-45/+1
* musl-compat: avoid kernel header conflictsRalph Sennhauser2016-11-061-0/+3
* iptables: remove usage of xt_idJo-Philipp Wich2016-11-061-5/+0
* iptables: declare _GNU_SOURCE to define RTLD_NEXTJo-Philipp Wich2016-11-061-0/+2
* iptables: optional loading of static extensionsRalph Sennhauser2016-11-061-0/+6
* iptables: add support for version 1.6.0Ralph Sennhauser2016-11-041-1/+1
* iptables: use different approach for managing loadable extensionsJo-Philipp Wich2016-11-011-3/+3
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* Use xt_id match to track own rulesJo-Philipp Wich2016-01-241-0/+9
* Rework match initializationJo-Philipp Wich2015-05-261-42/+4
* iptables: initialize multiport matchJo-Philipp Wich2015-05-221-0/+1
* Add support for device and direction parametersSteven Barth2014-04-141-0/+2
* snat: add support for connlimiting port-range SNATSteven Barth2014-04-141-0/+1
* Revert "Make sure that NOTRACK is linked into firewall3 if it is part of libe...Jo-Philipp Wich2013-08-141-1/+0
* Make sure that NOTRACK is linked into firewall3 if it is part of libext*.aJo-Philipp Wich2013-08-141-0/+1
* Keep all basic chains on reload and only flush them, this allows user rules t...Jo-Philipp Wich2013-06-061-2/+10
* Extend ipset option syntax to support specifying directions inplace.Jo-Philipp Wich2013-06-051-2/+1
* Decouple handle destroying from committing, add fw3_ipt_close() insteadJo-Philipp Wich2013-06-031-0/+2
* Do not let libxtables implicitely load extensions, do it directly from fw3 an...Jo-Philipp Wich2013-06-031-0/+4
* Make IPv6 support optionalJo-Philipp Wich2013-05-271-0/+7
* Add abstract fw3_xt_reset() implementationJo-Philipp Wich2013-05-271-4/+1
* Fix compatibility with older libiptc/libip6tcJo-Philipp Wich2013-05-271-1/+9
* Use weak function pointers to call extension init functions, this makes firew...Jo-Philipp Wich2013-05-231-24/+32
* Add missing libip6t_REJECT initializationJo-Philipp Wich2013-05-171-0/+1
* Only initialize extensions we actually useJo-Philipp Wich2013-05-171-3/+23
* Include iptables command and table name in iptables debug outputJo-Philipp Wich2013-05-171-15/+1
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-2/+112
* Use libiptc to clear current rulesetJo-Philipp Wich2013-05-131-0/+43