summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/prestera/prestera_switchdev.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2022-08-24net: marvell: prestera: implement br_port_locked flag offloadingOleksandr Mazur-1/+7
2022-07-13net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur-2/+625
2022-07-13net: marvell: prestera: rework bridge flags settingOleksandr Mazur-35/+44
2021-11-19net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk-4/+2
2021-11-19net: marvell: prestera: fix brige port operationVolodymyr Mytnyk-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean-2/+2
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean-3/+4
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean-1/+10
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean-3/+3
2021-06-10net: marvell: prestera: add LAG supportSerhiy Boiko-15/+88
2021-06-10net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan-33/+7
2021-06-10net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan-20/+0
2021-06-01net: marvell: prestera: align flood setting according to latest firmware versionVadym Kochan-9/+8
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean-1/+1
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean-9/+14
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean-1/+2
2021-01-14net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean-2/+1
2021-01-11net: marvell: prestera: Correct typoFlorian Fainelli-5/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-29/+8
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean-6/+1
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-14/+4
2020-09-17net: marvell: prestera: Add Switchdev driver implementationVadym Kochan-0/+1277