Re: [PATCH 1/3] [NET_CLS_ACT] Introduce skb_act_clone

2007-10-26 Thread David Miller
From: jamal <[EMAIL PROTECTED]> Date: Sun, 21 Oct 2007 15:18:46 -0400 > A resubmit against net-2.6 from about an hour ago. 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/majo

[PATCH 1/3] [NET_CLS_ACT] Introduce skb_act_clone

2007-10-21 Thread jamal
A resubmit against net-2.6 from about an hour ago. cheers, jamal 0001-NET_CLS_ACT-Introduce-skb_act_clone.txt Description: application/mbox

[PATCH 1/3] [NET_CLS_ACT] Introduce skb_act_clone

2007-10-16 Thread jamal
cheers, jamal [NET_CLS_ACT] Introduce skb_act_clone Reworked skb_clone looks uglier with the single ifdef CONFIG_NET_CLS_ACT This patch introduces skb_act_clone which will replace skb_clone in tc actions Signed-off-by: Jamal Hadi Salim <[EMAIL PROTECTED]> --- include/net/sch_generic.h | 15 +++