summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.14.277v4.14.277Greg Kroah-Hartman2022-04-271-1/+1
* Revert "net: micrel: fix KS8851_MLL Kconfig"Marek Vasut2022-04-271-1/+0
* ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-04-271-0/+5
* ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-04-272-8/+16
* ax25: fix NPD bug in ax25_disconnectDuoming Zhou2022-04-271-1/+1
* ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-04-271-4/+4
* ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-04-271-3/+11
* ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-04-271-1/+4
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-274-19/+41
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-274-2/+25
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* staging: ion: Prevent incorrect reference counting behavourLee Jones2022-04-271-0/+3
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-271-1/+10
* ext4: fix symlink file size not match to file contentYe Bin2022-04-271-1/+3
* ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich2022-04-271-0/+1
* e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-271-2/+2
* ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong2022-04-271-4/+2
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-271-1/+1
* powerpc/perf: Fix power9 event alternativesAthira Rajeev2022-04-271-4/+4
* dma: at_xdmac: fix a missing check on list iteratorXiaomeng Tong2022-04-271-5/+7
* ata: pata_marvell: Check the 'bmdma_addr' beforing readingZheyu Ma2022-04-271-0/+2
* stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-272-13/+12
* net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-271-0/+8
* drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang2022-04-271-0/+3
* brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-271-2/+2
* ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong2022-04-271-2/+0
* ARM: vexpress/spc: Avoid negative array index when !SMPKees Cook2022-04-271-1/+1
* netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-271-0/+7
* net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-271-4/+9
* dmaengine: imx-sdma: Fix error checking in sdma_event_remapMiaoqian Lin2022-04-271-2/+2
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2022-04-271-2/+2
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-277-16/+91
* ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai2022-04-271-0/+1
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-04-271-4/+5
* can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-04-271-16/+14
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-04-271-1/+8
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-04-271-6/+46
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-04-271-1/+1
* etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook2022-04-271-3/+2
* Linux 4.14.276v4.14.276Greg Kroah-Hartman2022-04-201-1/+1
* i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer2022-04-201-0/+6
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* ARM: davinci: da850-evm: Avoid NULL pointer dereferenceNathan Chancellor2022-04-201-1/+3
* ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco2022-04-201-1/+1
* gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-201-17/+27