summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu-17/+48
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu-33/+75
2025-11-19net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu-35/+53
2025-11-19net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu-46/+33
2025-11-19net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu-12/+16
2025-11-19net/mlx5: Initialize events outside devlink lockCosmin Ratiu-10/+24
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean-11/+12
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean-16/+28
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean-9/+22
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean-4/+2
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean-15/+23
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean-26/+39
2025-11-19net: vmxnet3: convert to use .get_rx_ring_countBreno Leitao-15/+3
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg-9/+4
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg-2/+40
2025-11-19octeontx2-af: Skip TM tree print for disabled SQsAnshumali Gaur-0/+3
2025-11-19net: stmmac: stmmac_is_jumbo_frm() returns booleanRussell King (Oracle)-16/+10
2025-11-19net: stmmac: stmmac_is_jumbo_frm() len should be unsignedRussell King (Oracle)-3/+3
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)-17/+17
2025-11-18net/mlx5: Use EOPNOTSUPP instead of ENOTSUPPTariq Toukan-8/+8
2025-11-18net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed-0/+55
2025-11-18net/mlx5: Remove redundant bw_share minimal value assignmentCarolina Jubran-7/+0
2025-11-18net/mlx5e: Recover SQ on excessive PTP TX timestamp deltaCarolina Jubran-8/+17
2025-11-18net/mlx5: Refactor EEPROM query error handling to return status separatelyGal Pressman-28/+30
2025-11-18net: dsa: ks8995: Fix incorrect OF match table nameAlok Tiwari-3/+3
2025-11-18gve: Add Rx HWTS metadata to AF_XDP ZC modeTim Hostetler-2/+21
2025-11-18gve: Prepare bpf_xdp_metadata_rx_timestamp supportTim Hostetler-10/+34
2025-11-18gve: Wrap struct xdp_buffTim Hostetler-8/+13
2025-11-18gve: Move ptp_schedule_worker to gve_init_clockTim Hostetler-4/+12
2025-11-18net: phy: micrel: lan8814: Enable in-band auto-negotiationHoratiu Vultur-5/+21
2025-11-18net: stmmac: Disable EEE RX clock stop when VLAN is enabledOvidiu Panait-1/+5
2025-11-18net: stmmac: Fix VLAN 0 deletion in vlan_del_hw_rx_fltr()Ovidiu Panait-1/+2
2025-11-17r8169: bail out from probe if fiber mode is detected on RTL8127AFHeiner Kallweit-0/+9
2025-11-17net: stmmac: dwmac-sophgo: Add phy interface filterInochi Amaoto-1/+19
2025-11-17net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto-0/+43
2025-11-17net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela-5/+33
2025-11-17net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela-71/+81
2025-11-17net: stmmac: remove unnecessary .pkt_route queue initialisationRussell King (Oracle)-19/+2
2025-11-17net: stmmac: remove unnecessary .prio queue initialisationRussell King (Oracle)-10/+4
2025-11-17net: stmmac: remove unnecessary .use_prio queue initialisationRussell King (Oracle)-21/+0
2025-11-17net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc()Russell King (Oracle)-5/+7
2025-11-17net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc()Russell King (Oracle)-23/+8
2025-11-17net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat...Russell King (Oracle)-19/+2
2025-11-17net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_...Russell King (Oracle)-16/+3
2025-11-17net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc()Russell King (Oracle)-20/+2
2025-11-17net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc()Russell King (Oracle)-5/+2
2025-11-17net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc()Russell King (Oracle)-6/+5
2025-11-17net: stmmac: add stmmac_plat_dat_alloc()Russell King (Oracle)-4/+18
2025-11-17qede: convert to use ndo_hwtstamp callbacksVadim Fedorenko-50/+54
2025-11-17bnx2x: convert to use ndo_hwtstamp callbacksVadim Fedorenko-22/+48