aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_net.c
AgeCommit message (Expand)Author
2023-03-20net: mscc: ocelot: expose serdes configuration functionColin Foster
2023-03-20net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean
2022-03-17net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger
2021-12-10net: ocelot: add FDMA supportClément Léger
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger
2021-11-17net: ocelot_net: use phylink_generic_validate()Russell King (Oracle)
2021-11-17net: ocelot_net: remove interface checks in macb_validate()Russell King (Oracle)
2021-11-17net: ocelot_net: populate supported_interfaces memberRussell King (Oracle)
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean
2021-10-19ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-17net: update NXP copyright textVladimir Oltean
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean
2021-08-20net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu