index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use nf_conntrack headers instead of ip_conntrack ones and add sanitized versi...
Patrick McHardy
2007-04-18
5
-1
/
+297
*
Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet
Yasuyuki KOZAKAI
2007-03-20
2
-4
/
+6
*
Supress error message from modprobe on checking revision.
Yasuyuki KOZAKAI
2007-03-13
2
-4
/
+4
*
Add ip6tables TCPMSS extension (Arnaud Ebalard <arno@natisbad.org>)
Arnaud Ebalard
2007-01-16
1
-0
/
+10
*
Add UDPLITE multiport support
Patrick McHardy
2007-01-11
2
-0
/
+6
*
Fix /etc/network usage (Pablo Neira)
Pablo Neira Ayuso
2006-11-29
1
-0
/
+1
*
load ip_[6]tables.ko just before checking revision support in kernel.
Yasuyuki KOZAKAI
2006-11-13
2
-0
/
+2
*
changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69
Yasuyuki KOZAKAI
2006-11-13
1
-2
/
+2
*
- Add revision support to ip6tables.
RĂ©mi Denis-Courmont
2006-10-20
2
-0
/
+45
*
Add endian annotation types to fix compilation for kernels > 2.6.18
Patrick McHardy
2006-10-09
1
-0
/
+5
*
Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause
Patrick McHardyJesper Brouer
2006-07-25
1
-1
/
+0
*
proto_to_name duplication (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-22
1
-0
/
+1
*
reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-20
2
-0
/
+2
*
reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-20
2
-0
/
+2
*
Use gcc to build shared objects (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-20
1
-0
/
+2
*
Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <ha...
Jesper Dangaard Brouer
2006-06-19
1
-1
/
+2
*
Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18.
Patrick McHardy
2006-04-28
2
-0
/
+10
*
Multiple matches of the same type can be specified on the commandline.
Joszef Kadlecsik
2006-03-03
2
-0
/
+8
*
make policy match compile independant of kernel headers
v1.3.5
Harald Welte
2006-02-01
1
-0
/
+4
*
fix ipt_conntrack compilation against very early (2.4.0) kernel releases
Harald Welte
2006-02-01
1
-1
/
+1
*
remove other bits of old ip pool code, people should use ipset (ipset.netfilt...
Harald Welte
2006-02-01
1
-26
/
+0
*
Prepare policy match for x_tables unification by making sure both
Patrick McHardy
2006-01-31
2
-0
/
+116
*
Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)
Jones Desougi
2005-12-22
2
-0
/
+2
*
Kernels higher than 2.6.10 don't support multiple --to arguments in
Phil Oester
2005-09-19
1
-0
/
+9
*
Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel.
Martin Josefsson
2005-09-11
1
-0
/
+4
*
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 te...
v1.3.2
Harald Welte
2005-07-10
2
-16
/
+17
*
we need to have this header file included, since old kernels don't define IP6...
Harald Welte
2005-07-10
1
-0
/
+16
*
reduce code replication of parse_interface() (Yasuyuki Kozakai)
Yasuyuki KOZAKAI
2005-06-22
2
-0
/
+3
*
omeone forgot to update ipt_conntrack.h header in user space. So, update it t...
Harald WeltePablo Neira
2005-04-15
1
-1
/
+22
*
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
*
Add support for inversion to multiport revision 1.
Phil Oester
2005-02-02
1
-0
/
+1
*
Pablo Neira:
Pablo Neira
2005-01-03
1
-0
/
+28
*
Extension revision number support (if kernel supports the getsockopts).
Rusty Russell
2005-01-03
2
-0
/
+33
*
Fix setting lib_dir in ip*tables-{save,restore}
Martin Josefsson
2004-12-27
3
-0
/
+9
*
move ipt_hashlimit to it's correct location
Harald Welte
2004-10-20
1
-0
/
+0
*
add hashlimit kernel header file
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
*
Fix 64bit kernel / 32bit userspace issue.
Martin Josefsson
2004-05-26
2
-6
/
+15
*
Add versions of string_to_number() for use in 32bit userspace with 64bit kernel.
Martin Josefsson
2004-05-26
1
-0
/
+8
*
Fix 64bit kernel / 32bit userspace issue.
Martin Josefsson
2004-05-26
3
-1
/
+56
*
add definition for IPPROTO_SCTP for systems with old header files
Harald Welte
2004-03-04
1
-0
/
+4
*
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
[prev]
[next]