summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.4.43-rt58v3.4.43-rt58Steven Rostedt (Red Hat)2013-05-171-1/+1
* Merge tag 'v3.4.43' into v3.4-rtSteven Rostedt (Red Hat)2013-05-1743-123/+421
|\
| * Linux 3.4.43v3.4.43Greg Kroah-Hartman2013-05-011-1/+1
| * net: drop dst before queueing fragmentsEric Dumazet2013-05-012-6/+22
| * net: fix incorrect credentials passingLinus Torvalds2013-05-013-6/+13
| * net: rate-limit warn-bad-offload splats.Ben Greear2013-05-011-0/+3
| * 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: Reallocate headroom if it would overflow csum_startThomas Graf2013-05-011-2/+6
| * 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/+8
| * 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
| * bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com2013-05-011-0/+9
| * 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
| * 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
| * NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause2013-05-011-0/+2
| * 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
| * 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
| * aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-05-011-1/+1
* | Linux 3.4.42-rt57v3.4.42-rt57Steven Rostedt (Red Hat)2013-05-071-1/+1
* | swap: Use unique local lock name for swap_lockSteven Rostedt2013-05-021-10/+10
* | x86/mce: Defer mce wakeups to threads for PREEMPT_RTSteven Rostedt2013-05-021-17/+61
* | tcp: force a dst refcount when prequeue packetEric Dumazet2013-05-021-0/+1
* | Linux 3.4.42-rt56v3.4.42-rt56Steven Rostedt (Red Hat)2013-04-301-1/+1
* | Merge tag 'v3.4.42' into v3.4-rtSteven Rostedt (Red Hat)2013-04-3038-164/+279
|\ \ | |/
| * Linux 3.4.42v3.4.42Greg 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