summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: use helpers for port VLAN membershipVladimir Oltean2021-08-201-20/+40
* net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-202-6/+8
* net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-202-18/+19
* net: mscc: ocelot: allow probing to continue with ports that fail to registerVladimir Oltean2021-08-201-3/+4
* net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur2021-08-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-201-0/+1
|\
| * net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU portVladimir Oltean2021-08-191-0/+1
| * net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-121-8/+8
* | net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-165-165/+308
* | net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2021-08-162-17/+9
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-0/+1
* | net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-111-8/+8
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | 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: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean2021-06-091-0/+5
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-272-4/+57
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-272-14/+28
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-272-4/+4
* time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko2021-04-071-0/+2
* net: ocelot: fix a trailling format issue with block commentsYixing Liu2021-03-311-1/+2
* net: ocelot: Simplify MRP deletionHoratiu Vultur2021-03-241-16/+0
* net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-233-31/+107
* net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean2021-03-231-25/+86
* net: ocelot: support multiple bridgesVladimir Oltean2021-03-191-36/+36
* net: ocelot: Fix deletetion of MRP entries from MAC tableHoratiu Vultur2021-03-191-2/+2
* net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+1
* net: ocelot: Extend MRPHoratiu Vultur2021-03-162-81/+158
* net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur2021-03-161-0/+3
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-132-0/+11
* net: mscc: ocelot: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean2021-03-041-1/+2
* net: mscc: ocelot: select NET_DEVLINKArnd Bergmann2021-02-271-0/+1
* net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean2021-02-171-0/+1
* net: mscc: ocelot: Add support for MRPHoratiu Vultur2021-02-164-1/+245
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-1/+1
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-152-2/+8
* net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean2021-02-152-135/+156
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-153-77/+24
* net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean2021-02-152-74/+87
* net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean2021-02-151-1/+1
* net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean2021-02-151-10/+12
* net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean2021-02-151-1/+1