summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-271-11/+7
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+1
* net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-231-18/+99
* net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean2021-03-231-25/+86
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-0/+6
* net: mscc: ocelot: Add support for MRPHoratiu Vultur2021-02-161-0/+60
* net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean2021-02-141-74/+7
* net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean2021-02-141-1/+1
* net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-121-4/+45
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-121-1/+2
* net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-061-0/+30
* net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean2021-02-061-26/+10
* net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean2021-02-061-23/+45
* net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean2021-02-061-32/+27
* net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter2021-02-031-1/+13
* net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean2021-01-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-3/+1
|\
| * net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean2021-01-181-3/+1
* | net: mscc: ocelot: Remove unneeded semicolonXu Wang2021-01-161-1/+1
* | net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-151-0/+140
* | net: mscc: ocelot: register devlink portsVladimir Oltean2021-01-151-28/+38
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-10/+3
* | net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-17/+8
* | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-32/+9
|/
* net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2020-12-141-3/+77
* net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-021-3/+19