aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-01net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur1-6/+12
2022-11-01net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2-3/+7
2022-11-01net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2-0/+21
2022-11-01net: lan966x: Fix the MTU calculationHoratiu Vultur2-1/+3
2022-10-24net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur1-21/+3
2022-10-20net: lan966x: Fix the rx drop counterHoratiu Vultur1-1/+9
2022-10-03net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry1-1/+2
2022-10-03net: lan966x: Add port mirroring support using tc-matchallHoratiu Vultur5-1/+193
2022-10-03net: lan966x: Add port police support using tc-matchallHoratiu Vultur6-1/+468
2022-09-30net: lan966x: Fix spelling mistake "tarffic" -> "traffic"Colin Ian King1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-28net: lan966x: Add offload support for etsHoratiu Vultur5-1/+139
2022-09-28net: lan966x: Add offload support for cbsHoratiu Vultur4-1/+85
2022-09-28net: lan966x: Add offload support for tbfHoratiu Vultur5-1/+143
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur7-3/+560
2022-09-23net: lan966x: Add registers used by taprioHoratiu Vultur1-0/+159
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur5-2/+71
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2-1/+3
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2-0/+4
2022-09-02net: lan966x: make reset optionalMichael Walle1-1/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-08-30net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter1-1/+4
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur3-16/+119
2022-08-22net: lan966x: Extend FDB to support also lagHoratiu Vultur2-0/+31
2022-08-22net: lan966x: Add lag support for lan966xHoratiu Vultur5-20/+443
2022-08-22net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur1-8/+24
2022-08-22net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur2-4/+4
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur3-7/+10
2022-08-22net: lan966x: Split lan966x_fdb_event_workHoratiu Vultur1-55/+69
2022-08-22net: lan966x: Add registers used to configure lag interfacesHoratiu Vultur1-0/+45
2022-08-22net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier4-7/+26
2022-08-12net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong1-4/+4
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-07-05net: lan966x: hardcode the number of external portsMichael Walle2-6/+3
2022-05-26net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle1-2/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+28
2022-05-17net: lan966x: Fix assignment of the MAC addressHoratiu Vultur1-0/+28
2022-05-12net: lan966x: Fix use of pointer after being freedHoratiu Vultur1-2/+2
2022-04-30net: lan966x: remove PHY reset supportMichael Walle1-7/+1
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur3-1/+127
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur2-0/+169
2022-04-27net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur1-0/+40
2022-04-27net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur1-1/+1
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter1-2/+2
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3