summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
* 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: hardcode the number of external portsMichael Walle2022-07-052-6/+3
* net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson2022-06-301-0/+6
* net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju2022-05-271-10/+22
* net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle2022-05-261-2/+7
* net: sparx5: switchdev: fix typo in commentJulia Lawall2022-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+28
|\
| * net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-171-0/+28
* | net: lan966x: Fix use of pointer after being freedHoratiu Vultur2022-05-121-2/+2
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* | net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2022-05-051-3/+3
* | net: sparx5: Add handling of host MDB entriesCasper Andersson2022-05-051-0/+12
* | net: lan966x: remove PHY reset supportMichael Walle2022-04-301-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+2
|\ \ | |/
| * net: lan966x: fix a couple off by one bugsDan Carpenter2022-04-251-2/+2
* | net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur2022-04-273-1/+127
* | net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur2022-04-272-0/+169
* | net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur2022-04-271-0/+40
* | net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur2022-04-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-0/+3
|\ \ | |/
| * net: lan966x: Make sure to release ptp interruptHoratiu Vultur2022-04-151-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-154-8/+15
|\ \ | |/
| * net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur2022-04-111-2/+4
| * net: lan966x: Fix when a port's upper is changed.Horatiu Vultur2022-04-111-2/+1
| * net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur2022-04-111-0/+6
| * net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur2022-04-111-4/+4
* | net: lan966x: Update FDMA to change MTU.Horatiu Vultur2022-04-113-1/+148
* | net: lan966x: Add FDMA functionalityHoratiu Vultur2022-04-115-4/+851
* | net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur2022-04-112-7/+11
* | net: lan966x: Add registers that are used for FDMA.Horatiu Vultur2022-04-112-0/+107
|/
* net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-301-0/+1
* net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
* net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun2022-03-261-0/+2
* net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap2022-03-261-0/+1
* net: sparx5: Refactor mdb handling according to feedbackCasper Andersson2022-03-255-26/+24
* net: sparx5: Remove unused GLAG handling in PGIDCasper Andersson2022-03-252-21/+0
* net: sparx5: Add mdb handlersCasper Andersson2022-03-213-10/+136
* net: sparx5: Add arbiter for managing PGID tableCasper Andersson2022-03-214-1/+85
* net: sparx5: Use vid 1 when bridge default vid 0 to avoid collisionCasper Andersson2022-03-211-3/+23
* net: lan743x: Add support for PTP-IO Event Output (Periodic Output)Raju Lakkaraju2022-03-183-2/+250
* net: lan743x: Add support for PTP-IO Event Input External Timestamp (extts)Raju Lakkaraju2022-03-183-36/+386
* net: lan743x: Add support for OTPRaju Lakkaraju2022-03-182-3/+180
* net: lan743x: Add support for EEPROMRaju Lakkaraju2022-03-183-5/+212
* net: lan743x: Add support to display Tx Queue statisticsRaju Lakkaraju2022-03-183-0/+33
* net: sparx5: Use Switchdev fdb events for managing fdb entriesCasper Andersson2022-03-153-72/+33
* net: sparx5: fix a couple warning messagesDan Carpenter2022-03-151-2/+2