21 Ara 2006 Per 22:58 tarihinde, David Miller şunları yazmıştı:
> From: Andrew Morton <[EMAIL PROTECTED]>
> Date: Thu, 21 Dec 2006 12:49:54 -0800
>
> > >Summary: asm/types.h should define __u64 if isoc99
>
> Platform specific bug, and has nothing to do with networking.
>
> This problem
13 Kas 2006 Pts 00:54 tarihinde şunları yazmıştınız:
> On Mon, 2006-11-13 at 00:41 +0200, Ismail Donmez wrote:
> > > Thanks for information, this firmware would also solve the recent
> > > roothole.
> >
> > s/roothole/security vulnerability would be better =)
13 Kas 2006 Pts 00:40 tarihinde şunları yazmıştınız:
> 12 Kas 2006 Paz 23:47 tarihinde, Michael Buesch şunları yazmıştı:
> > On Sunday 12 November 2006 21:43, Ismail Donmez wrote:
> > > Hi,
> > >
> > > 12 Kas 2006 Paz 10:34 tarihinde şunları yazmıştınız:
>
12 Kas 2006 Paz 23:47 tarihinde, Michael Buesch şunları yazmıştı:
> On Sunday 12 November 2006 21:43, Ismail Donmez wrote:
> > Hi,
> >
> > 12 Kas 2006 Paz 10:34 tarihinde şunları yazmıştınız:
> > > Ah, and also note that you _need_ firmware from a v4 binary
Hi,
12 Kas 2006 Paz 10:34 tarihinde şunları yazmıştınız:
> Ah, and also note that you _need_ firmware from a v4 binary driver
> to have hardware encryption with bcm43xx.
Last time I heard only v3 firmware was supported. Is that changed?
Regards,
ismail
-
To unsubscribe from this list: send the li
Hi all,
I use sabishape[1] to shape my traffic that I would normally do,
sabishape -i eth1 -u 40 -d 240 for my 256/64 ADSL line , but recently in dmesg
I got following warnings:
HTB: quantum of class 10031 is small. Consider r2q change.
HTB: quantum of class 10032 is small. Consider r2q change.
With commit 10fd48f2376db52f08bf0420d2c4f580e39269e1 [1] , RB_EMPTY_NODE
changed behaviour so it returns true when the node is empty as expected.
Hence Patrick McHardy's fix for sched_htb.c should be reverted.
Signed-off-by: Ismail Donmez <[EMAIL PROTECTED]>
diff --git a/net/sched/
02 Eki 2006 Pts 13:24 tarihinde, Jarek Poplawski şunları yazmıştı:
> On 30-09-2006 21:23, Ismail Donmez wrote:
> > Hi,
> >
> > With commit 10fd48f2376db52f08bf0420d2c4f580e39269e1 [1] , RB_EMPTY_NODE
> > changed behaviour so it returns false when th
it/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=10fd48f2376db52f08bf0420d2c4f580e39269e1;hp=9817064b68fef7e4580c6df1ea597e106b9ff88b
Signed-off-by: Ismail Donmez <[EMAIL PROTECTED]>
diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
index 6c058e3..1f1360e 100644
--- a/net/sche
On Sunday 01 October 2006 04:52, Herbert Xu wrote:
> On Sat, Sep 30, 2006 at 10:23:46PM +0300, Ismail Donmez wrote:
> > With commit 10fd48f2376db52f08bf0420d2c4f580e39269e1 [1] , RB_EMPTY_NODE
> > changed behaviour so it returns false when the node is empty as expected.
> >
On Saturday 30 September 2006 22:23, you wrote:
> Hi,
>
> With commit 10fd48f2376db52f08bf0420d2c4f580e39269e1 [1] , RB_EMPTY_NODE
> changed behaviour so it returns false when the node is empty as expected.
^
make it : so it return
Hi,
With commit 10fd48f2376db52f08bf0420d2c4f580e39269e1 [1] , RB_EMPTY_NODE
changed behaviour so it returns false when the node is empty as expected.
Hence Herbert's fix for sched_htb.c should be reverted.
[1]
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;
Hi Dave,
29 Eyl 2006 Cum 04:41 tarihinde şunları yazmıştınız:
> I've just pushed my current net-2.6 tree to Linus. The bulk of the
> changes in there are endianness annotations for sparse by Al Viro,
> along with the patches I've been ACK'ing here on the list and
> elsewhere.
>
> If you want a non
27 Eyl 2006 Çar 15:07 tarihinde, Patrick McHardy şunları yazmıştı:
> Dave Jones wrote:
> > With this patch, I get no lockdep warnings, but the machine locks up
> > completely. I hooked up a serial console, and found this..
> >
> >
> > u32 classifier
> > Performance counters on
> > input de
27 Eyl 2006 Çar 13:14 tarihinde şunları yazmıştınız:
> Dave Jones wrote:
> > With this patch, I get no lockdep warnings, but the machine locks up
> > completely. I hooked up a serial console, and found this..
> >
> >
> > u32 classifier
> > Performance counters on
> > input device check on
>
Salı 21 Mart 2006 16:40 tarihinde, Eric Dumazet şunları yazmıştı:
> Ismail Donmez a écrit :
> >> This is a new point of failure for x86 machines that use lot of tcp
> >> sockets, I learnt it the bad way and had to revert to 2.6.14 some
> >> servers that cannot ru
Salı 21 Mart 2006 16:17 tarihinde şunları yazmıştınız:
> Hi all
>
> I would like to point out that struct tcp_sock was enlarged in 2.6.15, and
> the 'TCP' kmem_cache now needs order-1 allocations instead of order-0
>
>
> In 2.6.14 :
>
> # grep "^TCP" /proc/slabinfo
> TCP 64 76
Cum 27 Oca 2006 01:45 tarihinde, Michael Buesch şunları yazmıştı:
> On Friday 27 January 2006 00:10, you wrote:
> > Michael Buesch wrote:
> > > On Thu, 2006-01-26 at 11:04 -0800, Ben Greear wrote:
> > >>If someone has a reverse-engineered HAL that might could
> > >>be used as well.
> > >
> > > Fro
Salı 3 Ocak 2006 18:52 tarihinde şunları yazmıştınız:
> Pazartesi 2 Ocak 2006 19:15 tarihinde şunları yazmıştınız:
> > I accidentally used wrong lkml address, so I resend it now with proper
> > format.
> >
> > dev->get_wireless_stats is deprecated but removing it also removes
> > wireless subdirect
Pazartesi 2 Ocak 2006 12:49 tarihinde şunları yazmıştınız:
> dev->get_wireless_stats is deprecated but removing it also removes wireless
> subdirectory in sysfs. This patch puts it back.
Thanks, this also fixes http://bugzilla.kernel.org/show_bug.cgi?id=5800 .
Regards,
ismail
-
To unsubscribe fro
Pazartesi 26 Aralık 2005 00:32 tarihinde şunları yazmıştınız:
> Hi all,
>
> /sys/class/net//wireless directory seems to be gone in
> 2.6.15-rcX kernels. I wonder where to find the information contained there
> ( beacon, level, link etc information for the wireless device ) ?
Anyone have any idea
Hi all,
/sys/class/net//wireless directory seems to be gone in
2.6.15-rcX kernels. I wonder where to find the information contained there (
beacon, level, link etc information for the wireless device ) ?
Regards,
ismail
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the
22 matches
Mail list logo