summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-02-09stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-02-09mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2012-02-08sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller1-1/+1
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2-32/+31
2012-02-07net: fec: Fix build due to wrong dev annotationFabio Estevam1-2/+2
2012-02-07e1000e: minor whitespace and indentation cleanupBruce Allan2-37/+43
2012-02-07e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2-8/+9
2012-02-07e1000e: fix checkpatch warning from MINMAX testBruce Allan1-1/+1
2012-02-07e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan1-1/+2
2012-02-07e1000e: cleanup e1000_set_phys_idBruce Allan1-2/+2
2012-02-07e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan1-42/+30
2012-02-07e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan1-21/+7
2012-02-07e1000e: cleanup - check return values consistentlyBruce Allan2-5/+5
2012-02-07e1000e: add missing initializers reported when compiling with W=1Bruce Allan1-3/+5
2012-02-07e1000: Adding e1000_dump functionTushar Dave3-0/+235
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams3-78/+99
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi29-48/+39
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi21-51/+46
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi28-44/+43
2012-02-06cnic: Add FCoE parity error recoveryMichael Chan2-5/+36
2012-02-06bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov1-0/+3
2012-02-06bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2-9/+93
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-64/+79
2012-02-05mlx4: Fix typo in cmd.cMasanari Iida1-1/+1
2012-02-05be2net: Use new implementation of get mac list commandPadmanabh Ratnakar3-40/+92
2012-02-05be2net: Fix link status query commandPadmanabh Ratnakar1-2/+4
2012-02-05enic: Check firmware capability before issuing firmware commandsNeel Patel2-28/+32
2012-02-05enic: Enable support for multiple hardware receive queuesNeel Patel1-2/+2
2012-02-05qlge: Bumped driver version to 1.00.00.30.Jitendra Kalsaria1-1/+1
2012-02-05qlge: Fix memory leak in the process of refillJitendra Kalsaria1-3/+5
2012-02-05qlge: Removing needless print's which are notJitendra Kalsaria1-70/+1
2012-02-05qlge: Fixed invalid reference to ip headerJitendra Kalsaria1-3/+4
2012-02-05qlcnic: Fix API unlockManish chopra2-4/+3
2012-02-05qlcnic: Fix firmware abort code check.Sritej Velaga1-1/+1
2012-02-05qlcnic: report valid speed and duplex status when link is downSony Chacko2-6/+9
2012-02-05qlcnic: Stop pause ctrl frames on fw hang.Sritej Velaga1-2/+12
2012-02-05netxen: report valid speed and duplex status when link is downSony Chacko2-2/+7
2012-02-05netxen: Fix a panic during driver unload in device_remove_fileRajesh Borundia1-5/+3
2012-02-05netxen_nic: Error logging on firmware hangSritej Velaga2-2/+20
2012-02-05netxen_nic: Fix phy link statusSritej Velaga1-1/+5
2012-02-05netxen_nic: fw dump supportManish chopra6-22/+1380
2012-02-05netxen_nic: fix cdrp race conditionSritej Velaga2-72/+89
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida1-1/+1
2012-02-03igbvf: change copyright dateMitch A Williams10-11/+11
2012-02-03ixgbevf: Update copyright noticesGreg Rose10-11/+11
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose2-6/+21
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger1-1/+1
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose1-0/+3
2012-02-03ixgbe: update copyright to 2012Don Skidmore25-26/+26
2012-02-02drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2-2/+3