summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2022-01-07dpaa2-switch: check if the port priv is validIoana Ciornei1-3/+6
2021-12-17bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner1-3/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-20net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean1-5/+14
2021-08-20net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean1-0/+4
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+18
2021-08-19net: dpaa2-switch: disable the control interface on error pathVladimir Oltean1-18/+18
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei1-6/+98
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei1-14/+0
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei1-6/+0
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei1-16/+11
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei1-8/+6
2021-07-29dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei1-0/+14
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei1-0/+6
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei1-63/+66
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+8
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+10
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+13
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean1-11/+26
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean1-4/+7
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-1/+1
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-04-14dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei1-44/+7
2021-04-14dpaa2-switch: add tc matchall filter supportIoana Ciornei1-0/+16
2021-04-14dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei1-13/+248
2021-04-14dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei1-8/+1
2021-04-14dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei1-8/+36
2021-03-31dpaa2-switch: setup learning state on STP state changeIoana Ciornei1-8/+26
2021-03-31dpaa2-switch: trap STP frames to the CPUIoana Ciornei1-0/+68
2021-03-31dpaa2-switch: keep track of the current learning state per portIoana Ciornei1-0/+4
2021-03-31dpaa2-switch: create and assign an ACL table per portIoana Ciornei1-1/+22
2021-03-31dpaa2-switch: fix the translation between the bridge and dpsw STP statesIoana Ciornei1-3/+20
2021-03-23dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei1-0/+3
2021-03-23dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei1-3/+20
2021-03-23dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei1-2/+30
2021-03-23dpaa2-switch: add support for configuring learning state per portIoana Ciornei1-0/+70
2021-03-23dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei1-13/+25
2021-03-23dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei1-42/+42
2021-03-11staging: dpaa2-switch: move the driver out of stagingIoana Ciornei1-0/+2901