Re: [NET_SCHED 02/04]: Remove unnecessary stats_lock pointers

2007-07-02 Thread David Miller
From: Patrick McHardy [EMAIL PROTECTED]
Date: Tue, 19 Jun 2007 17:02:21 +0200 (MEST)

 [NET_SCHED]: Remove unnecessary stats_lock pointers
 
 Remove stats_lock pointers from qdisc-internal structures, in all cases
 it points to dev-queue_lock. The only case where it is necessary is for
 top-level qdiscs, where it might also point to dev-ingress_lock in case
 of the ingress qdisc. Also remove it from actions completely, it always
 points to the actions internal lock.
 
 Signed-off-by: Patrick McHardy [EMAIL PROTECTED]

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: [NET_SCHED 03/04]: sch_htb: use generic estimator

2007-07-02 Thread David Miller
From: Patrick McHardy [EMAIL PROTECTED]
Date: Tue, 19 Jun 2007 23:22:06 +0200

 [NET_SCHED]: sch_htb: use generic estimator
 
 Use the generic estimator instead of reimplementing (parts of) it.
 For compatibility always create a default estimator for new classes.
 
 Signed-off-by: Patrick McHardy [EMAIL PROTECTED]

Applied, thanks.
-
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: [NET_SCHED 04/04]: Remove unnecessary includes

2007-07-02 Thread David Miller
From: Patrick McHardy [EMAIL PROTECTED]
Date: Tue, 19 Jun 2007 17:02:23 +0200 (MEST)

 [NET_SCHED]: Remove unnecessary includes
 
 Signed-off-by: Patrick McHardy [EMAIL PROTECTED]

There was a minor conflict with the multi-queue patches but it
was line number noise so I took care of it.

Applied, thanks!
-
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] Allow group ownership of TUN/TAP devices (fwd)

2007-07-02 Thread David Miller
From: Jeff Dike [EMAIL PROTECTED]
Date: Thu, 21 Jun 2007 10:59:11 -0400

 On Mon, Jun 18, 2007 at 10:36:54PM -0700, David Miller wrote:
  This patch looks fine.
  
  I'd like it resubmitted with a proper changelog and signoff, and once
  I have that I will thus queue it up for the 2.6.23 merge window.
 
 Introduce a new syscall TUNSETGROUP for group ownership setting of tap
 devices. The user now is allowed to send packages if either his euid or
 his egid matches the one specified via tunctl (via -u or -g
 respecitvely). If both, gid and uid, are set via tunctl, both have to
 match.
 
 Signed-Off-By: Guido Guenther [EMAIL PROTECTED]
 Signed-Off-By: Jeff Dike [EMAIL PROTECTED]

Patch applied, thanks a lot!
-
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 1/4] [IrDA] Netlink layer

2007-07-02 Thread David Miller
From: [EMAIL PROTECTED]
Date: Mon, 02 Jul 2007 01:14:28 +0300

 First IrDA configuration netlink layer implementation.
 Currently, we only support the set/get mode commands.
 
 Signed-off-by: Samuel Ortiz [EMAIL PROTECTED]

Patch applied, thanks.
-
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/4] [IrDA] Monitor mode

2007-07-02 Thread David Miller
From: [EMAIL PROTECTED]
Date: Mon, 02 Jul 2007 01:14:29 +0300

 Through the IrDA netlink set mode command, we switch to IrDA monitor mode,
 where one IrLAP instance receives all the packets on the media, without ever
 responding to them.
 
 Signed-off-by: Samuel Ortiz [EMAIL PROTECTED]

Applied, thanks.
-
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/4] [IrDA] kingsun-sir.c charset fix

2007-07-02 Thread David Miller
From: [EMAIL PROTECTED]
Date: Mon, 02 Jul 2007 01:14:30 +0300

 Cc: Alex VillacĂ­s Lasso [EMAIL PROTECTED]
 Signed-off-by: Samuel Ortiz [EMAIL PROTECTED]

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 4/4] [IrDA] tsap init routine factorisation

2007-07-02 Thread David Miller
From: [EMAIL PROTECTED]
Date: Mon, 02 Jul 2007 01:14:31 +0300

 This patch extracts common code from irttp_open_tsap() and irttp_dup() 
 into a new function to 1) avoid code duplication, 2) help avoid forgetting 
 object initialization in the tsap duplication path in the future.
 
 Signed-off-by: G. Liakhovetski [EMAIL PROTECTED]
 Signed-off-by: Samuel Ortiz [EMAIL PROTECTED]

Also applied, thanks.
-
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