summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-23scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-09-23drm/fb-helper: dpms_legacy(): Only set on connectors in useNoralf Trønnes1-6/+5
2019-09-23cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-09-23kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa1-2/+7
2019-09-23media: wl128x: prevent two potential buffer overflowsDan Carpenter1-2/+6
2019-09-23media: davinci-isif: avoid uninitialized variable useArnd Bergmann1-9/+0
2019-09-23tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-09-23ARM: OMAP2+: Fix potentially uninitialized return value for _setup_reset()Tony Lindgren1-1/+1
2019-09-23scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann1-1/+1
2019-09-23pwm: tiehrpwm: Update shadow register for disabling PWMsChristoph Vogtländer1-0/+2
2019-09-23pwm: Fix deadlock warning when removing PWM devicePhong Hoang3-23/+6
2019-09-23media: wl128x: Fix an error code in fm_download_firmware()Dan Carpenter1-2/+3
2019-09-23ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260Stuart Menefy1-1/+1
2019-09-23media: cx18: update *pos correctly in cx18_read_pos()Dan Carpenter1-1/+1
2019-09-23media: ivtv: update *pos correctly in ivtv_read_pos()Dan Carpenter1-1/+1
2019-09-23spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven1-3/+6
2019-09-23spi: rspi: Fix register initialization while runtime-suspendedGeert Uytterhoeven1-23/+16
2019-08-20Linux 3.16.73v3.16.73Ben Hutchings1-1/+1
2019-08-20siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld4-5/+546
2019-08-20ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-08-20ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-08-20tcp: Clear sk_send_head after purging the write queueBen Hutchings1-0/+3
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