summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Linux 3.16.72v3.16.72Ben Hutchings1-1/+1
2019-08-13scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal3-5/+67
2019-08-13inet: switch IP ID generator to siphashEric Dumazet4-20/+30
2019-08-13siphash: add cryptographically secure PRFJason A. Donenfeld7-1/+567
2019-08-13ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa4-13/+16
2019-08-13ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa10-21/+26
2019-08-13ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca1-5/+3
2019-08-13ipv6: Make __ipv6_select_ident staticVlad Yasevich2-3/+2
2019-08-13ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2019-08-13Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich2-8/+1
2019-08-13ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich4-21/+47
2019-08-13Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings2-6/+1
2019-08-13xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko3-30/+45
2019-08-13proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2019-08-13floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-08-13floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-2/+7
2019-08-13floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+16
2019-08-13floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-08-13powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2-0/+8
2019-08-13Input: gtco - bounds check collection indent levelGrant Hernandez1-3/+17
2019-08-13Bluetooth: hci_uart: check for missing tty operationsVladis Dronov3-0/+13
2019-08-13vhost: scsi: add weight supportJason Wang1-3/+3
2019-08-13vhost_net: fix possible infinite loopJason Wang1-9/+9
2019-08-13vhost: introduce vhost_exceeds_weight()Jason Wang4-16/+36
2019-08-13vhost_net: introduce vhost_exceeds_weight()Jason Wang1-4/+8
2019-08-13vhost_net: use packet weight for rx handler, tooPaolo Abeni1-4/+8
2019-08-13vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
2019-08-13x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner3-29/+32
2019-08-13x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-13x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2-9/+111
2019-08-13x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf3-3/+49
2019-08-13x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2019-08-13x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2019-08-13x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski1-5/+23
2019-08-13x86: cpufeatures: Renumber feature word 7Ben Hutchings1-18/+21
2019-08-13ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-08-13packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-08-13packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2019-08-13l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-08-13ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-7/+13
2019-08-13ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-08-13slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-08-13fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-08-13trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-08-13l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1
2019-08-13sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-08-13usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2-9/+10