summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_net.c
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: expose serdes configuration functionColin Foster2023-03-201-26/+3
* net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster2023-03-201-18/+3
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-10/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-0/+1
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-4/+3
* net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2022-09-091-61/+2
* net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean2022-09-091-0/+50
* net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean2022-09-091-1/+26
* net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean2022-08-171-27/+26
* net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean2022-08-171-0/+4
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-171-2/+4
* net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed2022-05-201-1/+1
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-38/+38
* rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean2022-03-171-1/+72
* net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean2022-03-171-39/+71
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-5/+5
* net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-271-14/+52
* net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur2022-01-171-3/+3
* net: ocelot: add support to get port mac from device-treeClément Léger2021-12-151-1/+4
* net: ocelot: add FDMA supportClément Léger2021-12-101-4/+21
* net: ocelot: add support for ndo_change_mtuClément Léger2021-12-101-0/+14
* net: ocelot_net: use phylink_generic_validate()Russell King (Oracle)2021-11-171-26/+3
* net: ocelot_net: remove interface checks in macb_validate()Russell King (Oracle)2021-11-171-9/+0
* net: ocelot_net: populate supported_interfaces memberRussell King (Oracle)2021-11-171-0/+3
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean2021-10-211-6/+6
* ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+2
|\
| * net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-121-0/+1
| * net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing2021-10-121-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
|/
* net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
* net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-201-3/+5
* net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-201-14/+16
* net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur2021-08-201-0/+1
* net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-161-43/+207
* net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2021-08-161-4/+0
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-27/+18
* net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-0/+71
* net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean2021-07-131-4/+5
* net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean2021-06-281-2/+2
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-281-2/+17
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-3/+3
* net: ocelot: delete call to br_fdb_replayVladimir Oltean2021-06-281-4/+0
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-271-4/+4