summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-13tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-05-13rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-05-13netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause1-0/+1
2013-05-13llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-05-13iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-05-13irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-05-13caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause1-0/+2
2013-05-13Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-05-13Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-05-13ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-05-13atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-13net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-05-13esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-13tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-05-13rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-05-13netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2-0/+8
2013-05-13af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-05-13bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com1-0/+1
2013-05-13bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com1-0/+9
2013-05-13atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-05-13net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2-4/+4
2013-05-13net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-05-13cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-05-13vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-05-13vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds1-26/+14
2013-05-13vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds1-10/+2
2013-05-13vm: add vm_iomap_memory() helper functionLinus Torvalds2-0/+49
2013-05-13s390: move dummy io_remap_pfn_range() to asm/pgtable.hLinus Torvalds1-0/+4
2013-05-13perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian1-3/+12
2013-05-13perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-05-13perf: Fix error return codeWei Yongjun1-0/+1
2013-05-13tty: fix up atime/mtime mess, take threeLinus Torvalds2-2/+5
2013-05-13TTY: fix atime/mtime regressionJiri Slaby1-1/+15
2013-05-13TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-05-13drm/radeon: fix handling of v6 power tablesAlex Deucher1-6/+5
2013-05-13drm/radeon: fix possible segfault when parsing pm tablesAlex Deucher1-1/+9
2013-05-13drm/radeon: fix endian bugs in atom_allocate_fb_scratch()Alex Deucher1-3/+3
2013-05-13ipc: sysv shared memory limited to 8TiBRobin Holt2-2/+2
2013-05-13fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-05-13inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-05-13md: bad block list should default to disabled.NeilBrown1-6/+3
2013-05-13drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspendDerek Basehore1-2/+2
2013-05-13fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-05-13ARM: u300: fix ages old copy/paste bugLinus Walleij1-1/+1
2013-05-13mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-05-13mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-05-13s390/memory hotplug: prevent offline of active memory incrementsHeiko Carstens1-1/+3
2013-05-13powerpc: Add isync to copy_and_flushMichael Neuling1-0/+1
2013-05-13ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10