Re[2]: Kernel panic (network stack)

2007-10-15 Thread xeb
> > 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

Re: Kernel panic (network stack)

2007-10-13 Thread xeb
> > 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)

2007-10-12 Thread xeb
-- Пересланное сообщение -- Тема: 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

[PATCH] driver for PPTP, second edition

2006-06-17 Thread xeb
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

Re: driver for pptp

2006-06-15 Thread xeb
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