summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-06qlge: Change version to v1.00.00.25.00.00-01.Ron Mercer1-1/+1
2010-07-06qlge: Make adapter drop frame errors and pass up csum errors.Ron Mercer1-2/+28
2010-07-06qlge: Fix possible endian issue for rx UDP csum.Ron Mercer1-2/+2
2010-07-06qlge: Reduce print level in data path statements.Ron Mercer1-3/+3
2010-07-06qlge: Don't use firmware when forcing firmware dump.Ron Mercer3-24/+1
2010-07-06qlge: Restore promiscuous setting after reset.Ron Mercer2-1/+7
2010-07-06ni52: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-19/+18
2010-07-06ns83820: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-22/+22
2010-07-06mac89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-23/+29
2010-07-06natsemi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-29/+27
2010-07-06ksz884x: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-24/+22
2010-07-06lance: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-24/+32
2010-07-06hp100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-07-06starfire: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-24/+23
2010-07-06hamachi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-26/+37
2010-07-06cs89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-30/+36
2010-07-06epic100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-07-06ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-07-06fealnx: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-32/+36
2010-07-06davinci_emac: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-19/+19
2010-07-06ioc3-eth: Use the instance of net_device_stats from net_device.Ralf Baechle1-24/+25
2010-07-06sun3_82586: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-18/+17
2010-07-06ks8842: Replace usage of dev_dbg with netdev_dbgRichard Röjfors1-24/+18
2010-07-06usbnet: remove direct access to urb->statusOliver Neukum2-9/+12
2010-07-06ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov7-86/+89
2010-07-06igb: drop support for UDP hashing w/ RSSAlexander Duyck1-8/+10
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2-2/+13
2010-07-04bnx2: Update version to 2.0.16.Michael Chan1-2/+2
2010-07-04bnx2: Dump some config space registers during TX timeout.Michael Chan1-3/+8
2010-07-04bnx2: Add support for skb->rxhash.Michael Chan2-1/+17
2010-07-04bnx2: Always enable MSI-X on 5709.Michael Chan1-1/+1
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-0/+64
2010-07-02ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-07-02igb: Add commentGreg Rose1-0/+4
2010-07-02igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-07-02igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov1-4/+1
2010-07-02igb: Use only a single Tx queue in SR-IOV modeGreg Rose1-4/+4
2010-07-02igb: fix PHY config access on 82580Nick Nunley2-0/+10
2010-07-02ll_temac: add error checking to DMA init pathDenis Kirjanov1-2/+23
2010-07-02be2net: changes to properly provide phy detailsAjit Khaparde4-14/+104
2010-07-02ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller88-7584/+3392
2010-07-01ixgbe: add 1g PHY support for 82599Don Skidmore5-4/+52
2010-07-01sfc: Add support for RX flow hash controlBen Hutchings5-10/+105
2010-07-01vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-07-01netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings4-4/+4
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings8-36/+26
2010-07-01cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding ...Casey Leedom1-1/+1
2010-07-01cxgb4vf: Remove obsolete comment about the lack of a TX Timer CallbackCasey Leedom1-12/+1
2010-07-01be2net: memory barrier fixes on IBM p7 platformSathya Perla2-0/+9