summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1827-48/+121
|\
| * i40e: Include types.h to some headersTony Nguyen2024-01-182-0/+2
| * mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata2024-01-181-12/+12
| * mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel2024-01-181-0/+2
| * mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel2024-01-181-2/+2
| * mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen2024-01-181-3/+5
| * net: netdevsim: don't try to destroy PHC on VFsJakub Kicinski2024-01-171-2/+7
| * net: stmmac: Prevent DSA tags from breaking COERomain Gantois2024-01-171-3/+29
| * net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)2024-01-161-4/+4
| * net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan2024-01-161-0/+2
| * net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma2024-01-163-2/+10
| * net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko2024-01-141-1/+1
| * net: stmmac: Fix ethool link settings ops for integrated PCSSneh Shah2024-01-131-4/+6
| * net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov2024-01-123-3/+6
| * net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski2024-01-121-0/+1
| * net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea2024-01-121-0/+1
| * net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur2024-01-121-0/+8
| * amt: do not use overwrapped cb areaTaehee Yoo2024-01-111-3/+3
| * net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge2024-01-111-2/+3
| * virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun2024-01-111-4/+5
| * octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2Nithin Dabilpuram2024-01-111-1/+6
| * net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma2024-01-111-1/+1
| * wangxunx: select CONFIG_PHYLINK where neededArnd Bergmann2024-01-111-1/+1
| * net: fill in MODULE_DESCRIPTION()s for s2ioBreno Leitao2024-01-111-0/+1
| * net: fill in MODULE_DESCRIPTION()s for ds26522 moduleBreno Leitao2024-01-111-0/+1
| * net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao2024-01-112-0/+2
* | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-1872-439/+362
|\ \
| * | i2c: stm32f7: add support for stm32mp25 socAlain Volmat2024-01-181-88/+126
| * | i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat2024-01-181-7/+5
| * | i2c: stm32f7: simplify status messages in case of errorsAlain Volmat2024-01-181-7/+5
| * | i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat2024-01-181-70/+56
| * | i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat2024-01-181-10/+4
| * | i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel2024-01-181-0/+1
| * | i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel2024-01-181-0/+1
| * | i2c: wmt: Reduce redundant: REG_CR settingHans Hu2024-01-181-26/+9
| * | i2c: wmt: Reduce redundant: function parameterHans Hu2024-01-181-10/+5
| * | i2c: wmt: Reduce redundant: clock mode settingHans Hu2024-01-181-21/+7
| * | i2c: wmt: Reduce redundant: wait event completeHans Hu2024-01-181-14/+6
| * | i2c: wmt: Reduce redundant: bus busy checkHans Hu2024-01-181-12/+7
| * | i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit2024-01-181-3/+1
| * | i2c: make i2c_bus_type constGreg Kroah-Hartman2024-01-181-1/+1
| * | eeprom: at24: use of_match_ptr()Bartosz Golaszewski2024-01-181-2/+3
| * | i2c: cpm: Remove linux,i2c-index conversion from be32Christophe Leroy2024-01-181-1/+1
| * | i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein2024-01-181-1/+1
| * | i2c: smbus: Support up to 8 SPD EEPROMsJean Delvare2024-01-181-4/+4
| * | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn2024-01-181-2/+6
| * | i2c: s3c24xx: add support for atomic transfersMarek Szyprowski2024-01-181-2/+19
| * | i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski2024-01-181-17/+10
| * | i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski2024-01-181-2/+11
| * | i2c: rcar: add FastMode+ support for Gen4Wolfram Sang2024-01-181-11/+27