1. 22 11月, 2011 1 次提交
    • E
      tg3: switch to build_skb() infrastructure · 9205fd9c
      Eric Dumazet 提交于
      This is very similar to bnx2x conversion, but simpler since no special
      alignement is required, so goal was not to reduce skb truesize.
      
      Using build_skb() reduces cache line misses in the driver, since we
      use cache hot skb instead of cold ones. Number of in-flight sk_buff
      structures is lower, they are more likely recycled in SLUB caches
      while still hot.
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      CC: Matt Carlson <mcarlson@broadcom.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Eilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9205fd9c
  2. 05 11月, 2011 4 次提交
  3. 25 10月, 2011 1 次提交
  4. 21 8月, 2011 1 次提交
  5. 11 8月, 2011 1 次提交
    • J
      broadcom: Move the Broadcom drivers · adfc5217
      Jeff Kirsher 提交于
      Moves the drivers for Broadcom devices into
      drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile
      changes.
      
      CC: Eilon Greenstein <eilong@broadcom.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Matt Carlson <mcarlson@broadcom.com>
      CC: Gary Zambrano <zambrano@broadcom.com>
      CC: "Maciej W. Rozycki" <macro@linux-mips.org>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      adfc5217
  6. 28 7月, 2011 3 次提交
  7. 22 7月, 2011 1 次提交
  8. 14 7月, 2011 3 次提交
  9. 28 6月, 2011 1 次提交
    • J
      tg3: remove unnecessary read of PCI_CAP_ID_EXP · 708ebb3a
      Jon Mason 提交于
      The PCIE capability offset is saved during PCI bus walking.  Use the
      value from pci_dev instead of checking in the driver and saving it off
      the the driver specific structure.  It will remove an unnecessary search
      in the PCI configuration space if this value is referenced instead of
      reacquiring it.
      
      v2 of the patch re-adds the PCI_EXPRESS flag and adds comments
      describing why it is necessary.
      
      [ pdev->pcie_cap --> pci_pcie_cap(pdev) -DaveM ]
      Signed-off-by: NJon Mason <jdmason@kudzu.us>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      708ebb3a
  10. 15 6月, 2011 5 次提交
  11. 20 5月, 2011 3 次提交
  12. 29 4月, 2011 1 次提交
  13. 26 4月, 2011 1 次提交
  14. 22 4月, 2011 4 次提交
  15. 14 4月, 2011 3 次提交
  16. 08 4月, 2011 1 次提交
  17. 07 4月, 2011 6 次提交