summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-12-10net: renesas: rswitch: handle stop vs interrupt raceNikita Yushchenko
2024-12-10net: renesas: rswitch: avoid use-after-put for a device tree nodeNikita Yushchenko
2024-12-10net: renesas: rswitch: fix leaked pointer on error pathNikita Yushchenko
2024-12-10net: renesas: rswitch: fix race window between tx start and completeNikita Yushchenko
2024-12-10net: renesas: rswitch: fix possible early skb releaseNikita Yushchenko
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-12-10bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for txKoichiro Den
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on tx ring resizeKoichiro Den
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den
2024-12-10virtio_net: replace vq2rxq with vq2txq where appropriateKoichiro Den
2024-12-10virtio_net: correct netdev_tx_reset_queue() invocation pointKoichiro Den
2024-12-10octeontx2-af: Fix installation of PF multicast ruleGeetha sowjanya
2024-12-09qca_spi: Make driver probing reliableStefan Wahren
2024-12-09qca_spi: Fix clock speed for multiple QCA7000Stefan Wahren
2024-12-09cxgb4: use port number to set mac addrAnumula Murali Mohan Reddy
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon
2024-12-07net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()Vladimir Oltean
2024-12-07net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean
2024-12-07net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safeVladimir Oltean
2024-12-07net: mscc: ocelot: improve handling of TX timestamp for unknown skbVladimir Oltean
2024-12-07net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()Vladimir Oltean
2024-12-07net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)
2024-12-06bnxt_en: Fix potential crash when dumping FW log coredumpHongguang Gao
2024-12-06bnxt_en: Fix GSO type for HW GRO packets on 5750X chipsMichael Chan
2024-12-06ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh
2024-12-05net/mlx5: DR, prevent potential error pointer dereferenceDan Carpenter
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2024-12-05net :mana :Request a V2 response version for MANA_QUERY_GF_STATShradha Gupta
2024-12-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-12-04net/mlx5e: Remove workaround to avoid syndrome for internal portJianbo Liu
2024-12-04net/mlx5e: SD, Use correct mdev to build channel paramTariq Toukan
2024-12-04net/mlx5: E-Switch, Fix switching to switchdev mode in MPVPatrisious Haddad
2024-12-04net/mlx5: E-Switch, Fix switching to switchdev mode with IB device disabledPatrisious Haddad
2024-12-04net/mlx5: HWS: Properly set bwc queue locks lock classesCosmin Ratiu
2024-12-04net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layoutCosmin Ratiu
2024-12-04bnxt_en: handle tpa_info in queue API implementationDavid Wei
2024-12-04bnxt_en: refactor bnxt_alloc_rx_rings() to call bnxt_alloc_rx_agg_bmap()David Wei
2024-12-04bnxt_en: refactor tpa_info alloc/free into helpersDavid Wei
2024-12-04geneve: do not assume mac header is set in geneve_xmit_skb()Eric Dumazet
2024-12-04mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4Ido Schimmel
2024-12-04Merge tag 'platform-drivers-x86-v6.13-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can