Displaying 3 results from an estimated 3 matches for "nf_reinject".
2003 Apr 30
0
[Bug 86] using freed skb in nf_reinject
...|Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|using freed skb in |using freed skb in
|nf_reinject |nf_reinject
Version|unspecified |linux-2.5.x
------- Additional Comments From laforge@netfilter.org 2003-04-30 18:42 -------
patch submitted at 2.5.69-pre time, accepted by davem.
Please note that this bug was 2.5.x only, not 'version any' l...
2001 Feb 10
0
use of queueing disciplines in netfilter queues
...gs like TBF. For instance, suppose we want to process the
incoming syn packets at a limited rate, and further, share that
service in a fair way. I''d like to intercept syn''s at NF_IP_LOCAL_IN,
put them on a SFQ queue, and extract them at a limited rate before
returning them with nf_reinject.
I hope that makes sense.
2007 Apr 18
3
[Bridge] Re: do_IRQ: stack overflow: 872..
On Fri, 07 Jan 2005 17:05:59 +0000
David Woodhouse <dwmw2@infradead.org> wrote:
> On Sat, 2004-12-18 at 08:50 +0100, Andi Kleen wrote:
> > It's not really an oops, just a warning that stack space got quiet
> > tight.
> >
> > The problem seems to be that the br netfilter code is nesting far too
> > deeply and recursing several times. Looks like a design