Re: iproute2 update

2006-12-05 Thread Masahide NAKAMURA
Stephen Hemminger wrote: I am about to push out a new version, so if you have any more patches pending the window is about to close. Please retest with current git tree Brief tests for MIPv6 xfrm are passed with the tree on kernel 2.6.19. -- Masahide NAKAMURA - To unsubscribe from this

[PATCH] zd1211rw-d80211: Use ieee80211_tx_status

2006-12-05 Thread Michael Wu
zd1211rw-d80211: Use ieee80211_tx_status This makes zd1211rw-d80211 properly report the TX result of a frame via ieee80211_tx_status. I'm not sure if we can do much better than this since the hardware doesn't explicitly report the success/failure of TXed frames that require ACKs. We have to

[PATCH 4/9] pcmcia: remove prod_id indirection

2006-12-05 Thread Dominik Brodowski
From: Dominik Brodowski [EMAIL PROTECTED] Date: Sun, 4 Jun 2006 18:06:13 +0200 Subject: [PATCH] pcmcia: remove prod_id indirection As we read out the product information strings (VERS_1) from the PCMCIA device in the PCMCIA core, and device drivers can access those reliably in struct

Re: [PATCH 4/9] pcmcia: remove prod_id indirection

2006-12-05 Thread Karsten Keil
On Mon, Dec 04, 2006 at 09:12:51PM -0500, Dominik Brodowski wrote: From: Dominik Brodowski [EMAIL PROTECTED] Date: Sun, 4 Jun 2006 18:06:13 +0200 Subject: [PATCH] pcmcia: remove prod_id indirection As we read out the product information strings (VERS_1) from the PCMCIA device in the PCMCIA

[PATCH 3/9] pcmcia: remove manf_id and card_id indirection

2006-12-05 Thread Dominik Brodowski
From: Dominik Brodowski [EMAIL PROTECTED] Date: Wed, 25 Oct 2006 21:28:53 -0400 Subject: [PATCH] pcmcia: remove manf_id and card_id indirection As we read out the manufactor and card_id from the PCMCIA device in the PCMCIA core, and device drivers can access those reliably in struct

Re: [openib-general] [PATCH v2 04/13] Connection Manager

2006-12-05 Thread Michael Krause
If you require more details on how this all works - it was fully explored in the IETF RDDP workgroup - may I suggest a reading of the RDMA Security Considerations draft which goes through many of the issues on how one relates to a host stack. This complements the MPA spec and supports much

Re: [PATCH 1/5] r8169: more magic during initialization of the hardware

2006-12-05 Thread Philip Craig
Francois Romieu wrote: Mostly taken from Realtek's driver. It's a bit yucky but the original is even worse. This patch fixes a performance regression for my 8169s. But it appears to have a typo, see below. Signed-off-by: Francois Romieu [EMAIL PROTECTED] Signed-off-by: Darren Salt

[PATCH 5/9] pcmcia: conf.ConfigBase and conf.Present consolidation

2006-12-05 Thread Dominik Brodowski
From: Dominik Brodowski [EMAIL PROTECTED] Date: Wed, 25 Oct 2006 21:49:27 -0400 Subject: [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation struct pcmcia_device *p_dev-conf.ConfigBase and .Present are set in almost all PCMICA driver right at the beginning, using the same calls but

Re: [PATCH 5/9] pcmcia: conf.ConfigBase and conf.Present consolidation

2006-12-05 Thread Karsten Keil
On Mon, Dec 04, 2006 at 09:17:16PM -0500, Dominik Brodowski wrote: From: Dominik Brodowski [EMAIL PROTECTED] Date: Wed, 25 Oct 2006 21:49:27 -0400 Subject: [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation struct pcmcia_device *p_dev-conf.ConfigBase and .Present are set in

<    1   2