summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variantsKai Vehmanen1-0/+2
2023-12-20ALSA: hda/hdmi: add force-connect quirk for NUC5CPYBKai Vehmanen1-0/+1
2023-12-20io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro1-1/+1
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-20fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-20fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-20fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli4-12/+14
2023-12-20HID: Add quirk for Labtec/ODDOR/aikeec handbrakeSebastian Parschauer2-0/+2
2023-12-20HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello1-0/+5
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe15-312/+17
2023-12-20cred: switch to using atomic_long_tJens Axboe2-36/+36
2023-12-20net: atlantic: fix double free in ring reinit logicIgor Russkikh1-1/+4
2023-12-20appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-20net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-12-20net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah1-0/+10
2023-12-20dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei1-9/+2
2023-12-20dpaa2-switch: fix size of the dma_unmapIoana Ciornei1-3/+4
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-20sign-file: Fix incorrect return values checkYusong Gao1-6/+6
2023-12-20stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si1-8/+6
2023-12-20net: ena: Fix XDP redirection errorDavid Arinzon1-3/+0
2023-12-20net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon1-14/+9
2023-12-20net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon1-7/+10
2023-12-20net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon1-6/+7
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-20qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2023-12-20iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-20iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-20iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-20net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-20octeontx2-af: Fix pause frame configurationHariprasad Kelam1-4/+7
2023-12-20octeontx2-af: Update RSS algorithm indexHariprasad Kelam1-11/+44
2023-12-20octeontx2-pf: Fix promisc mcam entry actionHariprasad Kelam1-3/+22
2023-12-20octeon_ep: explicitly test for firmware ready valueShinas Rasheed1-1/+2
2023-12-20net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2-6/+38
2023-12-20octeontx2-af: fix a use-after-free in rvu_nix_register_reportersZhipeng Lu1-4/+1
2023-12-20net: fec: correct queue selectionRadu Bulie1-16/+11
2023-12-20atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye1-2/+2
2023-12-20atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2023-12-20bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2-4/+24
2023-12-20bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP5-34/+16
2023-12-20bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-20bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-12-20qca_spi: Fix reset behaviorStefan Wahren1-1/+7
2023-12-20qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren1-3/+5
2023-12-20qca_debug: Prevent crash on TX ring changesStefan Wahren2-5/+16
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski3-11/+11
2023-12-20net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-20net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10