summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-07-05hamachi: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-26/+37
2010-07-05cs89x0: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-30/+36
2010-07-05epic100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-07-05ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-07-05fealnx: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-32/+36
2010-07-05davinci_emac: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-19/+19
2010-07-05ioc3-eth: Use the instance of net_device_stats from net_device.Ralf Baechle1-24/+25
2010-07-05sun3_82586: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-18/+17
2010-07-05ks8842: Replace usage of dev_dbg with netdev_dbgRichard Röjfors1-24/+18
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum2-9/+12
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov7-86/+89
2010-07-05igb: drop support for UDP hashing w/ RSSAlexander Duyck1-8/+10
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-01ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-07-01igb: Add commentGreg Rose1-0/+4
2010-07-01igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-07-01igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov1-4/+1
2010-07-01igb: Use only a single Tx queue in SR-IOV modeGreg Rose1-4/+4
2010-07-01igb: fix PHY config access on 82580Nick Nunley2-0/+10
2010-07-01ll_temac: add error checking to DMA init pathDenis Kirjanov1-2/+23
2010-07-01be2net: changes to properly provide phy detailsAjit Khaparde4-14/+104
2010-07-01ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller88-7584/+3392
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore5-4/+52
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings5-10/+105
2010-06-30vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-06-30netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings4-4/+4
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings8-36/+26
2010-06-30cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding ...Casey Leedom1-1/+1
2010-06-30cxgb4vf: Remove obsolete comment about the lack of a TX Timer CallbackCasey Leedom1-12/+1
2010-06-30be2net: memory barrier fixes on IBM p7 platformSathya Perla2-0/+9
2010-06-30cpmac: use resource_size()Dan Carpenter1-4/+4
2010-06-30ath9k_htc: Add LED support for AR7010Sujith4-4/+56
2010-06-30ath9k: fix TSF after reset on AR913xFelix Fietkau1-2/+14
2010-06-30rt2x00: Fix compile warning when debug disabledIvo van Doorn1-2/+1
2010-06-30rt2x00: Always set BBP_CSR_CFG_BBP_RW_MODE to 1Ivo van Doorn1-4/+2
2010-06-30rt2x00: Fix antenna initializationIvo van Doorn1-3/+1
2010-06-30rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignmentIvo van Doorn1-2/+5
2010-06-30rt2x00: fix beacon reset on rt2800Helmut Schaa1-18/+24
2010-06-30rt2x00: Disable link tuning in AP modeHelmut Schaa1-4/+4
2010-06-30rt2x00: Fix beacon updates in rt61pciHelmut Schaa1-0/+6
2010-06-30rt2x00: Fix beacon updates in rt2800pciHelmut Schaa1-0/+6
2010-06-30rt2x00: Enable multiBSS in rt2800Ivo van Doorn1-2/+2
2010-06-30rt2x00: Align rt2800 EEPROM validation to Ralink vendor driver.Gertjan van Wingerde1-1/+7
2010-06-30rt2x00: Correctly detect 93C86 EEPROMs in rt2800pci.Gertjan van Wingerde1-2/+12
2010-06-30rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb.Gertjan van Wingerde2-7/+13
2010-06-30rt2x00: Rename driver write_tx_datadesc callback function.Gertjan van Wingerde3-10/+8