summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Linux 4.14.325v4.14.325Greg Kroah-Hartman1-1/+1
2023-09-02Revert "ARM: ep93xx: fix missing-prototype warnings"Greg Kroah-Hartman1-2/+1
2023-09-02Revert "MIPS: Alchemy: fix dbdma2"Greg Kroah-Hartman1-15/+12
2023-08-30Linux 4.14.324v4.14.324Greg Kroah-Hartman1-1/+1
2023-08-30dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark1-9/+9
2023-08-30scsi: core: raid_class: Remove raid_component_add()Zhu Wang2-52/+0
2023-08-30scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-1/+4
2023-08-30x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang1-0/+8
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-30lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller1-26/+6
2023-08-30batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel1-1/+3
2023-08-30batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel1-1/+0
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2-2/+4
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann1-1/+1
2023-08-30ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2023-08-30ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-08-30ipvs: Improve robustness to the ipvs sysctlJunwei Hu1-34/+36
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet2-4/+5
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian3-2/+12
2023-08-30net: phy: broadcom: stub c45 read/write for 54810Justin Chen1-0/+13
2023-08-30net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma1-1/+1
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-30af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima1-5/+4
2023-08-30ASoC: rt5665: add missed regulator_bulk_disableZhang Shurong1-0/+2
2023-08-30netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long1-3/+3
2023-08-30test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac1-9/+28
2023-08-30binder: fix memory leak in binder_init()Qi Zheng3-0/+8
2023-08-30serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-30mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-30ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interf...dengxiang1-0/+29
2023-08-30net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet1-0/+4
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu2-1/+7
2023-08-30i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-30team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-30netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3
2023-08-30xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-30ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-30ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-30net: af_key: fix sadb_x_filter validationLin Ma1-2/+2
2023-08-30net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-08-30fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong1-1/+3
2023-08-30drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-0/+3
2023-08-30Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang1-0/+5
2023-08-30pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db()Armin Wolf1-0/+2
2023-08-30gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-08-30media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-08-30media: v4l2-mem2mem: add lock to protect parameter num_rdyYunfei Dong1-2/+16