summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-30drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda1-1/+7
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2022-12-30net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2-11/+22
2022-12-30net: ena: Set default value for RX interrupt moderationDavid Arinzon1-1/+2
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon3-5/+21
2022-12-30net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2-10/+25
2022-12-30net: ena: Account for the number of processed bytes in XDPDavid Arinzon1-0/+1
2022-12-30net: ena: Don't register memory info on XDP exchangeDavid Arinzon1-3/+5
2022-12-30net: ena: Fix toeplitz initial hash valueDavid Arinzon1-20/+9
2022-12-30Merge tag 'mlx5-fixes-2022-12-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller14-27/+97
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2022-12-30net: hns3: refine the handling for VF heartbeatJian Shen3-23/+112
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-30net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-30Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds7-57/+103
2022-12-28net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen1-0/+1
2022-12-28net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve optionMaor Dickman1-0/+5
2022-12-28net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris1-1/+1
2022-12-28net/mlx5e: Always clear dest encap in neigh-update-delChris Mi1-1/+8
2022-12-28net/mlx5e: CT: Fix ct debugfs folder nameChris Mi1-6/+1
2022-12-28net/mlx5e: Fix RX reporter for XSK RQsTariq Toukan1-1/+5
2022-12-28net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea1-0/+4
2022-12-28net/mlx5: Fix RoCE setting at HCA levelShay Drory2-2/+2
2022-12-28net/mlx5: Avoid recovery in probe flowsShay Drory1-0/+6
2022-12-28net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory1-1/+1
2022-12-28net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko1-0/+2
2022-12-28net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh4-15/+61
2022-12-28nvme-auth: fix smatch warning complaintsSagi Grimberg1-1/+1
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig1-4/+24
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig1-2/+4
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2022-12-28s390/qeth: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-6/+6
2022-12-28r8169: fix dmar pte write access is not set errorChunhao Lin1-7/+7
2022-12-28r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin1-22/+22
2022-12-28virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca1-2/+4
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2022-12-28vdpa: conditionally fill max max queue pair for statsJason Wang1-5/+4
2022-12-28vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang1-1/+1
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2022-12-28vhost_vdpa: fix the crash in unmap a large memoryCindy Lu1-20/+26
2022-12-28virtio: Implementing attribute show with sysfs_emitDawei Li1-6/+6
2022-12-28virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun1-1/+2
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2022-12-28virtio_blk: use UINT_MAX instead of -1UAngus Chen1-1/+1
2022-12-28vhost-vdpa: fix an iotlb memory leakStefano Garzarella1-4/+8
2022-12-28vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2022-12-28vringh: fix range used in iotlb_translate()Stefano Garzarella1-3/+2