summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Linux 3.4.74v3.4.74Greg Kroah-Hartman1-1/+1
2013-12-11crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky1-1/+1
2013-12-11drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2013-12-11USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens1-0/+2
2013-12-11USB: spcp8x5: correct handling of CS5 settingColin Leitner1-16/+14
2013-12-11USB: mos7840: correct handling of CS5 settingColin Leitner1-16/+16
2013-12-11USB: pl2303: fixed handling of CS5 settingColin Leitner1-17/+15
2013-12-11i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley3-0/+5
2013-12-11ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDsSeth Heasley1-0/+16
2013-12-11ahci: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston1-0/+8
2013-12-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich1-0/+2
2013-12-11Input: mousedev - allow disabling even without CONFIG_EXPERTTom Gundersen1-1/+1
2013-12-11Input: allow deselecting serio drivers even without CONFIG_EXPERTTom Gundersen2-5/+5
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden3-0/+9
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-12-11powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang1-2/+6
2013-12-11NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-12-11net: smc91: fix crash regression on the versatileLinus Walleij1-18/+4
2013-12-11SCSI: hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron1-1/+1
2013-12-11SCSI: hpsa: do not discard scsi status on aborted commandsStephen M. Cameron1-1/+1
2013-12-11SCSI: libsas: fix usage of ata_tf_to_fisDan Williams1-1/+1
2013-12-11SCSI: enclosure: fix WARN_ON in dual path device removingJames Bottomley1-0/+7
2013-12-11ASoC: wm8731: fix dsp mode configurationBo Shen1-2/+2
2013-12-11ASoC: wm8990: Mark the register map as dirty when powering downMark Brown1-0/+2
2013-12-11crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-12-11crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-12-11crypto: scatterwalk - Set the chain pointer indication bitTom Lendacky1-0/+1
2013-12-08Linux 3.4.73v3.4.73Greg Kroah-Hartman1-1/+1
2013-12-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-12-08dm: fix truncated status stringsMikulas Patocka13-103/+87
2013-12-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-12-08iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina1-1/+5
2013-12-08video: kyro: fix incorrect sizes when copying to userspaceSasha Levin1-3/+3
2013-12-08nfsd: use "init_net" for portmapperStanislav Kinsbursky1-2/+1
2013-12-08mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+44
2013-12-08HID: picolcd_core: validate output report detailsKees Cook1-1/+1
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden3-0/+9
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann1-23/+37
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa9-13/+19
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa31-105/+65