summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-03qlge: Replacing add_timer() to mod_timer()Breno Leitao1-6/+3
2010-07-03usbnet: Set parent device early for netdev_printk()Ben Hutchings1-2/+3
2010-07-03net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
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-02drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.hCody Rester1-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-01vhost: add unlikely annotations to error pathMichael S. Tsirkin2-28/+29
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-01bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
2010-07-01be2net: memory barrier fixes on IBM p7 platformSathya Perla2-0/+9
2010-07-01cpmac: use resource_size()Dan Carpenter1-4/+4
2010-07-01Bluetooth: Fix abuse of the preincrement operatorDavid Howells1-1/+1
2010-07-01mv643xx_eth: use sw csum for big packetsSaeed Bishara1-2/+7
2010-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-7/+18
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
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde8-55/+20
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde12-93/+41
2010-06-30rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.Gertjan van Wingerde1-16/+17
2010-06-30rt2x00: Fix frame dumping for USB devices.Gertjan van Wingerde1-0/+6
2010-06-30rt2x00: Remove unneeded variableIvo van Doorn1-5/+2
2010-06-30rt2x00: Write the BSSID to register when interface is addedIvo van Doorn1-1/+2
2010-06-30rt2x00: Implement tx mpdu aggregationHelmut Schaa2-1/+48