[PATCH] net/irda/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- net/irda/ircomm/ircomm_param.c |2 +- net/irda/irlan/irlan_eth.c |2 +- net/irda/irlap_frame.c |2 +- net/irda/parameters.c | 12 ++-- net/irda/wrapper.c |2 +- 5 files changed, 10 insert

[PATCH] net/dccp/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- net/dccp/ackvec.h |2 +- net/dccp/ccids/ccid3.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h index 9ef0737..9671ecd 100644 --- a/net/dccp/ackvec.h +++ b/net/dccp/ackvec.h

[PATCH] net/ipv6/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- net/ipv6/ndisc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 67997a7..777ed73 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -612,7 +612,7 @@ void ndisc_send_rs(stru

[PATCH] include/net/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/net/ax25.h |2 +- include/net/ip6_tunnel.h |2 +- include/net/irda/discovery.h |2 +- include/net/sctp/structs.h |6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/net/ax25.h

[PATCH] drivers/ssb/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/ssb/b43_pci_bridge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ssb/b43_pci_bridge.c b/drivers/ssb/b43_pci_bridge.c index f145d8a..310b84f 100644 --- a/drivers/ssb/b43_pci_bridge.c +++ b/drivers/ssb/

Re: [PATCH 3/3] [UDP6]: Counter increment on BH mode

2007-12-17 Thread Christoph Lameter
The cpu alloc patches also fix this issue one way (disabling preempt) or the other (atomic instruction that does not need disabling of preeemption). -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://v

Re: init_timer_deferrable conversion

2007-12-17 Thread Parag Warudkar
On Dec 17, 2007 1:13 PM, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > On Mon, 17 Dec 2007 12:47:59 -0500 > "Parag Warudkar" <[EMAIL PROTECTED]> wrote: > > > > On Dec 17, 2007 12:00 PM, Stephen Hemminger > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > a) drivers/net/sky2.c - watchdog_timer.

Re: init_timer_deferrable conversion

2007-12-17 Thread Stephen Hemminger
On Mon, 17 Dec 2007 12:47:59 -0500 "Parag Warudkar" <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 12:00 PM, Stephen Hemminger > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > a) drivers/net/sky2.c - watchdog_timer. This was showing up high on > > > > > Powertop's list of things that cause routine w

[PATCH 2.6.25 2/2]S2io: Fixes to enable multiple transmit fifos

2007-12-17 Thread Ramkrishna Vepa
Multiple transmit fifo initialization - - Assigned equal scheduling priority for all configured FIFO's. - Modularized transmit traffic interrupt initialization since it is executed in s2io_card_up and s2io_link. Enable continuous tx interrupt when link is UP and vice verse. - Enable

[PATCH 2.6.25 1/2]S2io: Fixes to enable multiple transmit fifo support

2007-12-17 Thread Ramkrishna Vepa
Fixes to enable multiple transmit fifos (upto a maximum of eight). - Moved single tx_lock from struct s2io_nic to struct fifo_info. - Moved single ufo_in_band_v structure from struct s2io_nic to struct fifo_info. - Assign the respective interrupt number for the transmitting fifo in the

Re: "ip neigh show" not showing arp cache entries?

2007-12-17 Thread Patrick McHardy
Chris Friesen wrote: The original "ip" command and the new one ("/tmp/ip") both give the same results--some of the entries are missing. [EMAIL PROTECTED]:/root> ip neigh show all 172.24.137.0 dev bond0 FAILED 172.24.0.9 dev bond0 lladdr 00:07:e9:41:4b:b4 REACHABLE 10.41.18.101 dev eth6 lladdr

Re: init_timer_deferrable conversion

2007-12-17 Thread Parag Warudkar
On Dec 17, 2007 12:00 PM, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > > > > > > a) drivers/net/sky2.c - watchdog_timer. This was showing up high on > > > > Powertop's list of things that cause routine wakeups from idle. After > > > > converting to init_timer_deferrable() the wakeups went dow

Re: init_timer_deferrable conversion

