summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-08serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-05-08xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2-2/+9
2013-05-08s390/memory hotplug: prevent offline of active memory incrementsHeiko Carstens1-1/+3
2013-05-08usb-storage: CY7C68300A chips do not support Cypress ATACBTormod Volden1-2/+14
2013-05-08usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2013-05-08USB: ftdi_sio: correct ST Micro Connect Lite PIDsAdrian Thomasset2-2/+5
2013-05-08USB: add ftdi_sio USB ID for GDM Boost V1.xStefani Seibold2-0/+2
2013-05-08usb/misc/appledisplay: Add 24" LED Cinema displayBen Jencks1-0/+1
2013-05-08USB: option: add a D-Link DWM-156 variantBjørn Mork1-0/+6
2013-05-08USB: serial: option: Added support Olivetti Olicard 145Filippo Turato1-0/+2
2013-05-08powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-05-08powerpc: Add isync to copy_and_flushMichael Neuling1-0/+1
2013-05-01Linux 3.0.76v3.0.76Greg Kroah-Hartman1-1/+1
2013-05-01sparc32: support atomic64_tSam Ravnborg2-0/+3
2013-05-01net: drop dst before queueing fragmentsEric Dumazet2-6/+22
2013-05-01netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-05-01tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-05-01rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-05-01netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-05-01llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-05-01iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-05-01irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-05-01caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-05-01Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-05-01Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-05-01ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-05-01atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-05-01net: fix incorrect credentials passingLinus Torvalds3-6/+13
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-01net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-05-01rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2-0/+9
2013-05-01af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-05-01bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com1-0/+1
2013-05-01atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-05-01net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2-4/+4
2013-05-01net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-05-01cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-05-01sparc64: Fix race in TLB batch processing.David S. Miller7-55/+242
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-26Linux 3.0.75v3.0.75Greg Kroah-Hartman1-1/+1
2013-04-26Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-26vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-26vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-04-26vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds1-26/+14
2013-04-26vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds1-10/+2
2013-04-26vm: add vm_iomap_memory() helper functionLinus Torvalds2-0/+49