summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-11i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-11ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu1-0/+1
2023-03-11net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)1-1/+1
2023-03-11virtio_net: add checking sq is full inside xdp xmitXuan Zhuo1-0/+3
2023-03-11virtio_net: separate the logic of checking whether sq is fullXuan Zhuo1-24/+36
2023-03-11virtio_net: reorder some funcsXuan Zhuo1-46/+46
2023-03-11nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin1-0/+1
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds35-123/+2219
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-8/+37
2023-03-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni3-12/+15
2023-03-09eth: fealnx: bring back this old driverJakub Kicinski3-0/+1964
2023-03-09net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean1-15/+20
2023-03-08Merge tag 'platform-drivers-x86-v6.3-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-42/+39
2023-03-08net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon1-16/+16
2023-03-08octeontx2-af: Unlock contexts in the queue context cache in case of fault det...Suman Ghosh5-7/+82
2023-03-08ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-08ice: don't ignore return codes in VSI related codeMichal Swiatkowski1-7/+10
2023-03-08ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-07net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-07net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-07platform: mellanox: mlx-platform: Initialize shift variable to 0Hans de Goede1-1/+1
2023-03-07platform/x86: int3472: Add GPIOs to Surface Go 3 Board dataDaniel Scally1-2/+3
2023-03-07platform/x86: ISST: Fix kernel documentation warningsSrinivas Pandruvada2-1/+3
2023-03-07platform: x86: MLX_PLATFORM: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-03-07platform: mellanox: select REGMAP instead of depending on itRandy Dunlap1-5/+4
2023-03-07platform/x86/intel/tpmi: Fix double free reported by SmatchSrinivas Pandruvada1-7/+7
2023-03-07platform/x86: ISST: Increase range of valid mail box commandsSrinivas Pandruvada1-1/+1
2023-03-07platform/x86: dell-ddv: Fix temperature scalingArmin Wolf1-2/+2
2023-03-07platform/x86: dell-ddv: Fix cache invalidation on resumeArmin Wolf1-1/+7
2023-03-07platform/x86/amd: pmc: remove CONFIG_SUSPEND checksArnd Bergmann1-21/+9
2023-03-07net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle2-1/+3
2023-03-07net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit1-11/+3
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds3-9/+9
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier2-2/+2
2023-03-06bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-03-06net: phylib: get rid of unnecessary lockingRussell King (Oracle)1-7/+1
2023-03-06net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei1-0/+1
2023-03-05Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-23/+53
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+17
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+3
2023-03-05Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+7
2023-03-04Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-3/+3
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds32-244/+285
2023-03-03i2c: gxp: fix an error code in probeDan Carpenter1-1/+1
2023-03-03i2c: gxp: return proper error on address NACKWolfram Sang1-2/+4
2023-03-03i2c: gxp: remove "empty" switch statementWolfram Sang1-12/+1
2023-03-03i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray1-0/+1
2023-03-03Merge tag 'thermal-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+4
2023-03-03Merge tag 'acpi-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-48/+20
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-6/+6