2007-12-17 Thread Stephen Hemminger
On Mon, 17 Dec 2007 15:29:43 +0100 Eric Dumazet <[EMAIL PROTECTED]> wrote: > On Mon, 17 Dec 2007 09:55:04 +0100 > Eric Dumazet <[EMAIL PROTECTED]> wrote: > > > On Sun, 16 Dec 2007 22:00:23 -0500 (EST) > > Parag Warudkar <[EMAIL PROTECTED]> wrote: > > > > > In my quest to get the wake-ups from id

Re: [PATCH] bridge: assign random address

2007-12-17 Thread Stephen Hemminger
On Sun, 16 Dec 2007 14:29:15 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Sun, 16 Dec 2007 13:37:17 -0800 (PST) David Miller <[EMAIL PROTECTED]> > wrote: > > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > Date: Tue, 11 Dec 2007 15:48:35 -0800 > > > > > Subject: Re: [PATCH] bridge: ass

Re: After many hours all outbound connections get stuck in SYN_SENT

2007-12-17 Thread James Nichols
Here is some additional information about this problem as requested. I ran ss -m, but no data was returned, what options should I use with ss to gather relevant information? The output of netstat -s: Ip: 1346453452 total packets received 0 forwarded 0 incoming packets discarded 13

Re: [1/4] DST: Distributed storage documentation.

2007-12-17 Thread Kay Sievers
On Dec 17, 2007 4:03 PM, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > +++ b/Documentation/dst/sysfs.txt > @@ -0,0 +1,33 @@ > +This file describes sysfs files created for each storage. > + > +1. Per-storage files. > +Each storage has its own dir /sysfs/devices/$storage_name, > +2. Per-node files.

[RFC] ehea: kdump support - rework

2007-12-17 Thread Thomas Klein
This patch adds kdump support using the new PPC crash shutdown hook to the ehea driver. The reworked implementation follows the feedback I got. The crash handler now just iterates over two simple arrays instead of handling linked lists. Further feedback will be appreciated. ehea kdump support RFC

Re: "ip neigh show" not showing arp cache entries?

2007-12-17 Thread Chris Friesen
YOSHIFUJI Hideaki / 吉藤英明 wrote: In article <[EMAIL PROTECTED]> (at Wed, 12 Dec 2007 15:57:08 -0600), "Chris Friesen" <[EMAIL PROTECTED]> says: You may try other versions of this command http://devresources.linux-foundation.org/dev/iproute2/download/ They appear to be numbered by kernel vers

[4/4] DST: Algorithms used in distributed storage.

2007-12-17 Thread Evgeniy Polyakov
Algorithms used in distributed storage. Mirror and linear mapping code. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/alg_linear.c b/drivers/block/dst/alg_linear.c new file mode 100644 index 000..836764d --- /dev/null +++ b/drivers/block/dst/alg_linear.c

[1/4] DST: Distributed storage documentation.

2007-12-17 Thread Evgeniy Polyakov
Distributed storage documentation. Algorithms used in the system, userspace interfaces (sysfs dirs and files), design and implementation details are described here. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/Documentation/dst/algorithms.txt b/Documentation/dst/algorithms.

[2/4] DST: Core distributed storage files.

2007-12-17 Thread Evgeniy Polyakov
Core distributed storage files. Include userspace interfaces, initialization, block layer bindings and other core functionality. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b4c8319..ca6592d 100644 --- a/drivers/block/Kconf

[3/4] DST: Network state machine.

2007-12-17 Thread Evgeniy Polyakov
Network state machine. Includes network async processing state machine and related tasks. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/kst.c b/drivers/block/dst/kst.c new file mode 100644 index 000..6d92014 --- /dev/null +++ b/drivers/block/dst/kst.c @

[0/4] DST: Distributed storage.

2007-12-17 Thread Evgeniy Polyakov
Distributed storage. I'm pleased to announce the 12'th release of the distributed storage subsystem (DST). DST allows to form a storage on top of local and remote nodes and combine them into linear or mirroring setup, which in turn can be exported to remote nodes. Short changelog: * new improv

