summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-04-10virtio_net: Fix endian with virtio_net_ctrl_rssAkihiko Odaki1-15/+15
2025-04-10net: fix NULL pointer dereference in l3mdev_l3_rcvWang Liang1-1/+0
2025-04-10ibmvnic: Use kernel helpers for hex dumpsNick Child1-12/+18
2025-04-10bonding: check xdp prog when set bond modeWang Liang2-4/+7
2025-04-10vmxnet3: unregister xdp rxq info in the reset pathSankararaman Jayaraman1-5/+5
2025-04-10net/mlx5: Start health poll after enable hcaMoshe Shemesh1-8/+7
2025-04-10net/mlx5: LAG, reload representors on LAG creation failureMark Bloch1-0/+4
2025-04-10net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_en...Vladimir Oltean1-2/+4
2025-04-10net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENTVladimir Oltean1-5/+15
2025-04-10net: dsa: sja1105: fix displaced ethtool statistics countersVladimir Oltean1-1/+8
2025-04-10mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versionsWangYuli1-5/+22
2025-04-10net: dsa: mv88e6xxx: enable STU methods for 6320 familyMarek Behún1-0/+6
2025-04-10net: dsa: mv88e6xxx: fix VTU methods for 6320 familyMarek Behún1-4/+4
2025-04-10net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 familyMarek Behún1-0/+2
2025-04-10net: dsa: mv88e6xxx: enable PVT for 6321 switchMarek Behún1-0/+1
2025-04-10net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 familyMarek Behún1-2/+2
2025-04-10bnxt_en: Linearize TX SKB if the fragments exceed the maxMichael Chan2-0/+15
2025-04-10bnxt_en: Mask the bd_cnt field in the TX BD properlyMichael Chan3-4/+5
2025-04-10net/mlx5e: Fix ethtool -N flow-type ip4 to RSS contextMaxim Mikityanskiy1-0/+2
2025-04-10eth: bnxt: fix out-of-range access of vnic_info arrayTaehee Yoo1-2/+2
2025-04-10nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel1-2/+9
2025-04-10ptp: ocp: reject unsupported periodic output flagsJacob Keller1-0/+4
2025-04-10broadcom: fix supported flag check in periodic output functionJacob Keller1-1/+2
2025-04-10net: lan743x: reject unsupported external timestamp requestsJacob Keller1-0/+6
2025-04-10renesas: reject PTP_STRICT_FLAGS as unsupportedJacob Keller1-2/+1
2025-04-10igb: reject invalid external timestamp requests for 82580-based HWJacob Keller1-0/+6
2025-04-10wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show()Nikita Zhandarovich1-22/+23
2025-04-10idpf: check error for register_netdev() on initEmil Tantilov1-9/+22
2025-04-10ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()Mateusz Polchlopek1-9/+15
2025-04-10ice: fix input validation for virtchnl BWLukasz Czapnik1-3/+21
2025-04-10ice: validate queue quanta parameters to prevent OOB accessJan Glaza1-4/+9
2025-04-10ice: stop truncating queue ids when checkingJan Glaza1-1/+1
2025-04-10ice: fix reservation of resources for RDMA when disabledJesse Brandeburg1-1/+2
2025-04-10ice: ensure periodic output start time is in the futureKarol Kolacinski1-2/+4
2025-04-10ice: health.c: fix compilation on gcc 7.5Przemek Kitszel1-3/+3
2025-04-10wifi: mwifiex: Fix RF calibration data download from fileJeff Chen2-2/+24
2025-04-10wifi: mwifiex: Fix premature release of RF calibration data.Jeff Chen2-5/+5
2025-04-10ata: libata: Fix NCQ Non-Data log not supported printNiklas Cassel1-1/+1
2025-04-10scsi: target: tcm_loop: Fix wrong abort tagGuixin Liu1-2/+3
2025-04-10scsi: hisi_sas: Fixed failure to issue vendor specific commandsXingui Yang4-10/+29
2025-04-10bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_pr...Christophe JAILLET1-12/+19
2025-04-10bus: qcom-ssc-block-bus: Remove some duplicated iounmap() callsChristophe JAILLET1-3/+0
2025-04-10iommu: Handle race with default domain setupRobin Murphy1-0/+5
2025-04-10memory: mtk-smi: Add ostd setting for mt8192Xueqi Zhang1-0/+33
2025-04-10iommu/vt-d: Fix system hang on reboot -fYunhui Cui1-7/+10
2025-04-10iommu/amd: Fix header fileVasant Hegde1-4/+3
2025-04-10net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port()Lorenzo Bianconi1-1/+1
2025-04-10firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()Arnd Bergmann1-10/+0
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing8-17/+17
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing3-25/+26