summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-03-25hinic: avoid gcc -Wrestrict warningArnd Bergmann1-15/+10
2021-03-25net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong8-7/+304
2021-03-25Simplify the code by using module_platform_driver macroZhichao Cai1-12/+1
2021-03-25mlxsw: spectrum_router: Enable resilient nexthop groups to be programmedIdo Schimmel1-1/+85
2021-03-25mlxsw: spectrum_router: Periodically update activity of nexthop bucketsIdo Schimmel2-0/+102
2021-03-25mlxsw: reg: Add Router Adjacency Table Activity Dump RegisterIdo Schimmel1-0/+55
2021-03-25mlxsw: spectrum_router: Update hardware flags on nexthop bucketsIdo Schimmel1-0/+37
2021-03-25mlxsw: spectrum_router: Add nexthop bucket replacement supportIdo Schimmel1-0/+134
2021-03-25mlxsw: spectrum_router: Pass payload pointer to nexthop update functionIdo Schimmel5-17/+21
2021-03-25mlxsw: spectrum_router: Add ability to overwrite adjacency entry only when in...Ido Schimmel5-19/+32
2021-03-25mlxsw: spectrum_router: Add support for resilient nexthop groupsIdo Schimmel1-1/+25
2021-03-25net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean1-6/+10
2021-03-25net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean1-4/+4
2021-03-25octeontx2: fix -Wnonnull warningArnd Bergmann1-32/+28
2021-03-25net: stmmac: Add hardware supported cross-timestampTan Tee Min8-0/+189
2021-03-25sfc-falcon: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-25octeontx2-af: Few mundane typos fixedBhaskar Chowdhury1-6/+6
2021-03-24net: ethernet: mtk_eth_soc: add flow offloading supportFelix Fietkau4-2/+500
2021-03-24net: ethernet: mtk_eth_soc: add support for initializing the PPEFelix Fietkau7-3/+1190
2021-03-24net: ethernet: mtk_eth_soc: fix parsing packets in GDMFelix Fietkau2-6/+11
2021-03-24net: ocelot: Simplify MRP deletionHoratiu Vultur1-16/+0
2021-03-24net: hns: remove redundant variable initializationYonglong Liu7-17/+17
2021-03-24net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu1-1/+1
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan1-1/+0
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan1-1/+1
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan3-12/+0
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan3-26/+0
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan2-11/+0
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan2-15/+0
2021-03-24net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing1-1/+0
2021-03-24net: ethernet: indir_table.h is included twiceWan Jiabing1-1/+0
2021-03-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller48-69/+90
2021-03-24net: ocelot: replay switchdev events when joining bridgeVladimir Oltean3-31/+107
2021-03-24net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean1-25/+86
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva4-0/+5
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg29-53/+61
2021-03-23e1000e: Fix prototype warningSasha Neftin4-7/+7
2021-03-23igc: Fix prototype warningSasha Neftin1-1/+1
2021-03-23ice: Fix prototype warningsTony Nguyen6-8/+8
2021-03-23dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei1-0/+3
2021-03-23dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei2-3/+21
2021-03-23dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei2-3/+31
2021-03-23dpaa2-switch: add support for configuring learning state per portIoana Ciornei4-11/+121
2021-03-23dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei1-13/+25
2021-03-23dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei1-42/+42