]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- up for 2.6.38
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 15 Mar 2011 07:23:57 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-imq.patch -> 1.12

kernel-imq.patch

index f49e806d6f70815f13155265b168540393239671..b499bb1fbbd202f9aea71bb122b37eb454132e2b 100644 (file)
@@ -1087,10 +1087,10 @@ diff -uNr linux-2.6.35/net/core/dev.c linux-2.6.35-imq-multiqueue-test1/net/core
  #include <linux/proc_fs.h>
  #include <linux/seq_file.h>
  #include <linux/stat.h>
-@@ -1931,7 +1934,11 @@
-       int rc = NETDEV_TX_OK;
+@@ -2083,7 +2083,11 @@
+               if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
+                       skb_dst_drop(skb);
  
-       if (likely(!skb->next)) {
 -              if (!list_empty(&ptype_all))
 +              if (!list_empty(&ptype_all)
 +#if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
@@ -1099,7 +1099,7 @@ diff -uNr linux-2.6.35/net/core/dev.c linux-2.6.35-imq-multiqueue-test1/net/core
 +                 )
                        dev_queue_xmit_nit(skb, dev);
  
-               /*
+               skb_orphan_try(skb);
 @@ -2027,8 +2034,7 @@
        return queue_index;
  }
This page took 0.76959 seconds and 4 git commands to generate.