> > Hello!
> > I develop network driver.
> > It works fine while less then 100 network interfaces exists.
> > Then i give kernel panic. What could cause it ?
> >
>
> Since it probably in your code. Please code (or place to download)
> the driver code.
fixed in 0.7.9
-
To unsubscribe from this li
> > Hello!
> > I develop network driver.
> > It works fine while less then 100 network interfaces exists.
> > Then i give kernel panic. What could cause it ?
>
> Since it probably in your code. Please code (or place to download)
> the driver code.
You can download from http://sourceforge.net/proje
-- Пересланное сообщение --
Тема: Kernel panic (network stack)
Дата: 12 октября 2007
Отправитель: [EMAIL PROTECTED]
получатель: [EMAIL PROTECTED]
Hello!
I develop network driver.
It works fine while less then 100 network interfaces exists.
Then i give kernel panic. What could
Hello.
I have developed the driver for Point-to-Point Tunneling Protocol (PPTP).
This driver works in pair with plugin for pppd.
It is enough to use pppd's plugin for start of the client.
Also there is a server (based on pptpd) which uses this driver.
By results of my testing the speed of transfer
Thanks for critique.
>Please read Documentation/SubmittingPatches (and CodingStyle) and submit your
>kernel patch to netdev.
OK.
>1) why wasn't it possible to use the PPPoX infrastructure of the kernel which
>is already being used by PPPoE ? Or at least model it somehow similar to the
>exis