Am 11.10.2013 um 22:46 schrieb Artturi Alm :
> On 10/11/13 20:39, Markus Hennecke wrote:
>> On Sat, 5 Oct 2013, Artturi Alm wrote:
>>
>>> Current version attached, extract to /sys/arch/armv7 and read the short
>>> notes file, no more out of allwinner/ patches needed thanks to armv7.
>>>
>>> A20
On 10/11/13 20:39, Markus Hennecke wrote:
On Sat, 5 Oct 2013, Artturi Alm wrote:
Current version attached, extract to /sys/arch/armv7 and read the short
notes file, no more out of allwinner/ patches needed thanks to armv7.
A20 support still needs a workaround under /sys/arch/arm/cortex/ which
On Sat, 5 Oct 2013, Artturi Alm wrote:
> Current version attached, extract to /sys/arch/armv7 and read the short
> notes file, no more out of allwinner/ patches needed thanks to armv7.
>
> A20 support still needs a workaround under /sys/arch/arm/cortex/ which
> i didn't include as i think support
On Fri, Oct 11, 2013 at 12:09 +0200, Gerhard Roth wrote:
> In January bluhm@ introduced 'data_end' to pf.c:tcp_track_full().
> Now this breaks the handling of non-data packets. They may be rejected
> because the SEQ_GEQ(src->seqhi, data_end) check fails.
>
> The patch below should fix this.
>
Ma
In January bluhm@ introduced 'data_end' to pf.c:tcp_track_full().
Now this breaks the handling of non-data packets. They may be rejected
because the SEQ_GEQ(src->seqhi, data_end) check fails.
The patch below should fix this.
Gerhard
Index: sys/net/pf.c
=