summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-10-11virtio-net: consistently save parameters for per-queueHeng Qi
2023-10-11virtio-net: fix mismatch of getting tx-framesHeng Qi
2023-10-11virtio-net: initially change the value of tx-framesHeng Qi
2023-10-10net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco
2023-10-10net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-10net: dsa: realtek: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-10net: dsa: qca8k: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-10Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-10-10appletalk: remove ipddp driverArnd Bergmann
2023-10-10Merge tag 'xsa441-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds
2023-10-10Merge tag 'irq-urgent-2023-10-10-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-10-10Merge tag 'v6.6-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-10net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen
2023-10-10atm: fore200e: Drop unnecessary of_match_device()Rob Herring
2023-10-10mlxsw: spectrum_ethtool: Fix -Wformat-truncation warningIdo Schimmel
2023-10-10mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-10-10net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries()Oleksij Rempel
2023-10-10net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)
2023-10-10net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)
2023-10-10octeontx2-pf: mcs: update PN only when update_pn is trueRadu Pirea (NXP OSS)
2023-10-10net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal
2023-10-10ata: pata_parport: fit3: implement IDE command set registersOndrej Zary
2023-10-10ata: pata_parport: add custom version of wait_after_resetOndrej Zary
2023-10-10ata: pata_parport: implement set_devctlOndrej Zary
2023-10-10ata: pata_parport: fix pata_parport_devchkOndrej Zary
2023-10-09cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt
2023-10-09liquidio: replace deprecated strncpy with strscpyJustin Stitt
2023-10-09net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt
2023-10-09liquidio: replace deprecated strncpy/strcpy with strscpyJustin Stitt
2023-10-09bcm63xx_enet: replace deprecated strncpy with strscpyJustin Stitt
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross
2023-10-08net: bcmgenet: Remove custom ndo_poll_controller()Florian Fainelli
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski
2023-10-08xen-netback: use default TX queue size for vifsRoger Pau Monne
2023-10-08mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter
2023-10-07ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu
2023-10-07Merge tag 'for-6.6/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-07Merge tag 'media/v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-10-07Merge tag 'devicetree-fixes-for-6.6-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-07Merge tag 'gpio-fixes-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-10-07irqchip/renesas-rzg2l: Convert to irq_data_get_irq_chip_data()Geert Uytterhoeven
2023-10-07irqchip/stm32-exti: add missing DT IRQ flag translationBen Wolsieffer
2023-10-07irqchip/riscv-intc: Mark all INTC nodes as initializedAnup Patel
2023-10-07irqchip/gic-v3: Enable non-coherent redistributors/ITSes DT probingLorenzo Pieralisi
2023-10-07irqchip/gic-v3-its: Split allocation from initialisation of its_nodeMarc Zyngier
2023-10-06ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda