Re: [NF+IPsec 4/6]: Make IPsec input processing symetrical to output

2005-11-05 Thread Patrick McHardy
Herbert Xu wrote: On Sat, Nov 05, 2005 at 10:19:51AM +0100, Patrick McHardy wrote: What I propose is to keep tunnel mode handling as it is, so for each tunnel mode SA we hit PRE_ROUTING and LOCAL_IN in the normal packet path. If the final SA is a transport mode SA, we don't call netif_rx as in

Re: [NF+IPsec 4/6]: Make IPsec input processing symetrical to output

2005-11-05 Thread Herbert Xu
On Sat, Nov 05, 2005 at 10:55:57AM +0100, Patrick McHardy wrote: [EMAIL PROTECTED] Well, once encapsulated and once decapsulated. What I propose is actually exactly what you suggested in that mail: You got me there :) I was confused. Yes this is OK with me. In my last patchset I did

Re: [NF+IPsec 4/6]: Make IPsec input processing symetrical to output

2005-11-05 Thread Patrick McHardy
Herbert Xu wrote: On Sat, Nov 05, 2005 at 10:55:57AM +0100, Patrick McHardy wrote: In my last patchset I did it by calling netif_rx at that point, now I want to add new hooks. The only problem I can see is that at some point we're probably going to add an AF_PACKET hook there as well for

Re: [PATCH]eepro100: remove devices supported by e100

2005-11-05 Thread Lennert Buytenhek
On Sat, Nov 05, 2005 at 11:28:21AM +0100, Lennert Buytenhek wrote: This has been coming up every few months for a while now. e100 doesn't work on a number of ARM platforms due to its (ab)use of the DMA API. http://www.ussg.iu.edu/hypermail/linux/kernel/0406.3/1438.html

Re: [NF+IPsec 4/6]: Make IPsec input processing symetrical to output

2005-11-05 Thread Yasuyuki KOZAKAI
Hi, Patrick, From: Patrick McHardy [EMAIL PROTECTED] Date: Sat, 05 Nov 2005 10:55:57 +0100 Also, I thought Yoshifuji-san's objection is not just about transport mode packets passing through netif_rx twice, but passing through netfilter twice as well? I think so, but he didn't mention a

Re: [PATCH]dgrs - Fixes Warnings when CONFIG_ISA and CONFIG_PCI are not enabled

2005-11-05 Thread Richard Knutsson
Andrew Morton wrote: Richard Knutsson [EMAIL PROTECTED] wrote: */ #ifdef CONFIG_EISA - eisacount = eisa_driver_register(dgrs_eisa_driver); - if (eisacount 0) - return eisacount; -#endif -#ifdef CONFIG_PCI - pcicount = pci_register_driver(dgrs_pci_driver);

Re: [PATCH] fix ifenslave to not fail on lack of IP information

2005-11-05 Thread Neil Horman
On Fri, Nov 04, 2005 at 11:08:32PM -0800, Jason R. Martin wrote: On 11/4/05, Neil Horman [EMAIL PROTECTED] wrote: On Fri, Nov 04, 2005 at 12:25:49PM -0800, Jay Vosburgh wrote: [dropped linux-kernel; added netdev] Neil Horman [EMAIL PROTECTED] wrote: The current version

Request for pull from netdev-jwl

2005-11-05 Thread John W. Linville
[Resend #2 -- I think it is getting dropped due to size, so I'm omitting the omnibus patch. I'll send it separately if need be...] Jeff, I thought you might appreciate a little offload of some of your netdev merging chores. I don't think there is anything controversial here. Thanks, John

Re: [PATCH] [IPV4] Fix secondary IP addresses after promotion

2005-11-05 Thread Thomas Graf
* Patrick McHardy [EMAIL PROTECTED] 2005-11-05 05:28 The reason why all routes are deleted is because their prefered source addresses is the primary address. fn_flush_list should probably send the missing notifications for the deleted routes. Changing address promotion to not delete the other

Re: [PATCH]dgrs - Fixes Warnings when CONFIG_ISA and CONFIG_PCI are not enabled

2005-11-05 Thread Richard Knutsson
Richard Knutsson wrote: Andrew Morton wrote: Richard Knutsson [EMAIL PROTECTED] wrote: */ #ifdef CONFIG_EISA -eisacount = eisa_driver_register(dgrs_eisa_driver); -if (eisacount 0) -return eisacount; -#endif -#ifdef CONFIG_PCI -pcicount =

[PATCH 05/25] net: move ppp specific ioctl32 handlers

2005-11-05 Thread Arnd Bergmann
This moves all ioctl32 code for ppp close to the native ioctl implementation. CC: linux-ppp@vger.kernel.org CC: netdev@vger.kernel.org Signed-off-by: Arnd Bergmann [EMAIL PROTECTED] Index: linux-2.6.14-rc/drivers/net/ppp_generic.c

[PATCH 03/25] net: improve ioctl32 dev_ioctl handling

2005-11-05 Thread Arnd Bergmann
This patch tries to be a bit smarter about net device ioctl emulation. In particular, the wireless extensions are treated as a group in order to make the switch list a little shorter. CC: netdev@vger.kernel.org Signed-off-by: Arnd Bergmann [EMAIL PROTECTED] Index: linux-cg/net/compat.c

[2.6 patch] airo.c/airo_cs.c: correct prototypes

2005-11-05 Thread Adrian Bunk
This patch creates a file airo.h containing prototypes of the global functions in airo.c used by airo_cs.c . If you got strange problems with either airo_cs devices or in any other completely unrelated part of the kernel shortly or long after a airo_cs device was detected by the kernel, this

Re: [PATCH]dgrs - Fixes Warnings when CONFIG_ISA and CONFIG_PCI are not enabled

2005-11-05 Thread Andrew Morton
Richard Knutsson [EMAIL PROTECTED] wrote: BTW, can anyone ack or is that up to the maintainers? It's useful info - it shows that someone else took the time to revie the code. BTW #2, why not remove #ifdef CONFIG_PCI on dgrs_cleanup_module() at the same time? Or maybe that should be in a

Re: [PATCH] [IPV4] Fix secondary IP addresses after promotion

2005-11-05 Thread Thomas Graf
Local routes for 10.0.0.3 and 10.0.0.4 have disappeared _without_ any notification. Flushes do not generate notifications. The reason is technical: they are usually massive, do overflow buffer, get lost and listeners have to do painful resynchronization. The justification: they are

Re: [PATCH 2/3] netem: support time based reordering

2005-11-05 Thread Arnaldo Carvalho de Melo
On 11/3/05, Stephen Hemminger [EMAIL PROTECTED] wrote: Change netem to support packets getting reordered because of variations in delay. Introduce a special case version of FIFO that queues packets in order based on the netem delay. Since netem is classful, those users that don't want

Re: [PATCH 2.6.14-git4] pcnet32: Prevent hang with 79c976

2005-11-05 Thread Jeff Garzik
applied - 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]eepro100: remove devices supported by e100

2005-11-05 Thread Jesse Brandeburg
On 11/5/05, Lennert Buytenhek [EMAIL PROTECTED] wrote: On Fri, Nov 04, 2005 at 08:34:05PM -0800, Scott Feldman wrote: So there is nothing left. Why not just remove eepro100? This has been coming up every few months for a while now. e100 doesn't work on a number of ARM platforms due to its

Re: A bug in sk_stream_wait_connect()

2005-11-05 Thread Arnaldo Carvalho de Melo
On 11/3/05, Herbert Xu [EMAIL PROTECTED] wrote: On Thu, Nov 03, 2005 at 03:39:08PM +, Alex Sidorenko wrote: I am not a kernel developer so I am not sure about the best way to fix this but just adding another finish_wait(sk-sk_sleep, wait) to be called even when we 'break' fixes the

Re: [PATCH] tcp/dccp: randomize port selection

2005-11-05 Thread Arnaldo Carvalho de Melo
On 11/3/05, Stephen Hemminger [EMAIL PROTECTED] wrote: This patch randomizes the port selected on bind() for connections to help with possible security attacks. It should also be faster in most cases because there is no need for a global lock. Signed-off-by: Stephen Hemminger [EMAIL

Re: [git patches] (G)RED fixes and improvements

2005-11-05 Thread Arnaldo Carvalho de Melo
On 11/5/05, Thomas Graf [EMAIL PROTECTED] wrote: Arnaldo, Please pull from 'red' branch of rsync://84.73.165.173/scm/net-2.6.git to receive the following updates: include/linux/pkt_sched.h | 50 +- include/net/inet_ecn.h| 28 + include/net/red.h | 325 +

Re: Request for pull from netdev-jwl

2005-11-05 Thread John W. Linville
On Sat, Nov 05, 2005 at 04:24:21PM -0500, Jeff Garzik wrote: John W. Linville wrote: I thought you might appreciate a little offload of some of your netdev merging chores. I don't think there is anything controversial here. Thanks, appreciated. I already had some of this stuff in

[patch 2.6.14] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx

2005-11-05 Thread John W. Linville
Make CONFIG_FEC_8XX depend on CONFIG_8xx. This keeps allmodconfig from breaking on non-8xx (PPC) platforms. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/fec_8xx/Kconfig |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fec_8xx/Kconfig

Re: [2.6 patch] rename hostap.c to hostap_main.c

2005-11-05 Thread Jouni Malinen
On Sun, Nov 06, 2005 at 01:53:43AM +0100, Adrian Bunk wrote: I wanted to remove the #include hostap_ioctl.c from hostap.c and build hostap_ioctl.c separately, but this doesn't work since hostap.c has the same name as the module. Is this patch changing anything in hostap.c or is it just a