Re: [RFC][PATCH 3/3] TCP/IP Critical socket communication mechanism

2005-12-14 Thread Ingo Oeser
get better naming here, but you get the point, I think. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] [PATCH 1/3] ioat: DMA subsystem

2005-11-24 Thread Ingo Oeser
should be obvious by the source code, unless the sources are a mess. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] LSM-IPSec Network Hooks

2005-11-21 Thread Ingo Oeser
filling your logs. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/7] tcp: rearrange microsecond rtt sampling used by vegas

2005-11-11 Thread Ingo Oeser
pointers used like I proposed above. Regards Ingo Oeser, puzzled - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] TSO problems with congestion updates

2005-11-08 Thread Ingo Oeser
(left * sysctl_tcp_tso_win_divisor) tp-snd_cwnd; + else + return left = tcp_max_burst(tp); +} But now we might have overflow issues[1]. Regards Ingo Oeser [1] Taking care of that is left as an exercise to the reader :-) - To unsubscribe from this list: send the line

Re: AES 256 support not announced by IPSec framework?

2005-09-07 Thread Ingo Oeser
Herbert Xu schrieb: Ingo Oeser [EMAIL PROTECTED] wrote: I'm just asking myself, why is AES-256 not announced by the IPsec framework? It should work. Which user-space IPsec daemon are you using? racoon 0.5.2 as Debian package (0.5.2-1) from sarge, kernel 2.6.11.12. I also used matching

Herbert Xu, please read this

2005-09-07 Thread Ingo Oeser
you directly. Just in case you wonder. This also means, I cannot take any too detailed discussion off-list with you, as I intended. Sorry again for bothering the list. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: [patch 1/1] ipw2100: remove by-hand function entry/exit debugging

2005-09-07 Thread Ingo Oeser
-functions can do that completely without adding noise to the sources. been there, done that. With a gcc-patch you don't even need to resolve symbols. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info

AES 256 support not announced by IPSec framework?

2005-09-06 Thread Ingo Oeser
Hi there, I'm just asking myself, why is AES-256 not announced by the IPsec framework? The kernel crypto-API seems to support a keysize of 256. Or is the blocksize (of 256 bits) meant by AES-256? I'm a bit lost on this one. Regards Ingo Oeser - To unsubscribe from this list: send the line

Re: ieee80211 patches

2005-09-05 Thread Ingo Oeser
example for an interface. If you could map all this somehow to a WLAN, you are on the right way. Everything beyond this can be done later or before. Maybe that helps you for developing useful admin interface. Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 2/2] fix NF_QUEUE_NR() macro

2005-08-11 Thread Ingo Oeser
, but some people consider it difficult to understand without :-) Regards Ingo Oeser - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

<    1   2