summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Unifies libip[6]_mark.c into libxt_mark.cYasuyuki KOZAKAI2007-07-241-9/+0
* Use unified API in libipt_mark.cYasuyuki KOZAKAI2007-07-242-9/+9
* Unifies libip[6]t_multiport.c into libipxt_multiport.cYasuyuki KOZAKAI2007-07-242-59/+0
* Use unified API in multiport matchYasuyuki KOZAKAI2007-07-241-0/+30
* Moves all declarations in iptables_common.h to xtables.h.Yasuyuki KOZAKAI2007-07-244-38/+31
* Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.hYasuyuki KOZAKAI2007-07-243-22/+16
* Moves some duplicated functions in ip[6]tables.c to xtables.cYasuyuki KOZAKAI2007-07-244-18/+17
* Introduces xtables match/target registrationYasuyuki KOZAKAI2007-07-246-276/+342
* Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()Yasuyuki KOZAKAI2007-07-243-4/+3
* Moves common fw_malloc() and fw_calloc() to xtables.cYasuyuki KOZAKAI2007-07-241-0/+3
* Adds xtables.[ch] and change Makefile to compile itYasuyuki KOZAKAI2007-07-241-0/+4
* PATCH: Add connlimit to iptables.Jan Engelhardt2007-07-091-0/+17
* Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI2007-06-304-75/+0
* Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layerYasuyuki KOZAKAI2007-06-2810-50/+3
* Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versi...Patrick McHardy2007-04-185-1/+297
* Fixes typos in the argument of ip[6]tables_insmod: quit -> quietYasuyuki KOZAKAI2007-03-202-4/+6
* Supress error message from modprobe on checking revision.Yasuyuki KOZAKAI2007-03-132-4/+4
* Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>)Arnaud Ebalard2007-01-161-0/+10
* Add UDPLITE multiport supportPatrick McHardy2007-01-112-0/+6
* Fix /etc/network usage (Pablo Neira)Pablo Neira Ayuso2006-11-291-0/+1
* load ip_[6]tables.ko just before checking revision support in kernel.Yasuyuki KOZAKAI2006-11-132-0/+2
* changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69Yasuyuki KOZAKAI2006-11-131-2/+2
* - Add revision support to ip6tables.RĂ©mi Denis-Courmont2006-10-202-0/+45
* Add endian annotation types to fix compilation for kernels > 2.6.18Patrick McHardy2006-10-091-0/+5
* Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can causePatrick McHardyJesper Brouer2006-07-251-1/+0
* proto_to_name duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-221-0/+1
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-202-0/+2
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-202-0/+2
* Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-0/+2
* Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <ha...Jesper Dangaard Brouer2006-06-191-1/+2
* Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18.Patrick McHardy2006-04-282-0/+10
* Multiple matches of the same type can be specified on the commandline.Joszef Kadlecsik2006-03-032-0/+8
* 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
* remove other bits of old ip pool code, people should use ipset (ipset.netfilt...Harald Welte2006-02-011-26/+0
* Prepare policy match for x_tables unification by making sure bothPatrick McHardy2006-01-312-0/+116
* Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)Jones Desougi2005-12-222-0/+2
* Kernels higher than 2.6.10 don't support multiple --to arguments inPhil Oester2005-09-191-0/+9
* Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel.Martin Josefsson2005-09-111-0/+4
* 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 te...v1.3.2Harald Welte2005-07-102-16/+17
* we need to have this header file included, since old kernels don't define IP6...Harald Welte2005-07-101-0/+16
* reduce code replication of parse_interface() (Yasuyuki Kozakai)Yasuyuki KOZAKAI2005-06-222-0/+3
* omeone forgot to update ipt_conntrack.h header in user space. So, update it t...Harald WeltePablo Neira2005-04-151-1/+22
* 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
* Add support for inversion to multiport revision 1.Phil Oester2005-02-021-0/+1
* Pablo Neira:Pablo Neira2005-01-031-0/+28
* Extension revision number support (if kernel supports the getsockopts).Rusty Russell2005-01-032-0/+33
* Fix setting lib_dir in ip*tables-{save,restore}Martin Josefsson2004-12-273-0/+9