summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-25Linux 4.9.320v4.9.320Greg Kroah-Hartman
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-06-25tcp: add small random increments to the source portWilly Tarreau
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-06-25secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2022-06-25tcp: change source port randomizarion at connect() timeEric Dumazet
2022-06-25fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-06-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-06-25swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-06-25xprtrdma: fix incorrect header size calculationsColin Ian King
2022-06-25s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger
2022-06-25l2tp: fix race in pppol2tp_release with session object destroyJames Chapman
2022-06-25l2tp: don't use inet_shutdown on ppp session destroyJames Chapman
2022-06-25ext4: add reserved GDT blocks checkZhang Yi
2022-06-25ext4: make variable "count" signedDing Xiang
2022-06-25ext4: fix bug_on ext4_mb_use_inode_paBaokun Li
2022-06-25serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-06-25usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin
2022-06-25USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann
2022-06-25USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao
2022-06-25comedi: vmk80xx: fix expression for tx buffer sizeIan Abbott
2022-06-25irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu
2022-06-25irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin
2022-06-25misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin
2022-06-25pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust
2022-06-25random: credit cpu and bootloader seeds by defaultJason A. Donenfeld
2022-06-25net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin
2022-06-25ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen
2022-06-25nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang
2022-06-25virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao
2022-06-25scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart
2022-06-25scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang
2022-06-25ASoC: wm8962: Fix suspend while playing musicAdam Ford
2022-06-25ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov
2022-06-25ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax
2022-06-25ASoC: cs42l52: Correct TLV for Bypass VolumeCharles Keepax
2022-06-25ASoC: cs53l30: Correct number of volume levels on SX controlsCharles Keepax
2022-06-25ASoC: cs42l52: Fix TLV scales for mixer controlsCharles Keepax
2022-06-25random: account for arch randomness in bitsJason A. Donenfeld
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-25random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2022-06-25crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller