summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-09-17ath9k: use the new API for setting tx descriptorsFelix Fietkau3-160/+122
2011-09-17ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau5-1/+275
2011-09-17ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau1-2/+1
2011-09-17ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau1-0/+1
2011-09-17ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau1-142/+141
2011-09-17ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau2-35/+57
2011-09-17ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau4-29/+13
2011-09-17ath9k: ensure that rx is not enabled during a resetFelix Fietkau2-4/+5
2011-09-17ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-17ath9k: fix enabling interrupts after a hardware error interruptFelix Fietkau1-4/+5
2011-09-17ath9k: Fix PS wrappers and enabling LEDMohammed Shafi Shajakhan1-2/+2
2011-09-17ath9k: enable LED pin for AR946/8x chipsetsMohammed Shafi Shajakhan2-0/+3
2011-09-17ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan1-3/+5
2011-09-17ath9k_hw: move register definitions to header filesSenthil Balasubramanian2-26/+25
2011-09-17ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian7-36/+362
2011-09-17ath9k_hw: Split tx/rx gain table initval handlingSenthil Balasubramanian1-180/+210
2011-09-17ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.Senthil Balasubramanian6-18/+3883
2011-09-17Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville6-29/+103
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller7-580/+341
2011-09-16Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-nextDavid S. Miller97-6363/+7662
2011-09-16Merge branch 'master' of ../netdev-next/David S. Miller20-91/+81
2011-09-16ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2-95/+97
2011-09-16ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck1-12/+13
2011-09-16ixgbe: cleanup reset pathsAlexander Duyck4-83/+43
2011-09-16ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck1-17/+18
2011-09-16ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck1-53/+26
2011-09-16ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck1-9/+9
2011-09-16ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck1-54/+34
2011-09-16ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck1-4/+4
2011-09-16ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck1-40/+36
2011-09-16v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck1-216/+63
2011-09-16ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck2-4/+5
2011-09-16net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko4-11/+13
2011-09-16net/irda: sh_irda: add PM supportKuninori Morimoto1-11/+27
2011-09-16net/irda: sh_irda: update author's email addressKuninori Morimoto1-10/+10
2011-09-16net/irda: sh_irda: add sh_irda_ prefix to all functionsKuninori Morimoto1-34/+34
2011-09-15tg3: Code movementMatt Carlson1-8/+9
2011-09-15tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson1-221/+222
2011-09-15tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson1-230/+228
2011-09-15tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson1-18/+16
2011-09-15tg3: Add ability to turn off 1shot MSIMatt Carlson1-2/+6
2011-09-15tg3: Remove tp->rx_offset term when unneededMatt Carlson1-2/+8
2011-09-15tg3: Fix missed MSI workaroundMatt Carlson1-3/+2
2011-09-15tg3: Check all adv bits when checking configMatt Carlson1-2/+4
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher29-0/+50
2011-09-15stmmac: update the driver version (Aug_2011) (v3)Giuseppe CAVALLARO1-1/+1
2011-09-15stmmac: add HW DMA feature register (v3)Giuseppe CAVALLARO6-1/+174
2011-09-15stmmac: rework the code to get the Synopsys ID (v3)Giuseppe CAVALLARO4-5/+23
2011-09-15stmmac: export DMA TX/RX rings via debugfs (v3)Giuseppe CAVALLARO2-0/+112
2011-09-15stmmac: add MMC support exported via ethtool (v3)Giuseppe CAVALLARO8-22/+540