summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fixes build error of conntrack match because of missing ip_conntrack_tuple.hYasuyuki KOZAKAI2007-06-241-1/+0
* libipt_hashlimit doc updateJan Engelhardt2007-06-031-2/+2
* Add --random option to DNAT and REDIRECT targets and fix the manpage mess thi...Patrick McHardy2007-05-297-27/+76
* update quota manpage for SMP (Phil Oester)Phil Oester2007-05-021-1/+0
* Fix iptables-save with --random optionPatrick McHardy2007-04-183-3/+14
* Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs.Patrick McHardy2007-04-183-45/+7
* Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versi...Patrick McHardy2007-04-1811-11/+11
* Remove unnecessary ip_conntrack/ip_nat includesPatrick McHardy2007-04-182-2/+0
* Fix cut and paste error breaking use of groups != 0Patrick McHardy2007-03-062-12/+12
* iptables: add random option to SNAT (Eric Leblond)Eric Leblond2007-02-246-9/+117
* Reverted r6754. libipt_icmp has the option 'any', so it's unnecessaryYasuyuki KOZAKAI2007-02-191-4/+1
* Remove and readd with executable bit set. SVN doesn't seem to have a proper w...Patrick McHardy2007-02-131-0/+0
* Fixes man page for tcp, udp, icmp{,6}. They are not loaded when only '-p' isYasuyuki KOZAKAI2007-02-136-6/+6
* Forgot to add TCPMSS target to PF6_EXT_SLIBPatrick McHardy2007-02-131-1/+1
* Error if no ICMP type is specified even though user intendedYasuyuki KOZAKAI2007-02-131-0/+3
* Add ip6tables mh extension (Masahide NAKAMURA <nakam@linux-ipv6.org>)Masahide NAKAMURA2007-02-093-0/+266
* Bugzilla #535Patrick McHardy2007-01-261-1/+1
* Bugzilla #534:Patrick McHardy2007-01-261-4/+0
* Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>)Arnaud Ebalard2007-01-162-0/+176
* Add UDPLITE multiport supportPatrick McHardy2007-01-111-3/+6
* Fix missing space in ruleset listingPatrick McHardy2007-01-111-1/+1
* Remove extensions for unmaintained/obsolete patchletsPatrick McHardy2007-01-1065-5009/+2
* fix typo in manpage (thomas@aktaia.intevation.org)thomas2007-01-071-1/+1
* Move extensions for pom patches to individual patchlets.Patrick McHardy2006-12-1218-1337/+1
* Add target extensions for new NFLOG targetPatrick McHardy2006-12-034-0/+326
* Fix /etc/network usage (Pablo Neira)Pablo Neira Ayuso2006-11-291-1/+1
* Add ip6tables support for hashlimit matchPatrick McHardy2006-11-132-0/+372
* Add ip6tables support for sctp matchPatrick McHardy2006-11-132-0/+553
* - Add revision support to ip6tables.RĂ©mi Denis-Courmont2006-10-201-1/+200
* iptables segfaults when given "" to --log-prefix (Mike Frysinger <vapier@gent...Mike Frysinger2006-10-103-0/+16
* Use correct types at error reporting (patch sent by H. Nakano)Joszef Kadlecsik2006-10-061-2/+2
* Named realm (Simon Lodal <simon@parknet.dk>)Simon Lodal2006-09-022-13/+158
* Add statistic match extensionPatrick McHardy2006-08-312-0/+177
* iptables: fix ipt_MARK documentation (Eric Leblond)Eric Leblond2006-08-291-1/+8
* update quota match for xtables + fix -D bug (Phil Oester <kernel@linuxace.com>)Phil Oester2006-08-082-7/+8
* Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can causePatrick McHardyJesper Brouer2006-07-251-2/+19
* proto_to_name duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-221-19/+2
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-209-137/+18
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-209-105/+6
* please kill santa-claus (Pierre-Yves Ritschard <pierre-yves@spootnik.org>)Pierre-Yves Ritschard2006-07-051-1/+0
* - force user to specify --icmpv6-type if icmpv6 match is required to loadYasuyuki KOZAKAI2006-07-042-1/+11
* ip6tables multiport does not support x:y (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-031-5/+4
* iptables trivial compile warning cleanup (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-032-4/+6
* size_t changed to socklen_t in getsockopt callJoszef Kadlecsik2006-06-231-3/+3
* set match negation bug fixedJoszef Kadlecsik2006-06-232-3/+3
* REDIRECT does not accept IP (Phil Oester <kernel@linuxace.com>)Phil Oester2006-06-201-0/+3
* trivial connlimit manpage fix (Phil Oester <kernel@linuxace.com>)Phil Oester2006-05-291-2/+2
* Use lowercase letters for match name (Simon Lodal <simonl@parknet.dk>)Simon Lodal2006-05-241-4/+4
* Add information about :<port> syntax (Evan Miller <evanm@frap.net>)Evan Miller2006-05-241-2/+3
* secmark: Add libip6t_CONNSECMARKJames Morris2006-05-243-1/+140