aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_net.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20net: dsa: propagate extack to port_lag_joinGravatar Vladimir Oltean 1-4/+3
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodGravatar Vladimir Oltean 1-61/+2
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libGravatar Vladimir Oltean 1-0/+50
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedGravatar Vladimir Oltean 1-1/+26
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Gravatar Vladimir Oltean 1-27/+26
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workGravatar Vladimir Oltean 1-0/+4
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersGravatar Vladimir Oltean 1-2/+4
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Gravatar Alaa Mohamed 1-1/+1
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexGravatar Vladimir Oltean 1-38/+38
2022-05-09rtnetlink: add extack support in fdb del handlersGravatar Alaa Mohamed 1-1/+2
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallGravatar Vladimir Oltean 1-1/+72
2022-03-17net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallGravatar Vladimir Oltean 1-39/+71
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersGravatar Jianbo Liu 1-5/+5
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareGravatar Vladimir Oltean 1-14/+52
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadGravatar Horatiu Vultur 1-3/+3
2021-12-15net: ocelot: add support to get port mac from device-treeGravatar Clément Léger 1-1/+4
2021-12-10net: ocelot: add FDMA supportGravatar Clément Léger 1-4/+21
2021-12-10net: ocelot: add support for ndo_change_mtuGravatar Clément Léger 1-0/+14
2021-11-17net: ocelot_net: use phylink_generic_validate()Gravatar Russell King (Oracle) 1-26/+3
2021-11-17net: ocelot_net: remove interface checks in macb_validate()Gravatar Russell King (Oracle) 1-9/+0
2021-11-17net: ocelot_net: populate supported_interfaces memberGravatar Russell King (Oracle) 1-0/+3
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Gravatar Sean Anderson 1-4/+3
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Gravatar Vladimir Oltean 1-6/+6
2021-10-19ethernet: ocelot: use eth_hw_addr_gen()Gravatar Jakub Kicinski 1-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverGravatar Vladimir Oltean 1-0/+1
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotGravatar Wan Jiabing 1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Gravatar Jakub Kicinski 1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+1
2021-09-17net: update NXP copyright textGravatar Vladimir Oltean 1-1/+1
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackGravatar Vladimir Oltean 1-3/+5
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackGravatar Vladimir Oltean 1-14/+16
2021-08-20net: mscc: ocelot: be able to reuse a devlink_port after teardownGravatar Horatiu Vultur 1-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkGravatar Vladimir Oltean 1-43/+207
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Gravatar Vladimir Oltean 1-4/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlGravatar Arnd Bergmann 1-1/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedGravatar Tobias Waldekranz 1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeGravatar Vladimir Oltean 1-27/+18
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedGravatar Vladimir Oltean 1-0/+71
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadGravatar Vladimir Oltean 1-4/+5
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionGravatar Vladimir Oltean 1-2/+2
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayGravatar Vladimir Oltean 1-2/+17
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoGravatar Vladimir Oltean 1-3/+3
2021-06-28net: ocelot: delete call to br_fdb_replayGravatar Vladimir Oltean 1-4/+0
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingGravatar Yangbo Lu 1-4/+4
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Gravatar Yangbo Lu 1-11/+7
2021-04-27net: dsa: free skb->cb usage in core driverGravatar Yangbo Lu 1-1/+1
2021-03-23net: ocelot: replay switchdev events when joining bridgeGravatar Vladimir Oltean 1-18/+99
2021-03-23net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGGravatar Vladimir Oltean 1-25/+86
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Gravatar Baowen Zheng 1-0/+6