summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-16CAPI: Rework capi_ctr_ready/downJan Kiszka1-45/+50
2010-02-16CAPI: Convert capi drivers rwlock into mutexJan Kiszka3-32/+27
2010-02-16CAPI: Call a controller 'controller', not 'card'Jan Kiszka3-168/+177
2010-02-16CAPI: Reduce chattiness during module loading/removalJan Kiszka4-83/+9
2010-02-16CAPI: Pin capifs instead of mounting itJan Kiszka1-9/+18
2010-02-16CAPI: Eliminate capifs_root variableJan Kiszka1-8/+10
2010-02-16CAPI: Sanitize capifs APIJan Kiszka3-31/+54
2010-02-16CAPI: Fix leaks in capifs_new_ncciJan Kiszka1-7/+18
2010-02-16drivers/net/pcnet32.c: Checkpatch cleaningJoe Perches1-80/+73
2010-02-16drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches1-217/+130
2010-02-16drivers/net/tehuti.c: trivial checkpatch cleanupsJoe Perches1-7/+7
2010-02-16drivers/net/tehuti.c: Hoist assigns out of ifsJoe Perches1-22/+27
2010-02-16drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches2-59/+59
2010-02-16drivers/net/sky2: Convert to use netif_printk macrosJoe Perches1-38/+27
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches2-49/+51
2010-02-16bnx2: Update firmwares and update version to 2.0.8.Michael Chan1-7/+7
2010-02-16bnx2: Fix bug when saving statistics.Patrick Rabau1-5/+5
2010-02-16bnx2: Allow user-specified multiple advertisement speed values.Michael Chan1-25/+8
2010-02-16bnx2: Adjust flow control water marks.Michael Chan2-2/+2
2010-02-16bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.Michael Chan1-0/+7
2010-02-16bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.Michael Chan1-1/+1
2010-02-16atl1c: Add support for Atheros AR8152 and AR8152Luis R. Rodriguez5-25/+191
2010-02-15net: emaclite: adding MDIO and phy lib supportJohn Linn2-43/+336
2010-02-15be2net: implement EEH pci error recovery handlersSathya Perla3-2/+125
2010-02-15net/macvtap: fix reference countingArnd Bergmann1-13/+22
2010-02-15cxgb3: fix link flapDivy Le Ray1-1/+2
2010-02-15cxgb3: FIx VLAN over Jumbo framesDivy Le Ray1-0/+3
2010-02-15ixgbe: Cleanup incorrect header commentsPeter Waskiewicz1-5/+0
2010-02-15niu: Refinements to kernel logging.David S. Miller1-25/+1
2010-02-14vhost-net: switch to smp barriersMichael S. Tsirkin1-5/+5
2010-02-14niu: Use pr_<level>, netdev_<level> and netif_<level> macrosJoe Perches1-392/+311
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-26/+30
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller55-404/+522
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+4
2010-02-12tg3: Update driver version to 3.107Matt Carlson1-2/+2
2010-02-12tg3: Fix AC131 loopback test errors for 5785Matt Carlson2-2/+9
2010-02-12tg3: Fix napi assignments in loopback testMatt Carlson1-4/+4
2010-02-12tg3: Reset phy during bringup when using phylibMatt Carlson1-2/+1
2010-02-12tg3: Turn off multiple DMA reads for 5717Matt Carlson2-0/+4
2010-02-12tg3: Fix 57765 A0 bootcode race conditionMatt Carlson2-0/+8
2010-02-12tg3: Unwedge stuck MSI-X vectorsMatt Carlson2-10/+20
2010-02-12tg3: Prevent rx producer ring overrunsMatt Carlson1-0/+38
2010-02-12tg3: Give MSI-X vec 1 rx backlog spaceMatt Carlson2-26/+22
2010-02-12igb: support for VF configuration toolsWilliams, Mitch A4-11/+126
2010-02-12pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A1-0/+15
2010-02-12sky2: version 1.27stephen hemminger1-1/+1
2010-02-12sky2: Avoid down and up during sky2_resetMike McCormack1-21/+47
2010-02-12sky2: Refactor sky2_down into two functionsMike McCormack1-11/+17
2010-02-12sky2: Refactor sky2_up into two functionsMike McCormack1-16/+25
2010-02-12sky2: Allocate initial skbs in sky2_alloc_buffersMike McCormack1-30/+36