aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky4-16/+12
2021-08-07net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor1-10/+8
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
2021-08-06net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko4-0/+8
2021-08-06net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko1-5/+5
2021-08-06net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2-2/+13
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko4-8/+0
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-19/+40
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_update()Grygorii Strashko1-1/+5
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean2-3/+0
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2-2/+2
2021-08-04nfp: use netif_set_real_num_queues()Jakub Kicinski1-8/+3
2021-08-04net/prestera: Fix devlink groups leakage in error flowLeon Romanovsky1-0/+2
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei1-5/+19
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei1-12/+12
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei5-7/+130
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+1
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei1-14/+0
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei1-6/+0
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei1-16/+11
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei1-8/+6
2021-08-03net: fec: fix MAC internal delay doesn't workJoakim Zhang1-10/+38
2021-08-03octeontx2-af: Fix spelling mistake "Makesure" -> "Make sure"Colin Ian King1-1/+1
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann8-19/+28
2021-08-03make legacy ISA probe optionalArnd Bergmann6-0/+10
2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz1-7/+2
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz1-0/+7
2021-08-03m68k: remove legacy probingArnd Bergmann6-69/+29
2021-08-03cs89x0: rework driver configurationArnd Bergmann2-23/+27
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann1-3/+0
2021-08-03natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann2-3/+0
2021-08-03bcmgenet: remove call to netdev_boot_setup_checkArnd Bergmann1-2/+0
2021-08-03nfp: update ethtool reporting of pauseframe controlFei Qin1-0/+2
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan3-8/+22
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2-3/+68
2021-08-03net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann1-1/+1
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao1-1/+0
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin1-2/+0
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin1-1/+11
2021-08-03qed: Avoid db_recovery during recoveryShai Malin1-0/+5
2021-08-03Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller29-1535/+1850
2021-08-02net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong1-1/+4
2021-08-02net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan1-3/+3
2021-08-02net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan1-2/+2
2021-08-02net/mlx5e: Remove redundant parse_attr argRoi Dayan1-5/+7