aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean1-4/+3
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean1-61/+2
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean1-0/+50
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean1-1/+26
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelot->statsVladimir Oltean1-27/+26
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean1-0/+4
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean1-2/+4
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed1-1/+1
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean1-38/+38
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean1-1/+72
2022-03-17net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean1-39/+71
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-5/+5
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean1-14/+52
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur1-3/+3
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger1-1/+4
2021-12-10net: ocelot: add FDMA supportClément Léger1-4/+21
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger1-0/+14
2021-11-17net: ocelot_net: use phylink_generic_validate()Russell King (Oracle)1-26/+3
2021-11-17net: ocelot_net: remove interface checks in macb_validate()Russell King (Oracle)1-9/+0
2021-11-17net: ocelot_net: populate supported_interfaces memberRussell King (Oracle)1-0/+3
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean1-6/+6
2021-10-19ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski1-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean1-0/+1
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-17net: update NXP copyright textVladimir Oltean1-1/+1
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean1-3/+5
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean1-14/+16
2021-08-20net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur1-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-43/+207
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-4/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-27/+18
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+71
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean1-4/+5
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-2/+2
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-2/+17
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu1-4/+4
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-11/+7
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-18/+99
2021-03-23net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean1-25/+86
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng1-0/+6