summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | e1000e: fix overrun of PHY RAR arrayDavid Ertman2013-09-133-6/+17
| | * | | e1000e: cleanup boolean comparison to trueDavid Ertman2013-09-131-1/+1
| | * | | ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov2013-09-131-0/+7
| | * | | ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2013-09-132-1/+22
| | * | | ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov2013-09-131-0/+5
| | * | | ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2013-09-132-1/+9
| * | | | net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov2013-09-131-17/+23
| |/ / /
| * | | net/mlx4_en: Check device state when setting coalescingEugenia Emantayev2013-09-131-6/+10
| * | | net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-1/+1
| * | | ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-1/+1
| * | | ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-4/+3
| * | | bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-2/+2
| * | | xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-131-30/+64
| * | | tg3: Expand led off fix to include 5720Nithin Sujir2013-09-131-0/+1
| * | | tuntap: correctly handle error in tun_set_iff()Jason Wang2013-09-121-3/+8
| * | | xen-netback: fix possible format string flawKees Cook2013-09-121-1/+1
| * | | igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd2013-09-121-1/+9
| * | | igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny2013-09-121-0/+4
| * | | Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2013-09-128-21/+67
| |\ \ \
| | * | | rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
| | * | | bcma: fix error code handling on 64 Bit systemsHauke Mehrtens2013-09-091-5/+7
| | * | | rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
| | * | | brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
| | * | | cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
| | * | | cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
| * | | | r8169: enforce RX_MULTI_EN for the 8168f.françois romieu2013-09-121-0/+1
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-193-13/+3
|\ \ \ \ \
| * | | | | staging: octeon-ethernet: rgmii: enable interrupts that we can handleAaro Koskinen2013-09-171-3/+1
| * | | | | staging: octeon-ethernet: remove skb alloc failure warningsAaro Koskinen2013-09-172-9/+1
| * | | | | staging: octeon-ethernet: make dropped packets to consume NAPI budgetAaro Koskinen2013-09-171-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-191-18/+59
|\ \ \ \ \
| * | | | | rbd: fix error handling from rbd_snap_name()Josh Durgin2013-09-091-4/+6
| * | | | | rbd: ignore unmapped snapshots that no longer existJosh Durgin2013-09-091-2/+7
| * | | | | rbd: fix use-after free of rbd_dev->diskJosh Durgin2013-09-091-7/+33
| * | | | | rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2013-09-091-5/+6
| * | | | | rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2013-09-091-0/+7
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-1954-259/+832
|\ \ \ \ \ \
| * | | | | | drm/fb-helper: don't sleep for screen unblank when an oops is in progressDaniel Vetter2013-09-191-0/+8
| * | | | | | drm, ttm Fix uninitialized warningPrarit Bhargava2013-09-191-1/+1
| * | | | | | drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs2013-09-191-1/+1
| * | | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-09-194-27/+36
| |\ \ \ \ \ \
| | * | | | | | drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure pathBen Skeggs2013-09-171-3/+1
| | * | | | | | drm/nouveau/bios/init: fix thinko in INIT_CONFIGURE_MEMBen Skeggs2013-09-171-1/+1
| | * | | | | | drm/nouveau/kms: enable for non-vga pci classesBen Skeggs2013-09-172-21/+17
| | * | | | | | drm/nouveau/bios/init: stub opcode 0xaaBen Skeggs2013-09-171-2/+17
| * | | | | | | drm/radeon: avoid UVD corruptions on AGP cardsChristian König2013-09-161-3/+5
| * | | | | | | drm/radeon: fix panel scaling with eDP and LVDS bridgesAlex Deucher2013-09-161-3/+31
| * | | | | | | drm/radeon/dpm: rework auto performance level enableAlex Deucher2013-09-1611-47/+9
| * | | | | | | drm/radeon: Fix hmdi typoDamien Lespiau2013-09-163-3/+3
| * | | | | | | drm/radeon/dpm/rs780: fix force_performance state for same sclksAlex Deucher2013-09-161-2/+4