summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4
Commit message (Collapse)AuthorAgeFilesLines
* Add IPv6 support to helper matchYasuyuki KOZAKAI2007-08-041-8/+0
|
* Add IPv6 support to DSCP targetYasuyuki KOZAKAI2007-08-041-20/+0
|
* Add IPv6 support to CLASSIFY targetYasuyuki KOZAKAI2007-08-041-8/+0
|
* Unifies libip[6]t_connmark into libxt_connmarkYasuyuki KOZAKAI2007-08-041-18/+0
|
* Unifies libip[6]t_hashlimit into libxt_hashlimitYasuyuki KOZAKAI2007-08-041-40/+0
|
* Unifies libip[6]t_MARK into libxt_MARKYasuyuki KOZAKAI2007-08-041-19/+0
|
* Add IPv6 support to CONNMARK matchYasuyuki KOZAKAI2007-08-041-25/+0
|
* Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.cYasuyuki KOZAKAI2007-07-241-16/+0
|
* Unifies libip[6]t_TCPMSS.c into libxt_TCPMSS.cYasuyuki KOZAKAI2007-07-241-10/+0
|
* Add IPv6 support to comment matchYasuyuki KOZAKAI2007-07-241-10/+0
|
* Add IPv6 support to dscp match.Yasuyuki KOZAKAI2007-07-241-23/+0
|
* Unifies libip[6]t_esp.c into libxt_esp.cYasuyuki KOZAKAI2007-07-241-16/+0
|
* Unifies libip[6]t_length.c into libxt_length.cYasuyuki KOZAKAI2007-07-241-9/+0
|
* Unifies libip[6]t_limit.c into libxt_limit.c.Yasuyuki KOZAKAI2007-07-241-21/+0
|
* Unifies libip[6]t_physdev.c into libxt_physdev.cYasuyuki KOZAKAI2007-07-241-24/+0
|
* Add IPv6 support to pkttype matchYasuyuki KOZAKAI2007-07-241-9/+0
|
* Unifies libip[6]t_sctp.c into libxt_sctp.cYasuyuki KOZAKAI2007-07-241-107/+0
|
* Add IPv6 support to tcpmss matchYasuyuki KOZAKAI2007-07-241-9/+0
|
* Use unified API in libipt_mark.cYasuyuki KOZAKAI2007-07-241-9/+0
|
* Unifies libip[6]t_multiport.c into libipxt_multiport.cYasuyuki KOZAKAI2007-07-241-29/+0
|
* Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI2007-06-302-8/+0
| | | | | | | The recent kernel has compat layer for iptables. It doesn't have compat layer for libipq and ip6tables, but ip6tables with KERNEL_64_USERSPACE_32 is still broken. We should fix kernel instead of fixing them if and when we want use their 32bit binary with 64bit kernel.
* Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layerYasuyuki KOZAKAI2007-06-287-35/+0
|
* Use nf_conntrack headers instead of ip_conntrack ones and add sanitized ↵Patrick McHardy2007-04-181-1/+1
| | | | versions.
* make policy match compile independant of kernel headersv1.3.5Harald Welte2006-02-011-0/+4
|
* fix ipt_conntrack compilation against very early (2.4.0) kernel releasesHarald Welte2006-02-011-1/+1
|
* Prepare policy match for x_tables unification by making sure bothPatrick McHardy2006-01-311-0/+58
| | | | ipt_policy and ip6t_policy use the same data structure.
* add NFQUEUE support for ipv4 and ipv6Harald Welte2005-07-191-0/+16
|
* fix various missing header file / #define issues on old kernels. I've now ↵v1.3.2Harald Welte2005-07-101-0/+17
| | | | tested compilation with kernels starting 2.4.17
* omeone forgot to update ipt_conntrack.h header in user space. So, update it ↵Harald WeltePablo Neira2005-04-151-1/+22
| | | | to use ip_conntrack_old_tuple. (Pablo Neira)
* This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira)Pablo Neira2005-03-071-0/+37
|
* Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace.Martin Josefsson2005-02-122-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 Oester2005-02-021-0/+1
| | | | Signed-off-by: Phil Oester <kernel@linuxace.com>
* Pablo Neira:Pablo Neira2005-01-031-0/+28
| | | | Multiport revision 1 userspace support.
* Extension revision number support (if kernel supports the getsockopts).Rusty Russell2005-01-031-0/+15
| | | | | Enhance MARK match with second revision. Committed in anticipation of the kernel patch being applied.
* move ipt_hashlimit to it's correct locationHarald Welte2004-10-201-0/+40
|
* Add comment match extension (Brad Fisher)Brad Fisher2004-09-201-0/+10
|
* Add ipt_addrtype.hPatrick McHardy2004-06-281-0/+11
|
* add missing includeHarald Welte2004-06-211-0/+39
|
* With a 64bit kernel only the high 32bits of nfmark was used regardless ofMartin Josefsson2004-05-262-0/+25
| | | | | | | 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 Josefsson2004-05-262-6/+15
| | | | Sync header with kernel.
* Fix 64bit kernel / 32bit userspace issue.Martin Josefsson2004-05-262-1/+31
|
* update for matching chunk flags (Kiran Kumar)Kiran Kumar2004-03-021-0/+11
|
* add userspace part of SCTP matchHarald Welte2004-02-211-20/+91
|
* latest version of CONNMARK updates (Henrik Nordstrom)Henrik Nordstrom2004-02-032-0/+19
|
* update ipt_physdev.h (test8 change, make parisc work, alignment issues)Harald Welte2003-11-021-2/+2
|
* CLASSIFY is now built unconditionally, thus we need the kernel headerHarald Welte2003-09-131-0/+8
|
* add include files for soon-to-be-submitted patches (and build them ↵Harald Welte2003-08-234-0/+56
| | | | unconditionally by putting thme in the extensions/Makefile)
* add (untested) sctp userspace support for even more untested kernel part (in ↵Harald Welte2003-05-031-0/+25
| | | | pom soon)
* rename iplimit to connlimitHarald Welte2003-04-301-6/+6
|
* ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de SchuymerBart De Schuymer2003-04-271-2/+7
|