summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-14serial: fixup backport of "serial: Deassert Transmit Enable on probe in drive...Rasmus Villemoes2-2/+3
2023-01-12drm/mgag200: Fix PLL setup for G200_SE_A rev >=4Jocelyn Falempe1-1/+2
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel3-8/+40
2023-01-12net: hns3: fix return value check bug of rx copybreakJie Wang1-2/+2
2023-01-12Revert "ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007"Mario Limonciello1-8/+2
2023-01-12drm/i915/gvt: fix vgpu debugfs clean in removeZhenyu Wang1-2/+7
2023-01-12drm/i915/gvt: fix gvt debugfs destroyZhenyu Wang1-2/+6
2023-01-12thermal: int340x: Add missing attribute for data rate baseSrinivas Pandruvada1-0/+4
2023-01-12fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel1-2/+2
2023-01-12nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2023-01-12nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2023-01-12nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang1-1/+1
2023-01-12drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Dan Carpenter1-0/+1
2023-01-12usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2023-01-12octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya1-9/+21
2023-01-12drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2023-01-12drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2023-01-12net: sparx5: Fix reading of the MAC addressHoratiu Vultur1-1/+1
2023-01-12gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin1-0/+1
2023-01-12drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2023-01-12RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-12RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2023-01-12net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2023-01-12net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2-11/+22
2023-01-12net: ena: Set default value for RX interrupt moderationDavid Arinzon1-1/+2
2023-01-12net: ena: Fix rx_copybreak value updateDavid Arinzon3-5/+21
2023-01-12net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2-10/+25
2023-01-12net: ena: Account for the number of processed bytes in XDPDavid Arinzon1-0/+1
2023-01-12net: ena: Don't register memory info on XDP exchangeDavid Arinzon1-3/+5
2023-01-12net: ena: Fix toeplitz initial hash valueDavid Arinzon1-20/+9
2023-01-12net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2023-01-12net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris1-1/+1
2023-01-12net/mlx5e: Always clear dest encap in neigh-update-delChris Mi1-1/+8
2023-01-12net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan3-9/+9
2023-01-12net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea1-0/+4
2023-01-12net/mlx5: Avoid recovery in probe flowsShay Drory1-0/+6
2023-01-12net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko1-0/+2
2023-01-12net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh4-15/+61
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2023-01-12vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2023-01-12vringh: fix range used in iotlb_translate()Stefano Garzarella1-3/+2
2023-01-12vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can1-1/+8
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2023-01-12net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee1-2/+2
2023-01-12qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2023-01-12net: hns3: fix VF promisc mode not update when mac table fullJian Shen1-32/+43
2023-01-12net: hns3: fix miss L3E checking for rx packetJian Shen1-6/+4
2023-01-12net: hns3: extract macro to simplify ring stats update codePeng Li2-92/+38
2023-01-12net: hns3: refactor hns3_nic_reuse_page()Hao Chen1-20/+35
2023-01-12net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2