summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-11ep93xx_eth: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-11at91_ether: convert to net_device_opsAlexander Beregalov1-13/+19
2009-04-11am79c961a: convert to net_device_opsAlexander Beregalov1-9/+15
2009-04-11ariadne: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-11ibm_newemac: convert to netdev_opsAlexander Beregalov1-12/+29
2009-04-11fs_enet: convert to netdev_opsAlexander Beregalov1-10/+17
2009-04-11via-velocity : fix compilation warning.Séguier Régis1-2/+2
2009-04-11phy: error handling for platform_device_register_simple()Dan Carpenter1-2/+3
2009-04-11ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck1-1/+23
2009-04-11ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz4-95/+62
2009-04-09forcedeth: Use napi_complete() not __napi_complete().David S. Miller1-2/+2
2009-04-09igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck1-105/+54
2009-04-09igbvf: add new driver to support 82576 virtual functionsAlexander Duyck12-0/+5175
2009-04-09drivers/net/eql.c: Fix a dev leakage.Yang Hongyang1-0/+2
2009-04-09niu: Fix unused variable warning.David S. Miller1-0/+1
2009-04-09r6040: set MODULE_VERSIONFlorian Fainelli1-0/+1
2009-04-09bnx2: Don't use reserved namesBastian Blank1-13/+13
2009-04-09FEC driver: add missing #endifSascha Hauer1-0/+1
2009-04-09niu: Fix error handlingDan Carpenter1-1/+1
2009-04-09mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek1-2/+2
2009-04-09smsc911x: correct debugging message on mii read timeoutSteve Glendinning1-1/+1
2009-04-09ethoc: fix library build errorsRandy Dunlap1-0/+2
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds9-15/+83
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-10/+1162
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-215/+302
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds7-94/+1437
2009-04-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds5-67/+1070
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox3-26/+54
2009-04-07tty: jsm cleanupsBreno Leitao2-21/+12
2009-04-07Adjust path to gpio headersMike Frysinger1-8/+8
2009-04-07KGDB_SERIAL_CONSOLE check for moduleMike Frysinger1-1/+1
2009-04-07Change KCONFIG nameMike Frysinger1-1/+1
2009-04-07tty: Blackin CTS/RTSSonic Zhang2-58/+137
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang1-49/+82
2009-04-07Add support for the MAX3100 SPI UART.Christian Pellegrin2-0/+8
2009-04-07serqt: initial clean up pass for tty sideAlan Cox1-286/+163
2009-04-07tty: Use the generic RS485 ioctl on CRISClaudio Scordino2-22/+59
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang3-3/+3
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang3-13/+13
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang3-5/+5
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang139-236/+232
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang3-8/+8
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang5-8/+8
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang72-123/+120
2009-04-07fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski1-25/+31
2009-04-07tdfxfb: make use of DDC information about connected monitorKrzysztof Helt1-4/+63
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt2-1/+208
2009-04-07spi_imx: set spi_master.dma_alignment = 4Mike Rapoport1-0/+2