summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-05forcedeth: correct valid flagJulia Lawall
2010-07-05isdn: avoid calling tty_ldisc_flush() in atomic contextTilman Schmidt
2010-07-05qlge: Change version to v1.00.00.25.00.00-01.Ron Mercer
2010-07-05qlge: Make adapter drop frame errors and pass up csum errors.Ron Mercer
2010-07-05qlge: Fix possible endian issue for rx UDP csum.Ron Mercer
2010-07-05qlge: Reduce print level in data path statements.Ron Mercer
2010-07-05qlge: Don't use firmware when forcing firmware dump.Ron Mercer
2010-07-05qlge: Restore promiscuous setting after reset.Ron Mercer
2010-07-05ni52: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05ns83820: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05mac89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05natsemi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05ksz884x: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05lance: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05hp100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05starfire: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05hamachi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05cs89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05epic100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05fealnx: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05davinci_emac: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05ioc3-eth: Use the instance of net_device_stats from net_device.Ralf Baechle
2010-07-05sun3_82586: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-07-05ks8842: Replace usage of dev_dbg with netdev_dbgRichard Röjfors
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov
2010-07-05igb: drop support for UDP hashing w/ RSSAlexander Duyck
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings
2010-07-04bnx2: Update version to 2.0.16.Michael Chan
2010-07-04bnx2: Dump some config space registers during TX timeout.Michael Chan
2010-07-04bnx2: Add support for skb->rxhash.Michael Chan
2010-07-04bnx2: Always enable MSI-X on 5709.Michael Chan
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches
2010-07-01ixgbe: use NETIF_F_LROStanislaw Gruszka
2010-07-01igb: Add commentGreg Rose
2010-07-01igb: correct link test not being run when link is downAlexander Duyck
2010-07-01igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov
2010-07-01igb: Use only a single Tx queue in SR-IOV modeGreg Rose
2010-07-01igb: fix PHY config access on 82580Nick Nunley
2010-07-01ll_temac: add error checking to DMA init pathDenis Kirjanov
2010-07-01be2net: changes to properly provide phy detailsAjit Khaparde
2010-07-01ehea: Allocate stats buffer with GFP_KERNELBrian King
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-30vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings
2010-06-30netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings