summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-19gianfar: Fix misleading indentation in startup_gfar()Anton Vorontsov1-1/+1
2011-01-19net/irda/sh_irda: return to RX mode when TX errorKuninori Morimoto1-2/+12
2011-01-19USB CDC NCM: tx_fixup() race condition fixAlexey Orishko1-7/+12
2011-01-19ns83820: Avoid bad pointer deref in ns83820_init_one().Jesper Juhl1-3/+2
2011-01-19bnx2x: Update bnx2x version to 1.62.00-4Yaniv Rosner1-2/+2
2011-01-19bnx2x: Fix AER setting for BCM57712Yaniv Rosner1-1/+1
2011-01-19bnx2x: Fix BCM84823 LED behaviorYaniv Rosner2-1/+21
2011-01-19bnx2x: Mark full duplex on some external PHYsYaniv Rosner1-1/+8
2011-01-19bnx2x: Fix BCM8073/BCM8727 microcode loadingYaniv Rosner1-30/+43
2011-01-19bnx2x: LED fix for BCM8727 over BCM57712Yaniv Rosner1-1/+17
2011-01-19bnx2x: Common init will be executed only once after PORYaniv Rosner1-0/+11
2011-01-19bnx2x: Swap BCM8073 PHY polarity if requiredYaniv Rosner2-0/+46
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-13/+22
2011-01-18iwlwifi: fix valid chain reading from EEPROMWey-Yi Guy1-1/+1
2011-01-18ath5k: fix locking in tx_complete_poll_workBob Copeland1-0/+4
2011-01-18ath9k_hw: do PA offset calibration only on longcal intervalRajkumar Manoharan1-5/+5
2011-01-18ath9k_htc: Fix endian issue in tx headerRajkumar Manoharan2-4/+6
2011-01-18ath9k_hw: ASPM interoperability fix for AR9380/AR9382Luis R. Rodriguez2-3/+3
2011-01-16vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara2-5/+5
2011-01-16vmxnet3: Add locking for access to command registerShreyas Bhatewara3-0/+54
2011-01-16vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara1-1/+6
2011-01-16vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara1-114/+145
2011-01-16vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara1-14/+9
2011-01-16vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara1-13/+1
2011-01-16vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara1-0/+5
2011-01-16vmxnet3: fix ring size updateShreyas Bhatewara1-1/+1
2011-01-16qeth: l3 hw tx csum circumvent hw bugFrank Blaschka1-1/+3
2011-01-16qeth: postpone open till recovery is finishedUrsula Braun2-4/+32
2011-01-14GRETH: resolve SMP issues and other problemsDaniel Hellstrom1-67/+92
2011-01-14GRETH: handle frame error interruptsDaniel Hellstrom2-4/+7
2011-01-14GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom1-11/+8
2011-01-14GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom1-4/+14
2011-01-14GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom1-9/+10
2011-01-14GRETH: fix opening/closingDaniel Hellstrom1-0/+4
2011-01-14GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom1-0/+3
2011-01-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-136/+147
2011-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller2-14/+14
2011-01-14Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller1-7/+11
2011-01-14cassini: Fix build bustage on x86.David S. Miller1-3/+3
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan6-123/+126
2011-01-14e1000e: update Copyright for 2011Bruce Allan12-13/+13
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg1-1/+9
2011-01-14r8169: keep firmware in memory.françois romieu1-12/+31
2011-01-14netdev: tilepro: Use is_unicast_ether_addr helperTobias Klauser1-9/+1
2011-01-14ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings1-15/+1
2011-01-14ks8695net: Disable non-working ethtool operationsBen Hutchings1-183/+99
2011-01-14USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...Jesper Juhl1-1/+3
2011-01-14vxge: Remember to release firmware after upgrading firmwareJesper Juhl1-0/+1
2011-01-14netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addrJoe Perches1-8/+1
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet4-14/+31