summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_mac.c
Commit message (Expand)AuthorAgeFilesLines
* net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur2022-08-221-16/+88
* net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur2022-07-181-11/+23
* net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur2022-07-181-7/+12
* net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur2022-07-181-4/+20
* net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur2022-07-181-1/+7
* net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur2022-07-181-9/+18
* net: lan966x: fix a couple off by one bugsDan Carpenter2022-04-251-2/+2
* net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur2022-04-111-2/+4
* net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur2022-01-261-5/+6
* net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur2022-01-051-5/+31
* net: lan966x: More MAC table functionalityHoratiu Vultur2021-12-201-0/+105
* net: lan966x: add support for interrupts from analyzerHoratiu Vultur2021-12-201-0/+237
* net: lan966x: add mactable supportHoratiu Vultur2021-11-291-0/+101