aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur1-16/+88
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur1-11/+23
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur1-7/+12
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur1-4/+20
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur1-1/+7
2022-07-18net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur1-9/+18
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter1-2/+2
2022-04-11net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur1-2/+4
2022-01-26net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur1-5/+6
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur1-5/+31
2021-12-20net: lan966x: More MAC table functionalityHoratiu Vultur1-0/+105
2021-12-20net: lan966x: add support for interrupts from analyzerHoratiu Vultur1-0/+237
2021-11-29net: lan966x: add mactable supportHoratiu Vultur1-0/+101