aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-11-25net: lan966x: Fix the initialization of taprioHoratiu Vultur1-1/+4
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-11net: sparx5/lan969x: populate netdev of_nodeRobert Marko1-0/+2
2025-11-06lan966x: Fix sleeping in atomic contextHoratiu Vultur4-17/+15
2025-10-07net: sparx5/lan969x: fix flooding configuration on bridge join/leaveDaniel Machon3-10/+17
2025-09-18net: sparx5/lan969x: Add support for ethtool pause parametersDaniel Machon1-0/+18
2025-09-18net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2025-09-15microchip: lan865x: Enable MAC address validationStefan Wahren1-0/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-08-29microchip: lan865x: Fix LAN8651 autoloadingStefan Wahren1-0/+2
2025-08-29microchip: lan865x: Fix module autoloadingStefan Wahren1-2/+3
2025-08-29microchip: lan865x: add ndo_eth_ioctl handler to enable PHY ioctl supportParthiban Veerasooran1-0/+1
2025-08-19microchip: lan865x: fix missing Timer Increment config for Rev.B0/B1Parthiban Veerasooran1-0/+19
2025-08-19microchip: lan865x: fix missing netif_start_queue() call on device openParthiban Veerasooran1-0/+2
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-06-19net: lan743x: fix potential out-of-bounds write in lan743x_ptp_io_event_clock...Alexey Kodanev1-2/+2
2025-06-16eth: lan743x: migrate to new RXFH callbacksJakub Kicinski1-12/+19
2025-05-29net: lan966x: Make sure to insert the vlan tags also in host modeHoratiu Vultur4-0/+24
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-23/+52
2025-05-27net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devicesRengarajan S1-2/+16
2025-05-27net: lan743x: Fix PHY reset handling during initialization and WOLThangaraj Samynathan1-9/+4
2025-05-27net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phyThangaraj Samynathan1-2/+2
2025-05-26net: lan966x: Fix 1-step timestamping over ipv4 or ipv6Horatiu Vultur3-13/+47
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+10
2025-05-20net: lan743x: Restore SGMII CTRL register on resumeThangaraj Samynathan1-9/+10
2025-05-15net: lan743x: implement ndo_hwtstamp_get()Vladimir Oltean4-1/+23
2025-05-15net: lan743x: convert to ndo_hwtstamp_set()Vladimir Oltean3-27/+12
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+7
2025-05-01net: lan743x: Fix memleak issue when GSO enabledThangaraj Samynathan2-2/+7
2025-04-16net: lan743x: Allocate rings outside ZONE_DMAThangaraj Samynathan1-2/+1
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller2-8/+3
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller2-12/+5
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-2/+6
2025-03-20net: lan743x: reject unsupported external timestamp requestsJacob Keller1-0/+6
2025-02-18net: sparx5: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)2-2/+0
2025-01-16net: lan743x: convert to phylink managed EEERussell King (Oracle)3-28/+38
2025-01-16net: lan743x: use netdev in lan743x_phylink_mac_link_down()Russell King (Oracle)1-1/+1
2025-01-15net: lan969x: add FDMA implementationDaniel Machon8-7/+448
2025-01-15net: sparx5: ops out certain FDMA functionsDaniel Machon4-7/+24
2025-01-15net: sparx5: activate FDMA tx in start()Daniel Machon1-7/+4
2025-01-15net: sparx5: split sparx5_fdma_{start(),stop()}Daniel Machon3-12/+41
2025-01-15net: sparx5: enable FDMA on lan969xDaniel Machon1-2/+3
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)3-4/+4
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2-1/+2
2024-12-23net: lan969x: add RGMII implementationDaniel Machon6-1/+240
2024-12-23net: lan969x: add RGMII registersDaniel Machon2-0/+148
2024-12-23net: sparx5: verify RGMII speedsDaniel Machon1-0/+9
2024-12-23net: sparx5: only return PCS for modes that require itDaniel Machon1-1/+13
2024-12-23net: sparx5: skip low-speed configuration when port is RGMIIDaniel Machon1-1/+2
2024-12-23net: sparx5: use is_port_rgmii() throughoutDaniel Machon2-8/+23
2024-12-23net: sparx5: add function for RGMII port checkDaniel Machon5-0/+13
2024-12-23net: sparx5: do some preparation workDaniel Machon1-18/+18
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon1-1/+1
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon1-2/+1
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon1-6/+5
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon1-2/+2
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon15-30/+14
2024-11-24net: microchip: vcap: Add typegroup table terminators in kunit testsGuenter Roeck1-7/+10
2024-11-14net: sparx5: add missing lan969x Kconfig dependencyArnd Bergmann2-2/+2
2024-11-05net: lan969x: add VCAP configuration dataDaniel Machon4-1/+90
2024-11-05net: lan969x: add autogenerated VCAP informationDaniel Machon4-1/+3852
2024-11-05net: sparx5: execute sparx5_vcap_init() on lan969xDaniel Machon1-6/+4
2024-11-05net: sparx5: add new VCAP constants to match dataDaniel Machon4-3/+13
2024-11-05net: sparx5: replace SPX5_PORTS with n_portsDaniel Machon1-9/+15
2024-11-05net: sparx5: expose some sparx5 VCAP symbolsDaniel Machon2-17/+22
2024-10-30net: sparx5: add feature supportDaniel Machon3-1/+51
2024-10-30net: sparx5: add compatible string for lan969xDaniel Machon1-0/+5
2024-10-30net: sparx5: use is_sparx5() macro throughoutDaniel Machon7-22/+99
2024-10-30net: lan969x: add function for calculating the DSM calendarDaniel Machon6-17/+215
2024-10-30net: lan969x: add PTP handler functionDaniel Machon3-5/+99
2024-10-30net: lan969x: add lan969x ops to match dataDaniel Machon2-0/+150
2024-10-30net: lan969x: add constants to match dataDaniel Machon1-0/+21
2024-10-30net: lan969x: add register diffs to match dataDaniel Machon6-3/+254
2024-10-30net: lan969x: add match data for lan969xDaniel Machon6-0/+138
2024-10-30net: sparx5: add registers required by lan969xDaniel Machon1-0/+132
2024-10-30net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon4-13/+22
2024-10-30net: sparx5: change frequency calculation for SDLB'sDaniel Machon2-8/+4
2024-10-30net: sparx5: change spx5_wr to spx5_rmw in cal update()Daniel Machon1-6/+8
2024-10-30net: sparx5: add support for lan969x targets and core clockDaniel Machon4-10/+64
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-27/+22
2024-10-15net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan1-0/+2
2024-10-14net: lan743x: Remove duplicate checkJinjie Ruan1-21/+14
2024-10-11net: sparx5: fix source port register when mirroringDaniel Machon1-6/+6
2024-10-08net: sparx5: redefine internal ports and PGID's as offsetsDaniel Machon11-45/+86
2024-10-08net: sparx5: add is_sparx5 macro and use it throughoutDaniel Machon5-52/+90
2024-10-08net: sparx5: ops out function for DSM calendar calculationDaniel Machon3-18/+26
2024-10-08net: sparx5: ops out PTP IRQ handlerDaniel Machon2-1/+5
2024-10-08net: sparx5: ops out function for setting the port muxDaniel Machon3-4/+10
2024-10-08net: sparx5: ops out functions for getting certain array valuesDaniel Machon7-5/+27
2024-10-08net: sparx5: ops out chip port to device index/bit functionsDaniel Machon4-2/+13
2024-10-08net: sparx5: add ops to match dataDaniel Machon4-18/+44
2024-10-08net: sparx5: use SPX5_CONST for constants which do not have a symbolDaniel Machon1-4/+9
2024-10-08net: sparx5: use SPX5_CONST for constants which already have a symbolDaniel Machon15-63/+90
2024-10-08net: sparx5: add constants to match dataDaniel Machon2-0/+42
2024-10-08net: sparx5: add *sparx5 argument to a few functionsDaniel Machon8-48/+48
2024-10-08net: sparx5: modify SPX5_PORTS_ALL macroDaniel Machon1-1/+2
2024-10-08net: sparx5: add indirection layer to register macrosDaniel Machon6-1954/+3009
2024-10-08net: sparx5: add support for private match dataDaniel Machon2-15/+34
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-10-01net: microchip: Make FDMA config symbol invisibleGeert Uytterhoeven1-1/+1
2024-09-22net: sparx5: Fix invalid timestampsAakash Menon1-1/+5
2024-09-11microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran5-0/+456
2024-09-11net: lan743x: Add support to ethtool phylink get and set settingsRaju Lakkaraju3-79/+67
2024-09-11net: lan743x: Migrate phylib to phylinkRaju Lakkaraju3-225/+349
2024-09-11net: lan743x: Create separate Link Speed Duplex state functionRaju Lakkaraju1-30/+45
2024-09-11net: lan743x: Create separate PCS power reset functionRaju Lakkaraju1-26/+29
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon1-10/+4
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon1-31/+11
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon2-18/+4
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon1-6/+1
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon1-32/+30
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon2-57/+34
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon1-14/+2
2024-09-10net: lan966x: use FDMA library for adding DCB's in the rx pathDaniel Machon1-49/+5
2024-09-10net: lan966x: use the FDMA library for allocation of rx buffersDaniel Machon2-76/+55
2024-09-10net: lan966x: replace a few variables with new equivalent onesDaniel Machon2-69/+81
2024-09-10net: lan966x: use FDMA library symbolsDaniel Machon2-9/+2
2024-09-10net: lan966x: select FDMA libraryDaniel Machon1-0/+1
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman1-7/+4
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman1-7/+4
2024-09-06lan743x: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+2
2024-09-04net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon1-10/+4
2024-09-04net: sparx5: use contiguous memory for tx buffersDaniel Machon2-45/+13
2024-09-04net: sparx5: use library helper for freeing tx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the tx pathDaniel Machon1-30/+9
2024-09-04net: sparx5: use the FDMA library for allocation of tx buffersDaniel Machon2-64/+44
2024-09-04net: sparx5: use a few FDMA helpers in the rx pathDaniel Machon1-10/+7
2024-09-04net: sparx5: use library helper for freeing rx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the rx pathDaniel Machon1-46/+3
2024-09-04net: sparx5: use the FDMA library for allocation of rx buffersDaniel Machon2-54/+43
2024-09-04net: sparx5: replace a few variables with new equivalent onesDaniel Machon2-46/+63
2024-09-04net: sparx5: use FDMA library symbolsDaniel Machon3-44/+3
2024-09-04net: microchip: add FDMA libraryDaniel Machon7-0/+417
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-1/+1
2024-09-02net: microchip: vcap: Fix use-after-free error in kunit testJens Emil Schulz Østergaard1-12/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent3-3/+3
2024-07-05net: encx24j600: constify struct regmap_bus/regmap_configJavier Carrasco1-3/+3
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+108
2024-06-18net: microchip: Constify struct vcap_operationsChristophe JAILLET5-5/+5
2024-06-18net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju3-8/+58
2024-06-18net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju2-4/+50
2024-06-14eth: lan966x: don't clear unsupported statsJakub Kicinski1-8/+0
2024-05-22net: lan966x: Remove ptp traps in case the ptp is not enabled.Horatiu Vultur1-3/+3
2024-05-16net: lan966x: remove debugfs directory in probe() error pathHerve Codina1-2/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-05-06net: microchip: lan743x: Reduce PTP timeout on HW failureRengarajan S2-1/+2
2024-04-25net: lan966x: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-0/+5
2024-04-25net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-3/+3
2024-04-25net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-1/+2
2024-04-25net: sparx5: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-0/+5
2024-04-25net: sparx5: flower: remove goto in sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-6/+4
2024-04-25net: sparx5: flower: add extack to sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-2/+3
2024-04-25net: sparx5: flower: only do lookup if fragment flags are setAsbjørn Sloth Tønnesen1-1/+1
2024-04-25net: sparx5: Correct spelling in commentsSimon Horman8-9/+9
2024-04-25net: encx24j600: Correct spelling in commentsSimon Horman3-5/+7
2024-04-25net: lan966x: Correct spelling in commentsSimon Horman5-6/+6
2024-04-25net: lan743x: Correct spelling in commentsSimon Horman2-3/+3
2024-04-24net: sparx5: add support for matchall mirror statsDaniel Machon3-0/+67
2024-04-24net: sparx5: add the tc glue to support port mirroringDaniel Machon1-2/+36
2024-04-24net: sparx5: add port mirroring implementationDaniel Machon3-1/+212
2024-04-24net: sparx5: add bookkeeping code for matchall rulesDaniel Machon3-8/+67
2024-04-24net: sparx5: add new register definitionsDaniel Machon1-0/+68
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+40
2024-04-12net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen1-21/+40
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-04-11net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon1-2/+2
2024-04-09net: sparx5: add support for tc flower redirect actionDaniel Machon1-0/+29
2024-04-09net: sparx5: add support for tc flower mirred action.Daniel Machon3-0/+53
2024-04-08net: lan743x: Fixup EEEAndrew Lunn2-21/+7
2024-03-29net: microchip: encx24j600: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-28net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2-0/+22
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-04net: sparx5: Fix use after free inside sparx5_del_mact_entryHoratiu Vultur1-2/+2
2024-02-22net: microchip: lan743x: Fix spelling mistake "erro" -> "error"Colin Ian King1-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+4
2024-02-21net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur3-0/+4
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-02-09lan966x: Fix crash when adding interface under a lagHoratiu Vultur1-2/+7
2024-02-06net: encx24j600: convert to use maple tree register cacheBo Liu1-2/+2
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-01-31ptp: lan743x: Use spin_lock instead of spin_lock_bhLucas Tanure1-2/+2
2024-01-31net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur1-0/+2
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-29net: fill in MODULE_DESCRIPTION()s for encx24j600Breno Leitao1-0/+1
2024-01-27net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur1-2/+3
2024-01-08lan743x: remove redundant statement in lan743x_ethtool_get_eeeHeiner Kallweit1-1/+0
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-16/+18
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-11-20net: microchip: lan743x : bidirectional throughput improvementVishvambar Panth S1-1/+1
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-3/+3
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-3/+3
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S4-2/+63
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-13net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-05net: lan743x: also select PHYLIBRandy Dunlap1-0/+1