]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP]: remove tcp header from tcp_v4_check (take #2)
authorFrederik Deweerdt <frederik.deweerdt@gmail.com>
Mon, 5 Feb 2007 04:15:27 +0000 (20:15 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:38:44 +0000 (12:38 -0800)
commitba7808eac17360dda459f82222859b0e3879854b
treeb9774fb03694e7e019d57c6f0b306cdd1232d4d2
parenta0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f
[TCP]: remove tcp header from tcp_v4_check (take #2)

The tcphdr struct passed to tcp_v4_check is not used, the following
patch removes it from the parameter list.

This adds the netfilter modifications missing in the patch I sent
for rc3-mm1.

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/netfilter/ip_nat_helper.c
net/ipv4/netfilter/ipt_REJECT.c
net/ipv4/netfilter/nf_nat_helper.c
net/ipv4/tcp_ipv4.c