aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/prestera (follow)
AgeCommit message (Expand)AuthorFilesLines
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 drivers towards the bridgeVladimir Oltean1-2/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky3-5/+6
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-08-04net/prestera: Fix devlink groups leakage in error flowLeon Romanovsky1-0/+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 Oltean3-3/+14
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko10-1/+367
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko11-2/+1404
2021-06-14net: marvell: prestera: devlink: add traps with DROP actionOleksandr Mazur3-0/+137
2021-06-14net: marvell: prestera: devlink: add traps/groups implementationOleksandr Mazur6-3/+452
2021-06-10net: marvell: prestera: add LAG supportSerhiy Boiko5-31/+531
2021-06-10net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan3-37/+19
2021-06-10net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan2-23/+26
2021-06-01net: marvell: prestera: try to load previous fw versionVadym Kochan1-22/+61
2021-06-01net: marvell: prestera: bump supported firmware version to 3.0Vadym Kochan1-1/+1
2021-06-01net: marvell: prestera: align flood setting according to latest firmware versionVadym Kochan3-11/+94
2021-06-01net: marvell: prestera: disable events interrupt while handlingVadym Kochan1-0/+19
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2021-04-20net: marvell: prestera: fix port event handling on initVadym Kochan1-1/+2
2021-04-19net: marvell: prestera: add support for AC3X 98DX3265 deviceVadym Kochan1-0/+1
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-7/+4
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-9/+14
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-01-14net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean1-2/+1
2021-01-11net: marvell: prestera: Correct typoFlorian Fainelli1-5/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-29/+8
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+1
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-14/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-12-09net: marvell: prestera: simplify the return expression of prestera_port_close()Zheng Yongjun1-6/+1
2020-12-05net: marvell: prestera: Fix error return code in prestera_port_create()Zhang Changzhong1-1/+3
2020-11-13net: marvell: prestera: fix error return code in prestera_pci_probe()Wang Hai1-2/+5
2020-11-07net: marvell: prestera: fix compilation with CONFIG_BRIDGE=mVadym Kochan1-0/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-09-17net: marvell: prestera: Add Switchdev driver implementationVadym Kochan7-4/+1807
2020-09-17net: marvell: prestera: Add ethtool interface supportVadym Kochan7-6/+1182
2020-09-17net: marvell: prestera: Add basic devlink supportVadym Kochan6-5/+165
2020-09-17net: marvell: prestera: Add PCI interface supportVadym Kochan3-0/+782
2020-09-17net: marvell: prestera: Add driver for Prestera family ASIC devicesVadym Kochan10-0/+2378