[PATCH 4/5] [CCID3]: Nofeedback timer according to rfc3448bis

2007-12-17 Thread Arnaldo Carvalho de Melo
From: Gerrit Renker <[EMAIL PROTECTED]> This implements the changes to the nofeedback timer handling suggested in draft rfc3448bis00, section 4.4. In particular, these changes mean: * better handling of the lossless case (p == 0) * the timestamp for computing t_ld becomes obsolete * much more

[PATCH 5/5] [DCCP]: Remove unused inline function

2007-12-17 Thread Arnaldo Carvalho de Melo
From: Gerrit Renker <[EMAIL PROTECTED]> The function follows48(), which is a special-case of dccp_delta_seqno(), is nowhere used in the DCCP code, thus removed by this patch. Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]> Signed-off-by: Ian McDonald <[EMAIL PROTECTED]> Signed-off-by: Arnaldo Ca

[PATCH 2/5] [CCID3]: Remove two irrelevant states in TX feedback handling

2007-12-17 Thread Arnaldo Carvalho de Melo
From: Gerrit Renker <[EMAIL PROTECTED]> * the NO_SENT state is only triggered in bidirectional mode, costing unnecessary processing. * the TERM (terminating) state is irrelevant. Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]> Signed-off-by: Ian McDonald <[EMAIL PROTECTED]> Signed-off-by: A

[PATCH 1/5] [CCID3]: Use a function to update p_inv, and p is never used

