summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-06-20davinci_emac: fix race in transmit time stamping.Richard Cochran1-1/+2
2011-06-20smsc9420: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20r6040: fix race in transmit time stamping.Richard Cochran1-2/+3
2011-06-20tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20sgi-xp: fix a use after freeEric Dumazet1-3/+3
2011-06-20hp100: fix an skb->len raceEric Dumazet1-2/+2
2011-06-20Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller1-4/+6
2011-06-20netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-19Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-8/+6
2011-06-18Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm1-1/+1
2011-06-18Input: omap-keypad - add missing input_sync()Janusz Krzysztofik1-0/+1
2011-06-18Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov1-1/+2
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18hwmon: (s3c) Initialize sysfs attributesGuenter Roeck1-0/+2
2011-06-18hwmon: (ibmpex) Initialize sysfs attributesGuenter Roeck1-0/+1
2011-06-18hwmon: (ibmaem) Initialize sysfs attributesGuenter Roeck1-0/+2
2011-06-18hwmon: (asus_atk0110) Consolidate sysfs attribute initializationGuenter Roeck1-4/+1
2011-06-18hwmon: (coretemp) Drop unused struct membersJean Delvare1-4/+0
2011-06-18drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan syncBen Skeggs1-34/+25
2011-06-18drm/nv50/disp: fix gamma with page flipping overlay turned onBen Skeggs1-3/+14
2011-06-18drm/nouveau/pm: Prevent overflow in nouveau_perf_init()Emil Velikov1-0/+5
2011-06-18drm/nouveau: fix big-endian switchBen Skeggs1-2/+2
2011-06-18Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+10
2011-06-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2-4/+10
2011-06-18drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.Daniel J Blueman1-0/+10
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-18r8169: fix static initializers.Francois Romieu1-4/+6
2011-06-17gigaset: call module_put before restart of if_open()Pavel Shved1-1/+3
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-17fs_enet: fix freescale FCC ethernet dp buffer alignmentClive Stubbings1-1/+1
2011-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-29/+58
2011-06-17Merge branches 'gpio/merge' and 'spi/merge' of git://git.secretlab.ca/git/lin...Linus Torvalds3-5/+8
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+17
2011-06-17spi/bfin_spi: fix handling of default bits per word settingMike Frysinger1-3/+4
2011-06-17netdev: bfin_mac: fix memory leak when freeing dma descriptorsSonic Zhang1-10/+10
2011-06-17e1000: remove unnecessary codeGreg Dietsche1-6/+1
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2011-06-17tun: teach the tun/tap driver to support netpollNeil Horman1-1/+23
2011-06-17dp83640: drop PHY status frames in the driver.Richard Cochran1-2/+2
2011-06-17dp83640: fix phy status frame event parsingRichard Cochran1-5/+15
2011-06-17phylib: Allow BCM63XX PHY to be selected only on BCM63XX.Ralf Baechle1-0/+1
2011-06-17ppp: use PPP_TRANS instead of the magic number 0x20Changli Gao1-2/+2
2011-06-17gianfar: Use pr_<level>, netdev_<level> and netif_<level>Joe Perches2-76/+58
2011-06-17be2net: support multiple TX queuesSathya Perla3-119/+171
2011-06-17net/usb: Add Samsung Kalmia driver for Samsung GT-B3730Marius B. Kotsbak3-0/+395
2011-06-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds14-75/+235