summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-11-29forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...Szymon Janc1-2/+2
2010-11-29forcedeth: remove unnecessary checks before kfreeSzymon Janc1-8/+5
2010-11-29forcedeth: fix multiple code style issuesSzymon Janc1-166/+135
2010-11-29zd1211rw: document need for kmalloc castJoe Perches1-0/+1
2010-11-29vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches2-18/+10
2010-11-29qlcnic: remove unnecessary [kv][mcz]alloc castsJoe Perches1-2/+1
2010-11-29netxen: remove unnecessary [kv][mcz]alloc castsJoe Perches1-2/+1
2010-11-28cxgb3: Removing unused return variableBreno Leitao1-2/+1
2010-11-28ethoc: remove division from loopsJonas Bonn1-4/+13
2010-11-28ethoc: fix function return typeJonas Bonn1-3/+2
2010-11-28ethoc: rework mdio read/writeJonas Bonn1-8/+6
2010-11-28ethoc: rework interrupt handlingJonas Bonn1-27/+49
2010-11-28ethoc: Double check pending RX packetJonas Bonn1-2/+13
2010-11-28ethoc: enable interrupts after napi_completeAdam Edvardsson1-1/+1
2010-11-28ethoc: remove unused spinlockJonas Bonn1-3/+0
2010-11-28ethoc: Add device tree configurationJonas Bonn1-2/+30
2010-11-28bnx2x: Use helpers instead of direct access to the shinfo(skb) fieldsVladislav Zolotarov1-5/+4
2010-11-28bnx2: Remove config access to non-standard registersMichael Chan1-8/+8
2010-11-28bnx2: Fix reset bug on 5709Eddie Wai2-7/+24
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-2/+2
2010-11-28netxen: avoid using reset_devices as it may become obsoleteRajesh Borundia1-2/+4
2010-11-28qlcnic: avoid using reset_devices as it may become obsolete.Rajesh Borundia4-2/+10
2010-11-28drivers/net: use vzalloc()Eric Dumazet17-87/+39
2010-11-28be2net: adding support for Lancer family of CNAsSathya Perla5-92/+301
2010-11-24infiniband: remove dev_base_lock useEric Dumazet2-6/+6
2010-11-24stmmac: update the driver versionGiuseppe CAVALLARO1-1/+1
2010-11-24stmmac: convert to dev_pm_ops.Giuseppe CAVALLARO2-54/+71
2010-11-24stmmac: add init/exit callback in plat_stmmacenet_data structGiuseppe CAVALLARO2-27/+13
2010-11-24stmmac: tidy-up stmmac_priv structureGiuseppe CAVALLARO4-52/+44
2010-11-24bnx2x: Do interrupt mode initialization and NAPIs adding before register_netd...Vladislav Zolotarov2-8/+8
2010-11-24bnx2x: Disable local BHes to prevent a dead-lock situationEric Dumazet1-1/+8
2010-11-24tg3: Remove tg3_config_info definitionMatt Carlson1-4/+0
2010-11-24tg3: Enable phy APD for 5717 and later asic revsMatt Carlson1-2/+3
2010-11-24tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()Matt Carlson1-32/+41
2010-11-24tg3: Reenable TSS for 5719Matt Carlson1-1/+7
2010-11-24tg3: Enable mult rd DMA engine on 5719Matt Carlson1-2/+1
2010-11-24tg3: Reorg tg3_napi membersMatt Carlson1-6/+6
2010-11-24tg3: Fix 5719 internal FIFO overflow problemMatt Carlson2-3/+42
2010-11-24tg3: Always turn on APE features in mac_mode regMatt Carlson1-19/+18
2010-11-24tg3: Assign correct tx margin for 5719Matt Carlson2-0/+6
2010-11-24tg3: Apply 10Mbps fix to all 57765 revisionsMatt Carlson1-9/+12
2010-11-22macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala1-1/+32
2010-11-21ixgbe: update version number for ixgbeDon Skidmore1-1/+1
2010-11-20net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara3-274/+921
2010-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller16-29/+47
2010-11-19filter: optimize sk_run_filterEric Dumazet2-16/+10
2010-11-19be2net: Fix to avoid firmware update when interface is not open.Sarveshwar Bandi1-0/+6
2010-11-18can: EG20T PCH: use BIT(X)Tomoya1-36/+37
2010-11-18can: EG20T PCH: add prefix to macroTomoya1-202/+189
2010-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-7/+23