summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
* net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-121-21/+40
* net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon2024-04-111-2/+2
* net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2024-03-282-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-2/+2
|\
| * net: sparx5: Fix use after free inside sparx5_del_mact_entryHoratiu Vultur2024-03-041-2/+2
* | net: microchip: lan743x: Fix spelling mistake "erro" -> "error"Colin Ian King2024-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-223-0/+4
|\|
| * net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur2024-02-213-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-2/+7
|\|
| * lan966x: Fix crash when adding interface under a lagHoratiu Vultur2024-02-091-2/+7
* | net: encx24j600: convert to use maple tree register cacheBo Liu2024-02-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-2/+3
|\|
| * net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur2024-01-271-2/+3
* | ptp: lan743x: Use spin_lock instead of spin_lock_bhLucas Tanure2024-01-311-2/+2
* | net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur2024-01-311-0/+2
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* | net: fill in MODULE_DESCRIPTION()s for encx24j600Breno Leitao2024-01-291-0/+1
|/
* lan743x: remove redundant statement in lan743x_ethtool_get_eeeHeiner Kallweit2024-01-081-1/+0
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-16/+18
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: microchip: lan743x : bidirectional throughput improvementVishvambar Panth S2023-11-201-1/+1
* net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski2023-11-181-3/+3
* net: Replace hwtstamp_source by timestamping layerKory Maincent2023-11-181-3/+3
* net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S2023-10-244-2/+63
* net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui2023-10-231-1/+0
* net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-0/+1
|\
| * net: lan743x: also select PHYLIBRandy Dunlap2023-10-051-0/+1
* | net: microchip: sparx5: clean up error checking in vcap_show_admin()Dan Carpenter2023-10-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-5/+54
|\|
| * net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunitJinjie Ruan2023-09-151-0/+13
| * net: microchip: sparx5: Fix possible memory leaks in test_vcap_xn_rule_creator()Jinjie Ruan2023-09-151-5/+4
| * net: microchip: sparx5: Fix possible memory leak in vcap_api_encode_rule_test()Jinjie Ruan2023-09-151-0/+6
| * net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()Jinjie Ruan2023-09-151-0/+16
| * net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_keyvalue_test()Jinjie Ruan2023-09-151-0/+15
* | net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-8/+4
* | net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan2023-09-171-0/+6
|/
* net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()Jinjie Ruan2023-09-101-2/+16
* net: microchip: Remove unused declarationsYue Haibing2023-08-223-7/+0
* net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
* net: microchip: sparx5: Update return value check for vcap_get_rule()Ruan Jinjie2023-08-191-1/+1
* net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie2023-08-191-2/+2
* net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()Ruan Jinjie2023-08-191-1/+1
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-072-1/+2
* net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang2023-08-041-2/+2
* net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()Li Zetao2023-08-041-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-0/+1
|\
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2023-08-022-17/+14
* | net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2023-08-023-50/+55