summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
AgeCommit message (Expand)AuthorFilesLines
2021-12-20net: lan966x: Add vlan support.Horatiu Vultur5-6/+448
2021-12-20net: lan966x: Add support to offload the forwarding.Horatiu Vultur5-2/+354
2021-12-20net: lan966x: Remove .ndo_change_rx_flagsHoratiu Vultur1-23/+0
2021-12-20net: lan966x: More MAC table functionalityHoratiu Vultur2-0/+114
2021-12-20net: lan966x: add support for interrupts from analyzerHoratiu Vultur3-0/+266
2021-12-20net: lan966x: Add registers that are used for switch and vlan functionalityHoratiu Vultur1-0/+129
2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-02net: lan966x: Fix builds for lan966x driverHoratiu Vultur1-0/+1
2021-12-02net: lan966x: Fix duplicate check in frame extractionHoratiu Vultur1-5/+0
2021-11-29net: lan966x: add ethtool configuration and statisticsHoratiu Vultur4-1/+714
2021-11-29net: lan966x: add mactable supportHoratiu Vultur4-1/+208
2021-11-29net: lan966x: add port module supportHoratiu Vultur6-5/+1259
2021-11-29net: lan966x: add the basic lan966x driverHoratiu Vultur5-0/+1205