From: Ralf Baechle <[EMAIL PROTECTED]>
Date: Sat, 22 Jul 2006 08:13:43 -0400
> While this patch itself is more of a cleanup it's a prerequisite for
> being able the use the sk_*_timer functions to fix the reference counts
> in AX.25 timers ...
When you have those timer refcount fixes as part of y
On Sat, Jul 22, 2006 at 01:36:18AM -0700, David Miller wrote:
> > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
>
> This is very nice work Ralf, but I think it's 2.6.19 material.
> :-)
While this patch itself is more of a cleanup it's a prerequisite for
being able the use the sk_*_timer functi
From: Ralf Baechle <[EMAIL PROTECTED]>
Date: Fri, 21 Jul 2006 11:29:46 -0400
> Upto now AX.25 was using two separate structures for it's sockets. One,
> ax25_cb described the entire actual AX.25 connection. The other was
> the standard struct sock.
>
> This patch combines both into struct ax25_
On 7/21/06, Ralf Baechle <[EMAIL PROTECTED]> wrote:
Aside of wanrouter AX.25 has also been the last member of struct
sock.sk_protinfo. With net/wanrouter being considered hopeless code and
an application-level solution being prefered these days this means we now
can delete sk_protinfo.
/me sh
Upto now AX.25 was using two separate structures for it's sockets. One,
ax25_cb described the entire actual AX.25 connection. The other was
the standard struct sock.
This patch combines both into struct ax25_sock which is more in line with
current practice. An AX.25 speciality was that a ax25_c