summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/prestera
AgeCommit message (Expand)Author
2021-12-17net: marvell: prestera: fix incorrect structure accessYevhen Orlov
2021-12-17net: marvell: prestera: fix incorrect return of port_findYevhen Orlov
2021-11-19net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk
2021-11-19net: marvell: prestera: fix brige port operationVolodymyr Mytnyk
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-07net: marvell: prestera: fix hw structure laid outVolodymyr Mytnyk
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-05net: marvell: prestera: fix patchwork build problemsVolodymyr Mytnyk
2021-11-02net: marvell: prestera: Add explicit paddingGeert Uytterhoeven
2021-10-29net: marvell: prestera: add firmware v4.0 supportVolodymyr Mytnyk
2021-10-19ethernet: prestera: use eth_hw_addr_gen()Jakub Kicinski
2021-10-12net: marvell: prestera: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-27net/prestera: Split devlink and traps registrations to separate routinesLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-04net/prestera: Fix devlink groups leakage in error flowLeon Romanovsky
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko
2021-06-14net: marvell: prestera: devlink: add traps with DROP actionOleksandr Mazur
2021-06-14net: marvell: prestera: devlink: add traps/groups implementationOleksandr Mazur
2021-06-10net: marvell: prestera: add LAG supportSerhiy Boiko
2021-06-10net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan
2021-06-10net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan
2021-06-01net: marvell: prestera: try to load previous fw versionVadym Kochan
2021-06-01net: marvell: prestera: bump supported firmware version to 3.0Vadym Kochan
2021-06-01net: marvell: prestera: align flood setting according to latest firmware versionVadym Kochan
2021-06-01net: marvell: prestera: disable events interrupt while handlingVadym Kochan
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-20net: marvell: prestera: fix port event handling on initVadym Kochan
2021-04-19net: marvell: prestera: add support for AC3X 98DX3265 deviceVadym Kochan
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean
2021-01-14net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean
2021-01-11net: marvell: prestera: Correct typoFlorian Fainelli
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09net: marvell: prestera: simplify the return expression of prestera_port_close()Zheng Yongjun
2020-12-05net: marvell: prestera: Fix error return code in prestera_port_create()Zhang Changzhong