aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur1-0/+60
2021-02-14net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean1-74/+7
2021-02-14net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean1-1/+1
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-4/+45
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-0/+30
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean1-26/+10
2021-02-06net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean1-23/+45
2021-02-06net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_changeupperVladimir Oltean1-32/+27
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter1-1/+13
2021-01-29net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean1-0/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2021-01-18net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1
2021-01-16net: mscc: ocelot: Remove unneeded semicolonXu Wang1-1/+1
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+140
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-28/+38
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-10/+3
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-17/+8
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-32/+9
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process contextVladimir Oltean1-3/+77
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-3/+19
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-8/+8
2020-10-13net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean1-8/+3
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+1
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+30
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-4/+18
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean1-4/+2
2020-09-18net: mscc: ocelot: fix race condition with TX timestampingVladimir Oltean1-6/+8
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean1-3/+2
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-3/+1