Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add NFQUEUE support for ipv4 and ipv6 | Harald Welte | 2005-07-19 | 1 | -0/+16 |
| | |||||
* | fix various missing header file / #define issues on old kernels. I've now ↵v1.3.2 | Harald Welte | 2005-07-10 | 2 | -16/+17 |
| | | | | tested compilation with kernels starting 2.4.17 | ||||
* | we need to have this header file included, since old kernels don't define ↵ | Harald Welte | 2005-07-10 | 1 | -0/+16 |
| | | | | IP6T_LOG_UID. | ||||
* | omeone forgot to update ipt_conntrack.h header in user space. So, update it ↵ | Harald WeltePablo Neira | 2005-04-15 | 1 | -1/+22 |
| | | | | to use ip_conntrack_old_tuple. (Pablo Neira) | ||||
* | This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) | Pablo Neira | 2005-03-07 | 1 | -0/+37 |
| | |||||
* | Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. | Martin Josefsson | 2005-02-12 | 2 | -0/+9 |
| | | | | | | | Also fixes a typo in CONNMARK, --mask set the mark, not the mask. Initial patch by: Pablo Neira <pablo@eurodev.net> Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se> | ||||
* | Add support for inversion to multiport revision 1. | Phil Oester | 2005-02-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Phil Oester <kernel@linuxace.com> | ||||
* | Pablo Neira: | Pablo Neira | 2005-01-03 | 1 | -0/+28 |
| | | | | Multiport revision 1 userspace support. | ||||
* | Extension revision number support (if kernel supports the getsockopts). | Rusty Russell | 2005-01-03 | 1 | -0/+15 |
| | | | | | Enhance MARK match with second revision. Committed in anticipation of the kernel patch being applied. | ||||
* | move ipt_hashlimit to it's correct location | Harald Welte | 2004-10-20 | 1 | -0/+40 |
| | |||||
* | Add comment match extension (Brad Fisher) | Brad Fisher | 2004-09-20 | 1 | -0/+10 |
| | |||||
* | port physdev to ip6tables (Bart De Schuymer) | Bart De Schuymer | 2004-09-12 | 1 | -0/+24 |
| | |||||
* | Add ipt_addrtype.h | Patrick McHardy | 2004-06-28 | 1 | -0/+11 |
| | |||||
* | add missing include | Harald Welte | 2004-06-21 | 1 | -0/+39 |
| | |||||
* | With a 64bit kernel only the high 32bits of nfmark was used regardless of | Martin Josefsson | 2004-05-26 | 4 | -0/+50 |
| | | | | | | | 32/64bit userspace. This makes it quite hard to interoperate with 'tc'. Sync ipv6 versions with ipv4 versions. Tested on x86 and sparc64 with both 32bit and 64bit userspace. | ||||
* | Fix 64bit kernel / 32bit userspace issue. | Martin Josefsson | 2004-05-26 | 2 | -6/+15 |
| | | | | Sync header with kernel. | ||||
* | Fix 64bit kernel / 32bit userspace issue. | Martin Josefsson | 2004-05-26 | 3 | -1/+56 |
| | |||||
* | update for matching chunk flags (Kiran Kumar) | Kiran Kumar | 2004-03-02 | 1 | -0/+11 |
| | |||||
* | add userspace part of SCTP match | Harald Welte | 2004-02-21 | 1 | -20/+91 |
| | |||||
* | latest version of CONNMARK updates (Henrik Nordstrom) | Henrik Nordstrom | 2004-02-03 | 2 | -0/+19 |
| | |||||
* | update ipt_physdev.h (test8 change, make parisc work, alignment issues) | Harald Welte | 2003-11-02 | 1 | -2/+2 |
| | |||||
* | CLASSIFY is now built unconditionally, thus we need the kernel header | Harald Welte | 2003-09-13 | 1 | -0/+8 |
| | |||||
* | add include files for soon-to-be-submitted patches (and build them ↵ | Harald Welte | 2003-08-23 | 4 | -0/+56 |
| | | | | unconditionally by putting thme in the extensions/Makefile) | ||||
* | add (untested) sctp userspace support for even more untested kernel part (in ↵ | Harald Welte | 2003-05-03 | 1 | -0/+25 |
| | | | | pom soon) | ||||
* | rename iplimit to connlimit | Harald Welte | 2003-04-30 | 1 | -6/+6 |
| | |||||
* | ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de Schuymer | Bart De Schuymer | 2003-04-27 | 1 | -2/+7 |
| | |||||
* | add libipt_physdev.c (Bart de Schumyer) | Bart De Schuymer | 2003-02-11 | 1 | -0/+19 |
| | |||||
* | add support for rpc match | Harald Welte | 2003-01-12 | 1 | -0/+35 |
| | |||||
* | apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak ↵ | Maciej Soltysiak | 2003-01-08 | 2 | -0/+44 |
| | | | | <solt@dns.toxicfilms.tv>) | ||||
* | make libipt_helper.so build always, since it's now submitted to 2.4.20 | Harald Welte | 2002-08-09 | 1 | -0/+8 |
| | |||||
* | bring ECN headers in sync with ecn.patch | Harald Welte | 2002-08-05 | 2 | -4/+3 |
| | |||||
* | restore old DSCP_SHIFT behaviour | Harald Welte | 2002-08-05 | 2 | -3/+3 |
| | |||||
* | fix typo in ipt_ecn.h | Harald Welte | 2002-06-04 | 1 | -2/+2 |
| | |||||
* | add header file for ECN match | Harald Welte | 2002-05-29 | 2 | -1/+35 |
| | |||||
* | bring ECN plugin in sync with new ECN target | Harald Welte | 2002-05-29 | 1 | -11/+17 |
| | |||||
* | new ip6 FRAG match by kisza | András Kis-Szabó | 2002-03-26 | 2 | -0/+42 |
| | |||||
* | Add AH/ESP match for ipv6 | Harald Welte | 2002-03-25 | 2 | -0/+44 |
| | |||||
* | make libipt_conntrack compile by default | Harald Welte | 2002-03-18 | 1 | -0/+39 |
| | |||||
* | libipt_pkttype now compiled by default | Harald Welte | 2002-03-18 | 1 | -0/+9 |
| | |||||
* | add DSCP match | Harald Welte | 2002-03-14 | 2 | -13/+33 |
| | |||||
* | add ECN target support | Harald Welte | 2002-02-17 | 1 | -0/+25 |
| | |||||
* | add new version of ipt_DSCP.h | Harald Welte | 2002-02-17 | 1 | -1/+6 |
| | |||||
* | add DSCP target support | Harald Welte | 2002-02-17 | 1 | -0/+18 |
| | |||||
* | make compilation of libip6t_LOG, libipt_length, libip6t_length and | Harald Welte | 2002-02-17 | 3 | -0/+37 |
| | | | | libip6t_owner mandatory | ||||
* | shit, forgot to update this one. Let's hope that the kernel's headers | Harald Welte | 2002-01-24 | 1 | -3/+3 |
| | | | | precede the ones in this directory | ||||
* | second part of SAME patch which I missed to commit :( | Harald Welte | 2001-08-26 | 1 | -1/+7 |
| | |||||
* | added ipt_SAME.h to fix compile error | Harald Welte | 2001-07-31 | 1 | -0/+16 |
| | |||||
* | added libip6t_REJECT.c for IPv6 reject support | Harald Welte | 2001-07-23 | 1 | -0/+16 |
| | |||||
* | NETLINK_ULOG isn't defined in an unpatched kernel | Harald Welte | 2001-03-16 | 1 | -1/+5 |
| | |||||
* | Move some include files to be present always, so build always includes them ↵ | Rusty Russell | 2001-02-28 | 9 | -0/+161 |
even if patches not applied (eg. for distributions). |