summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean
2021-08-04nfp: use netif_set_real_num_queues()Jakub Kicinski
2021-08-04net/prestera: Fix devlink groups leakage in error flowLeon Romanovsky
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei
2021-08-03net: fec: fix MAC internal delay doesn't workJoakim Zhang
2021-08-03octeontx2-af: Fix spelling mistake "Makesure" -> "Make sure"Colin Ian King
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann
2021-08-03make legacy ISA probe optionalArnd Bergmann
2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz
2021-08-03m68k: remove legacy probingArnd Bergmann
2021-08-03cs89x0: rework driver configurationArnd Bergmann
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann
2021-08-03natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann
2021-08-03bcmgenet: remove call to netdev_boot_setup_checkArnd Bergmann
2021-08-03nfp: update ethtool reporting of pauseframe controlFei Qin
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan
2021-08-03net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin
2021-08-03qed: Avoid db_recovery during recoveryShai Malin
2021-08-03Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-08-02net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong
2021-08-02net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan
2021-08-02net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan
2021-08-02net/mlx5e: Remove redundant parse_attr argRoi Dayan
2021-08-02net/mlx5e: Remove redundant cap check for flow counterRoi Dayan
2021-08-02net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()Roi Dayan
2021-08-02net/mlx5e: Remove redundant tc act includesRoi Dayan
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb
2021-08-02net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb
2021-08-02net/mlx5e: Allocate the array of channels according to the real max_nchMaxim Mikityanskiy