summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-25secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau5-11/+13
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2022-06-25tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-06-25fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+14
2022-06-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds3-21/+8
2022-06-25swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic3-1/+19
2022-06-25xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2022-06-25s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger1-1/+1
2022-06-25l2tp: fix race in pppol2tp_release with session object destroyJames Chapman1-25/+27
2022-06-25l2tp: don't use inet_shutdown on ppp session destroyJames Chapman1-10/+0
2022-06-25ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-25ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-25ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-25serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-25usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-06-25USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann2-0/+3
2022-06-25USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao1-0/+6
2022-06-25comedi: vmk80xx: fix expression for tx buffer sizeIan Abbott1-1/+1
2022-06-25irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu1-4/+4
2022-06-25irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin1-0/+1
2022-06-25misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin1-2/+2
2022-06-25pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-25random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-21/+33
2022-06-25net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin1-2/+19
2022-06-25ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen1-2/+3
2022-06-25nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang1-2/+14
2022-06-25virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao1-0/+1
2022-06-25scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-06-25scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang1-2/+2
2022-06-25ASoC: wm8962: Fix suspend while playing musicAdam Ford1-0/+1
2022-06-25ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov1-2/+2
2022-06-25ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax1-2/+2
2022-06-25ASoC: cs42l52: Correct TLV for Bypass VolumeCharles Keepax1-1/+3
2022-06-25ASoC: cs53l30: Correct number of volume levels on SX controlsCharles Keepax1-8/+8
2022-06-25ASoC: cs42l52: Fix TLV scales for mixer controlsCharles Keepax1-2/+2
2022-06-25random: account for arch randomness in bitsJason A. Donenfeld1-4/+4
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld2-5/+4
2022-06-25random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld1-1/+1
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange3-54/+11
2022-06-25crypto: drbg - always try to free Jitter RNG instanceStephan Müller1-2/+4
2022-06-25crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+20
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2-4/+9
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2-10/+16
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2-12/+20
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2-3/+93
2022-06-25Revert "random: use static branch for crng_ready()"Jason A. Donenfeld1-10/+2
2022-06-25random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-06-25random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-06-25random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld4-159/+118