summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-24net: marvell: prestera: implement br_port_locked flag offloadingOleksandr Mazur1-1/+7
2022-07-13net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur1-2/+625
2022-07-13net: marvell: prestera: rework bridge flags settingOleksandr Mazur1-35/+44
2021-11-19net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk1-4/+2
2021-11-19net: marvell: prestera: fix brige port operationVolodymyr Mytnyk1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean1-2/+2
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-3/+4
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-1/+10
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-11net: marvell: prestera: add LAG supportSerhiy Boiko1-15/+88
2021-06-11net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan1-33/+7
2021-06-11net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan1-20/+0
2021-06-02net: marvell: prestera: align flood setting according to latest firmware versionVadym Kochan1-9/+8
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-1/+1
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-9/+14
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-01-15net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean1-2/+1
2021-01-12net: marvell: prestera: Correct typoFlorian Fainelli1-5/+5
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-29/+8
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+1
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-14/+4
2020-09-18net: marvell: prestera: Add Switchdev driver implementationVadym Kochan1-0/+1277