summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_net.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean1-1/+72
2022-03-18net: 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-11net: ocelot: add FDMA supportClément Léger1-4/+21
2021-12-11net: 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-10-13net: 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-29net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-2/+2
2021-06-29net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-2/+17
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-29net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-04-28net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu1-4/+4
2021-04-28net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-11/+7
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
2021-03-24net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-18/+99
2021-03-24net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean1-25/+86
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+6
2021-02-17net: mscc: ocelot: Add support for MRPHoratiu Vultur1-0/+60
2021-02-15net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean1-74/+7
2021-02-15net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean1-1/+1
2021-02-13net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-4/+45
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-07net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-0/+30
2021-02-07net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean1-26/+10
2021-02-07net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean1-23/+45
2021-02-07net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean1-32/+27
2021-02-04net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter1-1/+13