aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc32: support atomic64_tSam Ravnborg2013-05-012-0/+3
* net: drop dst before queueing fragmentsEric Dumazet2013-05-012-6/+22
* netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-05-011-1/+1
* tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-05-011-0/+7
* rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause2013-05-011-0/+1
* netrom: fix info leak via msg_name in nr_recvmsg()Mathias Krause2013-05-011-0/+1
* llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-05-011-0/+2
* iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause2013-05-011-0/+2
* irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause2013-05-011-0/+2
* caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-05-011-0/+2
* Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause2013-05-011-0/+1
* Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause2013-05-011-2/+2
* ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-05-011-0/+1
* atm: update msg_namelen in vcc_recvmsg()Mathias Krause2013-05-011-0/+2
* net: fix incorrect credentials passingLinus Torvalds2013-05-013-6/+13
* tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-011-33/+32
* net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-05-011-1/+1
* esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
* tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-011-2/+2
* rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-05-011-2/+2
* netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-012-0/+9
* af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman2013-05-011-1/+1
* bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com2013-05-011-0/+1
* atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2013-05-012-1/+2
* net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-05-012-4/+4
* net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-05-011-0/+27
* cbq: incorrect processing of high limitsVasily Averin2013-05-011-1/+4
* sparc64: Fix race in TLB batch processing.David S. Miller2013-05-017-55/+242
* TTY: fix atime/mtime regressionJiri Slaby2013-05-011-1/+15
* TTY: do not update atime/mtime on read/writeJiri Slaby2013-05-011-6/+2
* Linux 3.0.75Greg Kroah-Hartman2013-04-251-1/+1
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-30/+2
* vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-13/+1
* vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-26/+14
* vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-251-10/+2
* vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-252-0/+49
* fbcon: fix locking harderDave Airlie2013-04-253-3/+13
* perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-251-1/+1
* Revert "sysfs: fix race between readdir and lseek"Jiri Kosina2013-04-251-13/+1
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-252-0/+3
* sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
* ath9k_htc: accept 1.x firmware newer than 1.3Felix Fietkau2013-04-251-1/+1
* ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for FeroceonIllia Ragozin2013-04-251-0/+1
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-254-15/+37
* KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig2013-04-251-2/+5
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-04-252-27/+16
* KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-04-251-0/+5
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-251-1/+1
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1