kernel-ark/net/netfilter
Patrick McHardy 45fe4dc08c [NETFILTER]: nf_queue: fix end-of-list check
The comparison wants to find out if the last list iteration reached the
end of the list. It needs to compare the iterator with the list head to
do this, not the element it is looking for.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-02-27 13:03:55 -08:00
..
core.c
Kconfig [NETFILTER]: x_tables: fix dependencies of conntrack related modules 2006-02-15 15:21:31 -08:00
Makefile
nf_conntrack_core.c [NETFILTER]: nf_conntrack: move registration of __nf_ct_attach 2006-02-15 15:22:21 -08:00
nf_conntrack_ftp.c [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper 2006-02-04 23:51:23 -08:00
nf_conntrack_l3proto_generic.c
nf_conntrack_netlink.c [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystem 2006-02-04 23:51:16 -08:00
nf_conntrack_proto_generic.c
nf_conntrack_proto_sctp.c
nf_conntrack_proto_tcp.c [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packet 2006-02-15 15:25:18 -08:00
nf_conntrack_proto_udp.c [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packet 2006-02-15 15:25:18 -08:00
nf_conntrack_standalone.c
nf_internals.h
nf_log.c
nf_queue.c [NETFILTER]: nf_queue: fix end-of-list check 2006-02-27 13:03:55 -08:00
nf_sockopt.c
nfnetlink_log.c [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log 2006-02-04 23:51:19 -08:00
nfnetlink_queue.c [NETFILTER]: nfnetlink_queue: fix packet marking over netlink 2006-02-04 23:51:20 -08:00
nfnetlink.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
x_tables.c
xt_CLASSIFY.c
xt_comment.c
xt_connbytes.c
xt_connmark.c
xt_CONNMARK.c
xt_conntrack.c
xt_dccp.c
xt_helper.c
xt_length.c
xt_limit.c
xt_mac.c
xt_mark.c
xt_MARK.c
xt_NFQUEUE.c
xt_NOTRACK.c
xt_physdev.c
xt_pkttype.c
xt_realm.c
xt_sctp.c
xt_state.c
xt_string.c
xt_tcpmss.c
xt_tcpudp.c