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