aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/sparx5/sparx5_port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23net: lan969x: add RGMII implementationDaniel Machon1-0/+6
2024-12-23net: sparx5: verify RGMII speedsDaniel Machon1-0/+9
2024-12-23net: sparx5: skip low-speed configuration when port is RGMIIDaniel Machon1-1/+2
2024-12-23net: sparx5: use is_port_rgmii() throughoutDaniel Machon1-0/+3
2024-12-23net: sparx5: do some preparation workDaniel Machon1-18/+18
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon1-1/+1
2024-10-30net: sparx5: use is_sparx5() macro throughoutDaniel Machon1-0/+46
2024-10-08net: sparx5: redefine internal ports and PGID's as offsetsDaniel Machon1-0/+5
2024-10-08net: sparx5: ops out function for setting the port muxDaniel Machon1-4/+3
2024-10-08net: sparx5: ops out chip port to device index/bit functionsDaniel Machon1-1/+3
2024-10-08net: sparx5: add ops to match dataDaniel Machon1-14/+20
2024-10-08net: sparx5: add *sparx5 argument to a few functionsDaniel Machon1-14/+14
2024-04-25net: sparx5: Correct spelling in commentsSimon Horman1-1/+1
2024-04-11net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon1-2/+2
2023-02-16net: microchip: sparx5: Discard frames with SMAC multicast addressesSteen Hegelund1-0/+5
2023-01-20net: microchip: sparx5: add support for DSCP rewriteDaniel Machon1-0/+40
2023-01-20net: microchip: sparx5: add support for PCP rewriteDaniel Machon1-0/+57
2022-11-03net: microchip: sparx5: add support for offloading default prioDaniel Machon1-0/+23
2022-11-03net: microchip: sparx5: add support for offloading dscp tableDaniel Machon1-0/+39
2022-11-03net: microchip: sparx5: add support for apptrustDaniel Machon1-2/+2
2022-11-03net: microchip: sparx5: add support for offloading pcp tableDaniel Machon1-0/+37
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall1-1/+1
2021-08-20net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund1-1/+1
2021-06-24net: sparx5: add port module supportSteen Hegelund1-0/+1146