| Commit message (Expand) | Author | Age | Files | Lines |
* | Kernels higher than 2.6.10 don't support multiple --to arguments in | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-09-19 | 1 | -0/+9 |
* | Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org | 2005-09-11 | 1 | -0/+4 |
* | add NFQUEUE support for ipv4 and ipv6 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-07-19 | 1 | -0/+16 |
* | fix various missing header file / #define issues on old kernels. I've now te...svn_t_iptables_1_3_2 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-07-10 | 2 | -16/+17 |
* | we need to have this header file included, since old kernels don't define IP6... | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-07-10 | 1 | -0/+16 |
* | reduce code replication of parse_interface() (Yasuyuki Kozakai) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-06-22 | 2 | -0/+3 |
* | omeone forgot to update ipt_conntrack.h header in user space. So, update it t... | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-04-10 | 1 | -1/+22 |
* | This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-03-07 | 1 | -0/+37 |
* | Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org | 2005-02-12 | 2 | -0/+9 |
* | Add support for inversion to multiport revision 1. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org | 2005-02-02 | 1 | -0/+1 |
* | Pablo Neira: | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org | 2005-01-03 | 1 | -0/+28 |
* | Extension revision number support (if kernel supports the getsockopts). | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org | 2005-01-03 | 2 | -0/+33 |
* | Fix setting lib_dir in ip*tables-{save,restore} | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org | 2004-12-27 | 3 | -0/+9 |
* | move ipt_hashlimit to it's correct location | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2004-10-20 | 1 | -0/+0 |
* | add hashlimit kernel header file | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2004-10-20 | 1 | -0/+40 |
* | Add comment match extension (Brad Fisher) | kaber | 2004-09-20 | 1 | -0/+10 |
* | [PATCH] port physdev to ip6tables (Bart De Schuymer) | kaber | 2004-09-12 | 1 | -0/+24 |
* | Add ipt_addrtype.h | kaber | 2004-06-28 | 1 | -0/+11 |
* | add missing include | laforge | 2004-06-21 | 1 | -0/+39 |
* | With a 64bit kernel only the high 32bits of nfmark was used regardless of | gandalf | 2004-05-26 | 4 | -0/+50 |
* | Fix 64bit kernel / 32bit userspace issue. | gandalf | 2004-05-26 | 2 | -6/+15 |
* | Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. | gandalf | 2004-05-26 | 1 | -0/+8 |
* | Fix 64bit kernel / 32bit userspace issue. | gandalf | 2004-05-26 | 3 | -1/+56 |
* | add definition for IPPROTO_SCTP for systems with old header files | laforge | 2004-03-04 | 1 | -0/+4 |
* | update for matching chunk flags (Kiran Kumar) | laforge | 2004-03-02 | 1 | -0/+11 |
* | add userspace part of SCTP match | laforge | 2004-02-21 | 1 | -20/+91 |
* | latest version of CONNMARK updates (Henrik Nordstrom) | laforge | 2004-02-03 | 2 | -0/+19 |
* | Bloody copy-n-edit. Make sure to use matches in the order they are given... | gandalf | 2004-02-02 | 1 | -2/+8 |
* | Make sure to use matches in the order they are given when calling do_command(... | gandalf | 2004-02-02 | 1 | -2/+8 |
* | update ipt_physdev.h (test8 change, make parisc work, alignment issues) | laforge | 2003-11-02 | 1 | -2/+2 |
* | CLASSIFY is now built unconditionally, thus we need the kernel header | laforge | 2003-09-13 | 1 | -0/+8 |
* | fix ipq_id_t on 'real' kernel+userspace 64bit archs (Ryan Veety) | laforge | 2003-09-07 | 1 | -1/+1 |
* | add include files for soon-to-be-submitted patches (and build them unconditio... | laforge | 2003-08-23 | 4 | -0/+56 |
* | Fix the previous fix | gandalf | 2003-05-05 | 1 | -0/+3 |
* | add (untested) sctp userspace support for even more untested kernel part (in ... | laforge | 2003-05-03 | 1 | -0/+25 |
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J... | laforge | 2003-05-02 | 1 | -0/+3 |
* | rename iplimit to connlimit | laforge | 2003-04-30 | 1 | -6/+6 |
* | ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de Schuymer | laforge | 2003-04-27 | 1 | -2/+7 |
* | port 'line number on error in iptables-restore' from ipv4 | laforge | 2003-03-05 | 1 | -0/+2 |
* | make iptables-restore print the line number in case of an error | laforge | 2003-03-03 | 1 | -0/+2 |
* | add libipt_physdev.c (Bart de Schumyer) | laforge | 2003-02-11 | 1 | -0/+19 |
* | add support for rpc match | laforge | 2003-01-12 | 1 | -0/+35 |
* | apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak <solt@dns.t... | laforge | 2003-01-08 | 2 | -0/+44 |
* | make libipt_helper.so build always, since it's now submitted to 2.4.20 | laforge | 2002-08-09 | 1 | -0/+8 |
* | bring ECN headers in sync with ecn.patch | laforge | 2002-08-05 | 2 | -4/+3 |
* | restore old DSCP_SHIFT behaviour | laforge | 2002-08-05 | 2 | -3/+3 |
* | fix typo in ipt_ecn.h | laforge | 2002-06-04 | 1 | -2/+2 |
* | add header file for ECN match | laforge | 2002-05-29 | 2 | -1/+35 |
* | bring ECN plugin in sync with new ECN target | laforge | 2002-05-29 | 1 | -11/+17 |
* | new ip6 FRAG match by kisza | laforge | 2002-03-26 | 2 | -0/+42 |