2007-12-17 Thread Arnaldo Carvalho de Melo
From: Gerrit Renker <[EMAIL PROTECTED]> This patch 1) concentrates previously scattered computation of p_inv into one function; 2) removes the `p' element of the CCID3 RX sock (it is redundant); 3) makes the tfrc_rx_info structure standalone, only used on demand. Signed-off-by: Gerrit Renker <

[PATCH 3/5] [CCID3]: Implement rfc3448bis changes to feedback reception

2007-12-17 Thread Arnaldo Carvalho de Melo
From: Gerrit Renker <[EMAIL PROTECTED]> This implements the algorithm to update the allowed sending rate X upon receiving feedback packets, as described in draft rfc3448bis, 4.2/4.3. Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]> Signed-off-by: Ian McDonald <[EMAIL PROTECTED]> Signed-off-by: Ar

[PATCHES 0/5]: DCCP patches for 2.6.25

2007-12-17 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25 Best Regards, - Arnaldo net/dccp/ccids/ccid3.c | 252 +- net/dccp/ccids/ccid3.h |8 - net/dccp/dccp.h|6 - 3 files

Re: [PATCH] net/ipv4/netfilter/ip_tables.c: remove some inlines

2007-12-17 Thread Patrick McHardy
Please CC netfilter-devel on netfilter patches. Denys Vlasenko wrote: Hi Patrick, Harald, I was working on unrelated problem and noticed that ip_tables.c seem to abuse inline. I prepared a patch which removes inlines except those which are used by packet matching code (and thus are really perfo

Re: init_timer_deferrable conversion

2007-12-17 Thread Eric Dumazet
On Mon, 17 Dec 2007 09:55:04 +0100 Eric Dumazet <[EMAIL PROTECTED]> wrote: > On Sun, 16 Dec 2007 22:00:23 -0500 (EST) > Parag Warudkar <[EMAIL PROTECTED]> wrote: > > > In my quest to get the wake-ups from idle per second down to bare minimum, > > I noticed 3 places in the kernel that could benef

Re: [NETFILTER] xt_hashlimit : speedups hash_dst()

2007-12-17 Thread Patrick McHardy
Sami Farin wrote: On Sat, Dec 15, 2007 at 21:42:19 -0800, David Miller wrote: From: Eric Dumazet <[EMAIL PROTECTED]> Date: Sat, 15 Dec 2007 12:04:47 +0100 I prefer to let admins chose their size, since it makes attacker life more difficult :) For example, I can tell you I have a server, were

Re: [NETFILTER] xt_hashlimit : speedups hash_dst()

2007-12-17 Thread Sami Farin
On Sat, Dec 15, 2007 at 21:42:19 -0800, David Miller wrote: > From: Eric Dumazet <[EMAIL PROTECTED]> > Date: Sat, 15 Dec 2007 12:04:47 +0100 > > > I prefer to let admins chose their size, since it makes attacker life more > > difficult :) > > > > For example, I can tell you I have a server, were

Re: [RFC]: Break up a patch in two (rfc3448bis changes to feedback reception)

2007-12-17 Thread Gerrit Renker
| The end result should be equivalent, but please take a look and That is a good catch - this patch was a pain to keep updated exactly due to the many indentation levels. I had a quick look, the patch looks ok. Just a small suggestion - since the RTT lookup code in tx_packet_recv() is new, w

[PATCH/RFC] TCP: use non-delayed ACK for congestion control RTT

2007-12-17 Thread Gavin McCullagh
When a delayed ACK representing two packets arrives, there are two RTT samples available, one for each packet. The first (in order of seq number) will be artificially long due to the delay waiting for the second packet, the second will trigger the ACK and so will not itself be delayed. According

[PATCH] Fix lost export-dynamic

2007-12-17 Thread Vitaliy Gusev
get_link_kind() fails for statically linked modules (vlan, veth, etc.) if "ip" was linked without "export-dynamic". Signed-off-by: Vitaliy Gusev <[EMAIL PROTECTED]> -- Thank, Vitaliy Gusev diff --git a/ip/Makefile b/ip/Makefile index 448efb9..b427d58 100644 --- a/ip/Makefile +++ b/ip/Makefile @

[RFC]: Break up a patch in two (rfc3448bis changes to feedback reception)

2007-12-17 Thread Arnaldo Carvalho de Melo
Hi Gerrit, Please take a look at the two attached patches, they were made from your patch "[CCID3]: Implement rfc3448bis changes to feedback reception", that has this changeset comment: -- [CCID 3]: Implement rfc3448bis changes to feedback reception This implements th

Re: [NETFILTER] xt_hashlimit : speedups hash_dst()

2007-12-17 Thread Patrick McHardy
David Miller wrote: From: Eric Dumazet <[EMAIL PROTECTED]> Date: Sat, 15 Dec 2007 12:04:47 +0100 I prefer to let admins chose their size, since it makes attacker life more difficult :) For example, I can tell you I have a server, were size is between 2.000.000 and 3.500.000, I dont want to b

Re: Packet per Second

2007-12-17 Thread Matti Aarnio
On Mon, Dec 17, 2007 at 11:18:57AM +, Flávio Pires wrote: > In article <[EMAIL PROTECTED]> Glen > Turner<[EMAIL PROTECTED]> wrote: > > On Fri, 2007-12-14 at 15:34 +, Fl‡vio Pires wrote: > >> Well, I work on an ISP and we have a linux box acting as a > >> bridge+firewall. With this bridge

[PATCH] [NET][POWERPC] ucc_geth: really fix section mismatch

2007-12-17 Thread Anton Vorontsov
Commit ed7e63a51d46e835422d89c687b8a3e419a4212a has tried to fix section mismatch: WARNING: vmlinux.o(.init.text+0x17278): Section mismatch: reference to .exit.text:uec_mdio_exit (between 'ucc_geth_init' and 'uec_mdio_init') But that mismatch still happens. This patch actually fixing section mis

Re: [PATCH 0/1] IPN: Inter Process Networking

2007-12-17 Thread Ludovico Gardenghi
On Mon, Dec 17, 2007 at 04:10:19AM -0800, [EMAIL PROTECTED] wrote: > if you are talking network connections between virtual systems, then the > exiting tap interfaces would seem to do everything you are looking for. you > can add them to bridges, route between them, filter traffic between them

Re: [PATCH 2/2] [TCP]: Include __tcp_reset_fack_counts to non-__ version

2007-12-17 Thread Ilpo Järvinen
On Tue, 11 Dec 2007, Christoph Hellwig wrote: > On Tue, Dec 11, 2007 at 01:50:39PM +0200, Ilpo J?rvinen wrote: > > + BUG_ON((prev != NULL) && !tcp_skb_adjacent(sk, prev, > > skb[queue])); > > + > > + tcp_for_write_queue_from(skb[queue], sk, queue) { > > + if

Re: Packet per Second

2007-12-17 Thread Flávio Pires
In article <[EMAIL PROTECTED]> Glen Turner<[EMAIL PROTECTED]> wrote: > On Fri, 2007-12-14 at 15:34 +, Fl‡vio Pires wrote: >> Well, I work on an ISP and we have a linux box acting as a >> bridge+firewall. With this bridge+firewall we control the packet >> rate per second from each client and

Re: [PATCH 0/1] IPN: Inter Process Networking

2007-12-17 Thread david
On Mon, 17 Dec 2007, Ludovico Gardenghi wrote: On Mon, Dec 17, 2007 at 03:31:48AM -0800, [EMAIL PROTECTED] wrote: wouldn't it be better to just add the ability for multiple writers to send to the same pipe, and then have all of them splice into the output of that pipe? this would give the same

Re: [PATCH 0/1] IPN: Inter Process Networking

2007-12-17 Thread Ludovico Gardenghi
On Mon, Dec 17, 2007 at 03:31:48AM -0800, [EMAIL PROTECTED] wrote: > wouldn't it be better to just add the ability for multiple writers to send > to the same pipe, and then have all of them splice into the output of that > pipe? this would give the same data-agnostic communication that you are

[BUG] [ROSE] [AX25] system impossible to reboot with linux-2.6.24-rc5

2007-12-17 Thread Bernard Pidoux F6BVP
Hi, I am running a packet switch application using AX25, mkiss and ROSE modules (FPAC). It runs for days without problems when the patch I recently sent to this list are applied. However, if I try to shutdown linux-2.6.24-rc5 it goes into an infinite loop displaying the following message aga

[ROSE] [AX25] possible circular locking

2007-12-17 Thread Bernard Pidoux F6BVP
Hi, When I killall kissattach I can see the following message. This happens on kernel 2.6.24-rc5 already patched with the 6 previously patches I sent recently. === [ INFO: possible circular locking dependency detected ] 2.6.23.9 #1 -

Re: [PATCH 0/1] IPN: Inter Process Networking

2007-12-17 Thread david
On Mon, 17 Dec 2007, Renzo Davoli wrote: Inter Process Networking (PATCH): 1. WHAT IS IPN? --- IPN is a new address family designed for one-to-many, many-to-many and peer-to-peer communication among processes. Berkeley sockets have been designed for client-server or point-to-point

Re: net-2.6.25 rebased...

2007-12-17 Thread Ilpo Järvinen
On Sun, 16 Dec 2007, David Miller wrote: > I needed to rebase for two reasons: > > 1) Ilpo asked me to revert a lot of TCP stuff and the >easiest way to do that was during a rebase. > > 2) Patrick McHardy needs some of the pending net-2.6 >bug fixes in there in order to send me patches >

Re: init_timer_deferrable conversion

2007-12-17 Thread Eric Dumazet
On Sun, 16 Dec 2007 22:00:23 -0500 (EST) Parag Warudkar <[EMAIL PROTECTED]> wrote: > In my quest to get the wake-ups from idle per second down to bare minimum, > I noticed 3 places in the kernel that could benefit from > using init_timer_deferrable() instead of init_timer() - > > a) drivers/net

[PATCH 0/1] IPN: Inter Process Networking

2007-12-17 Thread Renzo Davoli
Inter Process Networking (PATCH): This patch adds a new address family for inter process communication. AF_IPN: inter process networking, i.e. multipoint, multicast/broadcast communication among processes (and networks). Contents of this document: 1. What is IPN? 2. Why IPN? 2.1 Why

<    1   2