summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-08-05net/mlx5: Add support for enabling PTM PCI capabilityCarolina Jubran
2024-08-05net/mlx5: Add support for MTPTM and MTCTR registersRahul Rameshbabu
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi
2024-08-02ibmveth: Recycle buffers during replenish phaseNick Child
2024-08-02ibmveth: Optimize poll rescheduling processNick Child
2024-08-02net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi
2024-08-02net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi
2024-08-02net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi
2024-08-02net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi
2024-08-02net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi
2024-08-02net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi
2024-08-02net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi
2024-08-02net: airoha: Introduce airoha_qdma structLorenzo Bianconi
2024-08-02eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao
2024-08-01net: Use of_property_read_bool()Rob Herring (Arm)
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-01net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driverDaniel Golle
2024-08-01net/mlx5: Reclaim max 50K pages at onceAnand Khoje
2024-07-31net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-07-31net: cnic: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-07-31net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-07-31net: alteon: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-07-31igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim
2024-07-31mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel
2024-07-31mlxsw: core_thermal: Remove unnecessary assignmentsIdo Schimmel
2024-07-31mlxsw: core_thermal: Remove unnecessary checksIdo Schimmel
2024-07-31mlxsw: core_thermal: Simplify rollbackIdo Schimmel
2024-07-31mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetricIdo Schimmel
2024-07-31mlxsw: core_thermal: Remove unused argumentsIdo Schimmel
2024-07-31mlxsw: core_thermal: Fold two loops into oneIdo Schimmel
2024-07-31mlxsw: core_thermal: Remove another unnecessary checkIdo Schimmel
2024-07-31mlxsw: core_thermal: Remove unnecessary checkIdo Schimmel
2024-07-31mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionallyIdo Schimmel
2024-07-31net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit
2024-07-31net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi
2024-07-31net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu
2024-07-31net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh
2024-07-31net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch
2024-07-31net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik
2024-07-31net/mlx5: Fix error handling in irq_pool_request_irqShay Drory
2024-07-31net/mlx5: Always drain health in shutdown callbackShay Drory
2024-07-31r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit
2024-07-31net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28Krzysztof Olędzki
2024-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-30net: wangxun: use net_prefetch to simplify logicJoe Damato