summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-01bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com1-0/+1
2013-05-01bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com1-0/+9
2013-05-01atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-05-01TTY: fix atime/mtime regressionJiri Slaby1-1/+15
2013-05-01TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-04-25vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-25vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-04-25vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds1-26/+14
2013-04-25fbcon: fix locking harderDave Airlie3-3/+13
2013-04-25ssb: implement spurious tone avoidanceRafał Miłecki2-1/+31
2013-04-25ath9k_hw: change AR9580 initvals to fix a stability issueFelix Fietkau1-1/+1
2013-04-25ath9k_htc: accept 1.x firmware newer than 1.3Felix Fietkau1-1/+1
2013-04-25can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz1-16/+15
2013-04-16mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2013-04-16r8169: fix auto speed down issueHayes Wang1-3/+25
2013-04-16mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2013-04-16udl: handle EDID failure properly.Dave Airlie1-0/+4
2013-04-16target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-04-16SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau1-0/+12
2013-04-16drm/i915: Use the correct size of the GTT for placing the per-process entriesChris Wilson1-1/+1
2013-04-12rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner1-2/+2
2013-04-12Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown processGreg Kroah-Hartman1-8/+0
2013-04-12thermal: return an error on failure to register thermal classRichard Guy Briggs1-0/+1
2013-04-12hwspinlock: fix __hwspin_lock_request error pathLi Fei1-0/+2
2013-04-12ata_piix: Fix DVD not dectected at some Haswell platformsYouquan Song1-1/+12
2013-04-12libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH driveShan Hai1-0/+4
2013-04-12EISA/PCI: Fix bus res referenceYinghai Lu1-3/+25
2013-04-12EISA/PCI: Init EISA early, before PNPYinghai Lu1-18/+21
2013-04-12spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin1-1/+1
2013-04-12spi/s3c64xx: modified error interrupt handling and initGirish K S1-16/+25
2013-04-12regmap: cache Fix regcache-rbtree syncLars-Peter Clausen1-1/+1
2013-04-05Revert "xen/blkback: Don't trust the handle from the frontend."Greg Kroah-Hartman1-0/+1
2013-04-05bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico1-2/+1
2013-04-05smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-04-05pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-04-05ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-04-05DM9000B: driver initialization upgradeJoseph CHANG2-105/+120
2013-04-05atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-21/+2
2013-04-05aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-04-05drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-04-05drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N1-1/+1
2013-04-05bonding: fix disabling of arp_interval and miimonnikolay@redhat.com1-44/+48
2013-04-05bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com2-86/+36
2013-04-05bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5
2013-04-05sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-04-05sky2: Receive Overflows not countedMirko Lindner1-1/+1
2013-04-05efivars: Handle duplicate names from get_next_variable()Matt Fleming1-3/+63
2013-04-05efivars: explicitly calculate length of VariableNameMatt Fleming1-0/+27
2013-04-05drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä1-7/+4
2013-04-05loop: prevent bdev freeing while device in useAnatol Pomozov1-1/+8