> > skge sets CHECKSUM_HW on received packets, sk98lin does not,
> > instead it just marks the packet with CHECKSUM_NONE.
> >
> > Patrick, I can't see how ipt_TCPMSS.c's BUG() check can be
> > correct in the presence of a driver which sets CHECKSUM_HW
> > on received packets.
>
> TCPMSS can only
Hi Folks,
I have a 3com gigE nic and have used the sk98lin driver for quite a while.
I recently switched to the skge driver, and now I'm hitting a BUG in an
iptables rule that previously did not happen with sk98lin but does happen
with skge:
the BUG is ipv4/netfilter/ipt_TCPMSS.c:190
on this cod