- May 25, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 22, 2017
-
-
Ansuel Smith authored
The dep for the nftables support was wrong, if someone actually enable that option gain a compilation error. This fix this problem. Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
- Apr 12, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Ansuel Smith authored
Switch to git repo Removed musl patch Refreshed existing patch Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup]
-
- Jan 05, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Dec 16, 2016
-
-
Felix Fietkau authored
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Dec 14, 2016
-
-
Jo-Philipp Wich authored
The xt_id match was used by the firewall3 package to track its own rules but the approach has been changed to use xt_comment instead now, so we can drop this nonstandard extension. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Feb 07, 2016
-
-
Felix Fietkau authored
iptables is the only exception in the package tree, causing patch behaviour to be inconsistent on this package. Signed-off-by:
Rick van der Zwet <rick.vanderzwet@anywi.com> SVN-Revision: 48643
-
- Jan 24, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48478
-
- Jan 18, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48314
-
- May 26, 2015
-
-
Jo-Philipp Wich authored
* drop unused lenient restore patch * instead of statically linking core extensions, build shared libraries for reuse in fw3 * strip outdated match revisions and aliases to trim down library size Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45758
-
- May 06, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45617
-
- Apr 18, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45494
-
- Apr 17, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45481
-
- Apr 13, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45424
-
- Apr 10, 2015
-
-
John Crispin authored
it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45350
-
- Nov 03, 2014
-
-
Felix Fietkau authored
This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. This is used i.e. by strongswan-ha. Signed-off-by:
Christian Scheele <cs@embedd.com> SVN-Revision: 43174
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Aug 07, 2014
-
-
Steven Barth authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42034
-
Steven Barth authored
NFLOG and NFQUEUE targets' full support for iptables. Includes all needed kernel modules (Xtables's and Netlink's) and userspace libraries. All added kernel modules can be individually disabled, all other new libraries get their own individual packages. Reported-by:
Fabian Hugelshofer <hugelshofer2006@gmx.ch> Reported-by:
Rainer Poisel <rainer.poisel@fhstp.ac.at> Reported-by:
Derek LaHousse <dlahouss@mtu.edu> Signed-off-by:
Guillaume Déflache <guillaume.deflache@ibwag.com> SVN-Revision: 42022
-
- Aug 01, 2014
-
-
Jo-Philipp Wich authored
This commit implements a new netfilter match "xt_id" which can be used to attach unsigned 32bit IDs to iptables rules. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41945
-
- Jul 02, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41479
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41458
-
- Jun 02, 2014
-
-
Felix Fietkau authored
netfilter: split off header matching modules not used by the default config (reduces rootfs size and memory usage) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40983
-
John Crispin authored
when disabling ipv6, the iptables build breaks without a manul clean or this patch Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40916
-
- Mar 20, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39964
-
- Mar 11, 2014
-
-
Steven Barth authored
SVN-Revision: 39878
-
Steven Barth authored
SVN-Revision: 39877
-
- Sep 01, 2013
-
-
Steven Barth authored
netfilter: Add IPv6-NAT support for kernel and ipt Thanks to Berni, Adam Novak and Sedat Dilek for patches and inspiration SVN-Revision: 37866
-
Steven Barth authored
SVN-Revision: 37865
-
- Jul 15, 2013
-
-
Steven Barth authored
SVN-Revision: 37329
-
Steven Barth authored
The reap functionality appears to have been accidentally disabled by commit 74ded7257e5da5e309844d386290f24ae91950a6 to iptables.git, see: git://git.netfilter.org/iptables.git and subsequently in iptables 1.4.15 and later. This adds a patch to restore reap functionality for recent_opts_v1. Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 37328
-
- Jun 06, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 36867
-
- May 29, 2013
-
-
Steven Barth authored
SVN-Revision: 36760
-
- May 21, 2013
-
-
Jo-Philipp Wich authored
netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into base iptables package - drop iptables-mod-ipset SVN-Revision: 36683
-
Jo-Philipp Wich authored
SVN-Revision: 36680
-
- May 14, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
-
- May 02, 2013
-
-
Jo-Philipp Wich authored
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be installed. Should fix collectd build and thus #13146; which should make collectd appear in snapshots again. Signed-off-by:
Danny Baumann <dannybaumann@web.de> SVN-Revision: 36509
-