summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorLines
2022-08-30net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter-1/+4
2022-08-26net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson-0/+2
2022-08-12net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong-4/+4
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+80
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur-11/+23
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur-7/+12
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur-4/+20
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur-1/+7
2022-07-18net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur-9/+18
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+3
2022-07-05net: lan966x: hardcode the number of external portsMichael Walle-6/+3
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-06-30net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson-0/+6
2022-06-24net: lan743x: Use correct variable in lan743x_sgmii_config()Dan Carpenter-2/+2
2022-06-16net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju-9/+442
2022-06-16net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju-0/+51
2022-06-16net: lan743x: Add support to LAN743x register dumpRaju Lakkaraju-0/+71
2022-06-15net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson-20/+35
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju-10/+22
2022-05-26net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle-2/+7
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+28
2022-05-17net: lan966x: Fix assignment of the MAC addressHoratiu Vultur-0/+28
2022-05-12net: lan966x: Fix use of pointer after being freedHoratiu Vultur-2/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-1/+2
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski-3/+3
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson-0/+12
2022-04-30net: lan966x: remove PHY reset supportMichael Walle-7/+1
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur-1/+127
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur-0/+169
2022-04-27net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur-0/+40
2022-04-27net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur-1/+1
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter-2/+2
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2022-04-15net: lan966x: Make sure to release ptp interruptHoratiu Vultur-0/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-8/+15
2022-04-11net: lan966x: Update FDMA to change MTU.Horatiu Vultur-1/+148
2022-04-11net: lan966x: Add FDMA functionalityHoratiu Vultur-4/+851
2022-04-11net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur-7/+11
2022-04-11net: lan966x: Add registers that are used for FDMA.Horatiu Vultur-0/+107
2022-04-11net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur-2/+4
2022-04-11net: lan966x: Fix when a port's upper is changed.Horatiu Vultur-2/+1
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur-0/+6
2022-04-11net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur-4/+4
2022-03-30net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap-0/+1
2022-03-29net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle-0/+3
2022-03-26net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun-0/+2
2022-03-26net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap-0/+1
2022-03-25net: sparx5: Refactor mdb handling according to feedbackCasper Andersson-26/+24