aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05cnic: Add FCoE parity error recoveryMichael Chan2-5/+36
2012-02-05bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov1-0/+3
2012-02-05bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2-9/+93
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-64/+79
2012-02-04mlx4: Fix typo in cmd.cMasanari Iida1-1/+1
2012-02-04be2net: Use new implementation of get mac list commandPadmanabh Ratnakar3-40/+92
2012-02-04be2net: Fix link status query commandPadmanabh Ratnakar1-2/+4
2012-02-04enic: Check firmware capability before issuing firmware commandsNeel Patel2-28/+32
2012-02-04enic: Enable support for multiple hardware receive queuesNeel Patel1-2/+2
2012-02-04qlge: Bumped driver version to 1.00.00.30.Jitendra Kalsaria1-1/+1
2012-02-04qlge: Fix memory leak in the process of refillJitendra Kalsaria1-3/+5
2012-02-04qlge: Removing needless print's which are notJitendra Kalsaria1-70/+1
2012-02-04qlge: Fixed invalid reference to ip headerJitendra Kalsaria1-3/+4
2012-02-04qlcnic: Fix API unlockManish chopra2-4/+3
2012-02-04qlcnic: Fix firmware abort code check.Sritej Velaga1-1/+1
2012-02-04qlcnic: report valid speed and duplex status when link is downSony Chacko2-6/+9
2012-02-04qlcnic: Stop pause ctrl frames on fw hang.Sritej Velaga1-2/+12
2012-02-04netxen: report valid speed and duplex status when link is downSony Chacko2-2/+7
2012-02-04netxen: Fix a panic during driver unload in device_remove_fileRajesh Borundia1-5/+3
2012-02-04netxen_nic: Error logging on firmware hangSritej Velaga2-2/+20
2012-02-04netxen_nic: Fix phy link statusSritej Velaga1-1/+5
2012-02-04netxen_nic: fw dump supportManish chopra6-22/+1380
2012-02-04netxen_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
2012-02-01bna: Implement ethtool flash_device entry point.Krishna Gudipati2-0/+43
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-5/+1
2012-02-01be2net: add descriptions for stat counters reported via ethtoolSathya Perla4-18/+74
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr3-3/+20
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches77-164/+53
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches29-114/+39
2012-01-31net: fec: correct phy_name buffer length when init phy_nameRichard Zhao1-1/+1
2012-01-31r8169: spinlock redux.Francois Romieu1-8/+0
2012-01-31r8169: avoid a useless work scheduling.Francois Romieu1-1/+3
2012-01-31r8169: move task enable boolean to bitfield.Francois Romieu1-6/+7
2012-01-31r8169: bh locking redux and task scheduling.Francois Romieu1-16/+4
2012-01-31r8169: fix early queue wake-up.Francois Romieu1-0/+18
2012-01-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller2-2/+1
2012-01-30drivers/net: strip unused module code from sun3_82586.cPaul Gortmaker1-25/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker50-54/+54
2012-01-30Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-270/+288