usagi/kernel/linux26/include/linux/netfilter nf_conntrack.h nf_conntrack_core.h nf_conntrack_helper.h nf_conntrack_l3proto.h nf_conntrack_protocol.h usagi/kernel/linux26/net/netfilter nf_conntrack_core.c nf_conntrack_ftp.c nf_conntrack_l3proto_ipv4.c nf_conntrack_l3proto_ipv6.c nf_conntrack_standalone.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
kozakai 2004/06/19 18:22:25 JST
Modified files: (Branch: bCONNTRACK-20040618)
kernel/linux26/include/linux/netfilter nf_conntrack.h
nf_conntrack_core.h
nf_conntrack_helper.h
nf_conntrack_l3proto.h
nf_conntrack_protocol.h
kernel/linux26/net/netfilter nf_conntrack_core.c
nf_conntrack_ftp.c
nf_conntrack_l3proto_ipv4.c
nf_conntrack_l3proto_ipv6.c
nf_conntrack_standalone.c
Log:
- sync with features of ip_conntrack.
- add nf_conntrack_expect_alloc() and nf_conntrack_expect_insert().
- changed nf_conntrack_expect_related() and ftp module to use above
functions.
- the type of arg "protocol" in nf_ct_find_proto() is changed u_int8_t.
- export nf_ct_invert_tuplepr().
- check wether or not packet is fragmentd in ipv4_prepare().
- fixed some debug messages.
- use memcpy() to copy tuples of conntrack in copy_conntrack().
Revision Changes Path
1.1.8.3 +2 -2 usagi/kernel/linux26/include/linux/netfilter/Attic/nf_conntrack.h
1.1.8.2 +13 -11 usagi/kernel/linux26/include/linux/netfilter/Attic/nf_conntrack_core.h
1.1.8.2 +5 -2 usagi/kernel/linux26/include/linux/netfilter/Attic/nf_conntrack_helper.h
1.1.8.2 +1 -1 usagi/kernel/linux26/include/linux/netfilter/Attic/nf_conntrack_l3proto.h
1.1.8.2 +1 -1 usagi/kernel/linux26/include/linux/netfilter/Attic/nf_conntrack_protocol.h
1.1.8.3 +84 -60 usagi/kernel/linux26/net/netfilter/Attic/nf_conntrack_core.c
1.1.8.2 +34 -25 usagi/kernel/linux26/net/netfilter/Attic/nf_conntrack_ftp.c
1.1.4.3 +18 -17 usagi/kernel/linux26/net/netfilter/Attic/nf_conntrack_l3proto_ipv4.c
1.1.4.2 +1 -1 usagi/kernel/linux26/net/netfilter/Attic/nf_conntrack_l3proto_ipv6.c
1.1.8.3 +10 -8 usagi/kernel/linux26/net/netfilter/Attic/nf_conntrack_standalone.c